SUMMARY
This knowledge base article provides the steps for performing a silent uninstall of Strategy Desktop 10.8.
1. Create a file named 'response.ini' and add the following content to the file (the contents of the file below are based on a default install location):
[Installer] HideAllDialogS=TRUE CreateShortcuts=FALSE CheckForUpdate=FALSE StrategyDesktop=C:\Program Files\Strategy\Strategy Desktop [Welcome] HideAllDialogs=FALSE RemoveAll=TRUE [Finish] LaunchDesktopAfterInstall=FALSE
[InstallShield Silent] Version=v7.00 File=Response File [Application] Name=InstallShield Version=10.50.000 Company=My Software Company
<Path to Strategy Desktop 10.8 installer> --Responsefile="<path to response.ini>" -s -f1"<path to setup.iss>" -f2"<path to save the setup.log>"
C:\StrategyDesktop-64bit.exe --Responsefile="C:\response.ini" -s -f1"C:\setup.iss" -f2"C:\setup.log"