Document Management
How To and Troubleshooting
A silent mode allows you to perform an installation where no user interaction is required. This method is useful when you perform repeated installations on different machines. In this section, you will learn how to use the command-line interpreter for performing a silent installation on Windows. You can also use arguments to customize the installation.
Follow these basic steps to install Wyn Enterprise silently on Windows.
Enter any of the following commands to silently install Wyn Enterprise on the system.
WynEnterprise-x64-xxx.exe /quiet
OR
WynEnterprise-x64-xxx.exe /q
Note: The command to upgrade Wyn Enterprise to the latest version is the same as above.
Note: • When installing updates on Windows Server 2008/2012, you need to restart the system to run normally.• Unlike GUI installation, a silent installation skips the detection test for a required computer environment.
This section describes how to use command-line arguments to customize Wyn Enterprise installation. For example, modifying the default installation directory, specifying a custom database provider, etc.
See the below table for command-line arguments for custom installation.
WynEnterprise-x64-xxx.exe /q -p "D:\MyInstallPath"
WynEnterprise-x64-xxx.exe /q -m "cotworker,reportingworker"
WynEnterprise-x64-xxx.exe /q -d SqlServer -c "Data Source=localhost;Integrated Security=True;"
WynEnterprise-x64-xxx.exe /q -i
WynEnterprise-x64-xxx.exe /q -i -f "samplefiles.zip"
WynEnterprise-x64-xxx.exe /q -m "CotWorker" -b 10.32.0.1
WynEnterprise-x64-xxx.exe /q -m "CotWorker" -b 10.32.0.1 -n 10.32.0.5
WynEnterprise-x64-xxx.exe /q -k "xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"
WynEnterprise-x64-xxx.exe /q -z
WynEnterprise-x64-xxx.exe /q -e
Once the installation is complete, the installer returns an exit code that represents the installation result. The exit codes are as follows -
Follow these commands to uninstall Wyn Enterprise silently from Windows.
To silently uninstall Wyn Enterprise from Windows, run any of the following commands.
WynEnterprise-x64-xxx.exe /quiet /uninstall
WynEnterprise-x64-xxx.exe /q /uninstall
If you want to uninstall the database while silently uninstalling Wyn Enterprise from your system, use any of the following commands.
WynEnterprise-x64-xxx.exe /quiet /uninstall -r
WynEnterprise-x64-xxx.exe /q /uninstall -r