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
- :
- Need help understanding upgrades
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
‎Jul 18, 2012
11:43 AM
Need help understanding upgrades
I have been beating my head against the wall trying to figure out a way to create a simple major and minor upgrade package that just removes the previous version and installs the latest version.
Apparently, it's not as easy as just changing the version number. Nobody really explains thru a blog post a step by step.
Can anyone point me in the right direction for good documentation/step by step tutorials?
Apparently, it's not as easy as just changing the version number. Nobody really explains thru a blog post a step by step.
Can anyone point me in the right direction for good documentation/step by step tutorials?
(4) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 18, 2012
04:20 PM
If you want to create an upgrade that uninstalls the old version and installs the new version, you need to create a major upgrade. A minor upgrade can't do that.
The following technical white papers have instructions and background info on upgrades:
For a list of these and other white papers that are available for download, visit the Resources page (http://www.flexerasoftware.com/products/installshield/resources.htm) on the web site, and then click the White Papers link.
The following technical white papers have instructions and background info on upgrades:
- Download Designing an Update-Friendly MSI Installation
- Building MSI Installer Updates and Patches
For a list of these and other white papers that are available for download, visit the Resources page (http://www.flexerasoftware.com/products/installshield/resources.htm) on the web site, and then click the White Papers link.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 26, 2012
09:38 AM
I've downloaded the white paper.
What I was really looking for was a Tutorial or Step by Step guide for creating an Major or Minor Update package. Technical papers are great, but learning by example is even better for those that are just starting to work with InstallShield.
What I was really looking for was a Tutorial or Step by Step guide for creating an Major or Minor Update package. Technical papers are great, but learning by example is even better for those that are just starting to work with InstallShield.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2012
10:53 AM
Changing the product code and have the same upgrade code are basically the 2 main components to doing a major upgrade.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 02, 2012
03:34 PM
You need to change the package code as well ...
Small Update: Package Code
Minor Upgrade: Package Code, Product Version
Major Upgrade: Package Code, Product Version, Product Code
For a Basic MSI project, make sure you fill in the information in Media->Upgrades
Small Update: Package Code
Minor Upgrade: Package Code, Product Version
Major Upgrade: Package Code, Product Version, Product Code
For a Basic MSI project, make sure you fill in the information in Media->Upgrades