From LedHed's Wiki
Revision as of 19:16, 12 June 2014 by Ledhed (Talk | contribs)

Jump to: navigation, search

Overview

InstallShield LE allows you to create software deployment packages in Visual Studio. This article describes how to setup your project so that it can upgrade previous versions to your current version.


Steps

  • Open your .NET project, go to project properties and change the 'Assembly version'.
  • Go to the 'Solutions Explorer' and expand 'Setup' and click 'General Information'.
  • Change the 'Product Version' to match the 'Assembly version' you set earlier.
  • Create a new 'Product Code', by generating a new GUID. This can be done by clicking the {..} at the end of the 'Product Code' field.
  • In the 'Solution Explorer' open 'Upgrade Paths' and Edit or Create a new upgrade entry.
  • Set 'Include Min Version' = Yes
  • Set 'Max Version' to match the 'Assembly version' you set earlier.
  • Set 'Include Max Version' = yes
  • Build your project.


References

http://stackoverflow.com/questions/6447404/configuring-installshield-le-to-remove-previous-versions-built-using-visual-stud