This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Un-installation in Silent mode not working
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 26, 2010
03:28 AM
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.
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.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 26, 2010
05:36 PM
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!
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!