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
- :
- About the Condition of the Custom Action During the Uninstall of Major Upgrade
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
‎Aug 18, 2011
02:33 AM
About the Condition of the Custom Action During the Uninstall of Major Upgrade
Hi,
I am working on a major upgrade job. One of the major upgrade settings is "Completely uninstall old setup before installing new setup". After this uninstall, I want to implement a custom action. And the problem is the condition of the custom action.
In one of the IS help file, it is mentioned that "If you want a custom action to run only during a major upgrade, use this condition. UPGRADINGPRODUCTCODE". I tried, but it did not work. The custom action was not implemented during the uninstall of major upgrade.
Then I tried to put my custom action before or after RemoveExistingProducts in Installation Sequence. And it was not helpful.
After that, I tried to use ActionProperty, by default, it is ISACTIONPROP1, still not working. ><
Any information would be appreciated.
I am working on a major upgrade job. One of the major upgrade settings is "Completely uninstall old setup before installing new setup". After this uninstall, I want to implement a custom action. And the problem is the condition of the custom action.
In one of the IS help file, it is mentioned that "If you want a custom action to run only during a major upgrade, use this condition. UPGRADINGPRODUCTCODE". I tried, but it did not work. The custom action was not implemented during the uninstall of major upgrade.
Then I tried to put my custom action before or after RemoveExistingProducts in Installation Sequence. And it was not helpful.
After that, I tried to use ActionProperty, by default, it is ISACTIONPROP1, still not working. ><
Any information would be appreciated.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 18, 2011
10:19 PM
Need a confirmation. Are you trying to run the custom action during installation in the new release that is being installed, or during uninstallation of the previous version that has been installed and is being uninstalled?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 19, 2011
12:01 AM
The latter one.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 01, 2011
03:56 PM
This may be obvious, but is the custom action in the installer that's already installed?
