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
- :
- Re: Minor Upgrade - .Net Prerequisite error
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
Aug 18, 2009
01:49 PM
Minor Upgrade - .Net Prerequisite error
I've created a IS 2009 project. From this project I create two builds, one that includes .NET 3.5 SP1 (for distribution via CD) and another that downloads .NET 3.5 SP1 (for distribution via a download)...these were configured through the Release Wizard. These are built as a single EXE. The .Net framework is configured as a prerequisite. I've updated the version number and Package Code prior to performing the build, so they will be treated as a minor upgrade. Everything else is the same.
When the downloadable version is installed over a previous installation that included the .NET framework within the install package, the installer does NOT detect that it should perform a minor upgrade.
If the version that included the .NET framework within the setup package is installed over an install that included the .Net framework, then the installer detects it as a minor upgrade.
Is there a way to always make the installer perform a minor upgrade? Is my approach wrong? Thanks,
When the downloadable version is installed over a previous installation that included the .NET framework within the install package, the installer does NOT detect that it should perform a minor upgrade.
If the version that included the .NET framework within the setup package is installed over an install that included the .Net framework, then the installer detects it as a minor upgrade.
Is there a way to always make the installer perform a minor upgrade? Is my approach wrong? Thanks,
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Aug 18, 2009
04:37 PM
I got it to work. I had to recreate the releases through the release wizard.