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
- :
- Can a Custom Action run PRIOR to the Uninstall during a 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
Jun 01, 2013
08:39 AM
Can a Custom Action run PRIOR to the Uninstall during a Major Upgrade?
I have created a Major Upgrade in which I've set it to "Completely Uninstall then Reinstall"
But, before the previous version gets uninstalled I want to backup certain files.
Currently I have it set for immediate execution, but where in the sequence should I put it? It tried setting it to - but that's is unclear to me because next time I look at what I set it changed to After Install Finalize...
Des
But, before the previous version gets uninstalled I want to backup certain files.
Currently I have it set for immediate execution, but where in the sequence should I put it? It tried setting it to
Des
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 04, 2013
02:32 PM
MSI RemoveExistingProducts standard action removes previous version(s) of the product. You should schedule your custom action before that.