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
- :
- Suite-Property indicating product update, ProductVersion Property
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
‎Nov 18, 2015
11:25 AM
Suite-Property indicating product update, ProductVersion Property
(Installshield 2014 Suite-Project)
Hi,
is there a Suite-Property that is set if and only if the Suite-Setup is performing an update?
Is there a Suite-Property containing the productVersion defined unter General Information?
At the Moment, I'm trying to set my Own Update-Property. This property is set if the uninstall key for the Suite in the Registry exists but has DisplayVersion lower than the Version specified under General Information. Now in the condition of the set Property Action, I have to reenter the product Version.
Thanks for your help,
Heiner.
Hi,
is there a Suite-Property that is set if and only if the Suite-Setup is performing an update?
Is there a Suite-Property containing the productVersion defined unter General Information?
At the Moment, I'm trying to set my Own Update-Property. This property is set if the uninstall key for the Suite in the Registry exists but has DisplayVersion lower than the Version specified under General Information. Now in the condition of the set Property Action, I have to reenter the product Version.
Thanks for your help,
Heiner.
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 19, 2015
02:01 PM
I had to create my own property as well, but I did not have to include the version check.
The setup already has a version check for the suite package and my primary package and the suite package are always kept in sync. So if a newer version of my primary app is installed, then the setup will stop and tell me to uninstall.
I don't think I had to code anything special for that check.
I did have to do a registry lookup, like you described to just ensure that the primary package is installed, and I set a property, APP_IS_INSTALLED and set it to the application path.
Hopefully this helps.
The setup already has a version check for the suite package and my primary package and the suite package are always kept in sync. So if a newer version of my primary app is installed, then the setup will stop and tell me to uninstall.
I don't think I had to code anything special for that check.
I did have to do a registry lookup, like you described to just ensure that the primary package is installed, and I set a property, APP_IS_INSTALLED and set it to the application path.
Hopefully this helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Nov 20, 2015
03:08 PM
Thank you Dan for your reply,
I have noticed, that a suite setup automatically performs an update if there is installed a previous version. We introduced the version check to inform the user, that an update will take place.
As to the ProductVersion property I was looking for, this property exists and can be used during the setup - it is only (to my knoledge) not documented in the suite property reference.
Regards,
Heiner
I have noticed, that a suite setup automatically performs an update if there is installed a previous version. We introduced the version check to inform the user, that an update will take place.
As to the ProductVersion property I was looking for, this property exists and can be used during the setup - it is only (to my knoledge) not documented in the suite property reference.
Regards,
Heiner
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 14, 2015
10:59 AM
The ProductVersion property is in fact that "ProductVersion"