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
- :
- Uninstall via custom action blocked by original uninstall
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Sep 23, 2010
04:18 PM
Uninstall via custom action blocked by original uninstall
"Error Message" wrote:
Another program is being installed. Please wait until that installation is complete, and then try installing this software again.
I've tried a few different settings. Deferred, immediate, commit, etc.
I've tried different locations in the exec sequence.
I've tried different locations in the ui sequence.
I've tried asynchronous, synchronous, etc.
This strategy has worked uninstalling other programs, but not this one.
Any advice?
(2) Replies
‎Sep 24, 2010
09:19 AM
Perhaps a vbscript could be launched at the very end, as opposed to an installscript, so that when the second uninstallation starts, the first is already concluded.
‎Sep 24, 2010
01:12 PM
I finally solved it.
LAAW_OPTION_NOWAIT instead of LAAW_OPTION_WAIT, and move it to the very end of the custom action sequence.
LAAW_OPTION_NOWAIT instead of LAAW_OPTION_WAIT, and move it to the very end of the custom action sequence.