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
- :
- Uninstalling from Control Panel
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
Feb 11, 2014
12:56 PM
Uninstalling from Control Panel
Was looking to run a Custom Action if the user runs an uninstall from the Windows Control Panel. Can I just use _ISMaintenance = "Remove" as the Install Exec Condition and the Install Exec Sequence as After ISSetupFilesCleanup ? Figured I would have to put it in the Exec Sequence since the Control Panel doesn't run the User Interface Sequence. I want the Custom Action to run last.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 12, 2014
12:15 PM
Looks like you can't use the Maintenance mode _ISMaintenance variable. You just use REMOVE="ALL" instead for the condition and it picks up when you are uninstalling. Then all you have to do is add it to the exec sequence where you want it to run (because form the control panel is just like running in silent "/s" mode). Maybe someone else can use this.
