The installer relies on a GUID to identify the software. The first time you make a distribution kit for a project, a GUID is generated and stored in the project (.prj) file. Thereafter, whenever you make a distribution kit this same GUID is used.
To make the installer think the software is different, you have to delete the existing GUID from the .prj file. If you open this with notepad, you will see the GUID in the [Distribution Kit] section, e.g.:
Distribution Kit GUID = "{3446C1C3-B931-44FB-BC07-18D4ADCF6623}"
Just delete this line from the project file and save it. The next time you create a distribution kit, a new (different) GUID will be created so the installer will think the software is all new.
--
Martin.
--
Martin
Certified CVI Developer