Results 1 to 5 of 5

Thread: Need help understanding upgrades

  1. #1
    Join Date
    Jul 2012
    Posts
    5

    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?

  2. #2
    Join Date
    Jan 2004
    Posts
    1,857
    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:
    • 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/produ.../resources.htm) on the web site, and then click the White Papers link.
    Debbie Urman - Staff Technical Writer - Flexera Software: InstallShield/InstallAnywhere

  3. #3
    Join Date
    Jul 2012
    Posts
    5
    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.

  4. #4
    Join Date
    Aug 2004
    Location
    Phoenix, AZ
    Posts
    130
    Changing the product code and have the same upgrade code are basically the 2 main components to doing a major upgrade.

  5. #5
    Join Date
    Jul 2003
    Location
    Illinois
    Posts
    52
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •