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
- :
- Major Upgrade custom dialogs?
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 22, 2010
01:27 PM
Major Upgrade custom dialogs?
I'm doing a Major Upgrade for a Basic MSI project. For the upgrade, I don't want the user to go through all the installation dialogs configuring the product again, the upgrade is performed just when there is a new version of the JDK, or OC4J needs to be updated from 10.3 to 10.4, for example. So most of the configuration should still be there.
Is there a way to direct which dialogs should occur if it's an upgrade and not a new installation? I would also need to be able to tell the difference for custom actions, if there's a property I can check, because I have configuration settings and don't want to completely uninstall the existing version.
I've looked at the documentation on upgrades, and it seems it basically performs the installation process. I'm just not sure where to start with this.
Is there a way to direct which dialogs should occur if it's an upgrade and not a new installation? I would also need to be able to tell the difference for custom actions, if there's a property I can check, because I have configuration settings and don't want to completely uninstall the existing version.
I've looked at the documentation on upgrades, and it seems it basically performs the installation process. I'm just not sure where to start with this.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 24, 2010
10:25 AM
Okay, I found a solution. I just check the IS_MAJOR_UPGRADE property and then skip the dialogs if it's true. Seems to work okay.
