Changing the Product VersionA Windows Installer MSI package uses a few globally unique identifiers (GUIDs) as codes to identify certain things about the package. Package CodeIt is used to uniquely identify each MSI package. Windows Installer does not allow two different MSI packages with the same Package Code to be installed on the same machine. Advanced Installer generates a new one each time a project is built and a new package is created. Starting a MSI with an installed Package Code will show the Modify/Repair/Remove Maintenance dialog. Upgrade CodeDefines a family, a set of related products. Advanced Installer generates a new Upgrade Code whenever a new project is started. Product CodeIt is used to uniquely identify a particular product release. Windows Installer allows only one program with a given product code to be installed on a computer at a time. It will prevent the installation of a second MSI with the same Product Code as a currently installed one. Advanced Installer will attempt to generate a new Product Code every time you change the Product Version.
These codes are used in conjunction with the Product Version to obtain the automatic upgrade of the previous version or to prevent the installation of an older version over a newer one:
| |
|
| Privacy Policy | Windows Installer | Search Engine Ranking | Link Analyzer | ||
| © 2002 - 2008 Caphyon Ltd. Trademarks belong to their respective owners. All rights reserved. | ||