cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Hrushikesh
Level 2

Un-installation in Silent mode not working

We have an Installscript project and we need to run the un-installation is silent mode. But when we use command “Setup.exe /uninst /s”, the uninstall process do not start. This works well in case of “Setup.exe /uninst” (i.e. no silent mode).
Tried \v”\qn” option also. But the moment I add /s to the command line, uninstall fails.


Please note that this was a Installscript MSI project, which I converted to InstallScript project. The silent mode uninstall was working in Installscript MSI project, it stopped working in Installscript project.
Labels (1)
0 Kudos
(1) Reply
Alpesh
Flexera Alumni

Hi,

You will have to generate a response file. And then apply that response file to the setup.exe using the /f1 parameter. Please search the InstallShield help for 'Response file' and you should find more information.

Thanks!
0 Kudos