Aug 22, 2016
03:34 PM
I found the answer with help from these link: http://stackoverflow.com/questions/8155097/msiexec-automatic-rollback-to-previous-version-on-installation-failure You need to move the RemoveExistingProducts Action. See this link: https://msdn.microsoft.com/en-us/library/windows/desktop/aa371197(v=vs.85).aspx [^]
... View more
Aug 19, 2016
05:47 PM
Hello, How do I run an .exe deployed w/ installer before an upgrade of my application starts? My .exe custom if the user can Upgrade my application. If they're not allow, I want to stop the upgrade from occurring. I currently have a custom action that runs my .exe. Currently the installer has to uninstall the previous version, then Install the new version, then run the .exe to check if the client can upgrade. If the client can't upgrade, I rollback the installation. However during rollback the previous version of my application is not restored. How can I do this? Thanks
... View more
- Tags:
- custom action
- upgrade
Labels
- Labels:
-
InstallShield 2010
Oct 21, 2011
01:20 PM
I have a Basic MSI project and I need to abort the installation based on the result of my .NET exe. How do I do this?
... View more
Labels
- Labels:
-
InstallShield 2010
Latest posts by officeGemini
Subject | Views | Posted |
---|---|---|
1054 | Aug 22, 2016 03:34 PM | |
2812 | Aug 19, 2016 05:47 PM | |
1633 | Oct 21, 2011 01:20 PM |
Activity Feed
- Posted Re: Run an .exe deployed w/ installer before installation starts on InstallShield Forum. Aug 22, 2016 03:34 PM
- Posted Run an .exe deployed w/ installer before installation starts on InstallShield Forum. Aug 19, 2016 05:47 PM
- Tagged Run an .exe deployed w/ installer before installation starts on InstallShield Forum. Aug 19, 2016 05:47 PM
- Tagged Run an .exe deployed w/ installer before installation starts on InstallShield Forum. Aug 19, 2016 05:47 PM
- Posted How to Abort an install with a custom action on InstallShield Forum. Oct 21, 2011 01:20 PM