MSIUpgradeCode
Previous  Top  Next

MSIUpgradeCode – Specify an upgrade code for the MSI database

This option has an effect only when generation of a Windows Installer database is requested via the MSIFilename option.
It is highly recommended that each MSI database has an UpgradeCode. SetupCapture will generate a suitable default UpgradeCode and place it in Package.ini. There should be no need to change it. If you do change it, make sure the new value is a valid GUID (Globally Unique IDentifier).
For more information, see MSI Generation.


This creates a .msi file with a specified upgrade code  
 
[BuildOptions]  
MSIFilename=mymsi.msi  
MSIUpgradeCode={D89F1994-A24B-3E11-0C94-7FD1E13AB93F}  

Availability:
This option requires Thinstall version 3.210 or higher