To install or uninstall the same InterChange Server configuration multiple times or in multiple locations, you can bypass the InterChange Server Installer GUI and perform a silent installation or uninstallation to save time.
In a silent installation, the responses you specify manually when you run Installer are stored in a file, which is then read by an executable file that installs InterChange Server. The product CD includes a sample response file, settings_WICS_Windows.txt, which you can customize to contain the Installer responses.
To perform a silent installation, issue the following command:
setupwin32.exe -silent -options settings_WICS_Windows.txt
The silent uninstallation uninstalls all InterChange Server components. To perform a silent uninstallation, issue the following command:
ProductDir/_uninstWICS4.3/uninstaller.exe -G removeExistingResponses="yesToAll" -G removeModifiedResponse="yesToAll" -silent