MSIProductCode
Previous  Top  Next

MSIProductCode – Specify a product code for the MSI database

This option has an effect only when generation of a Windows Installer database is requested via the MSIFilename option.
Each MSI database needs a ProductCode. SetupCapture will generate a suitable default ProductCode and place it in Package.ini. If you 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 specific product code  
[BuildOptions]  
MSIFilename=mymsi.msi  
MSIProductCode={590810CE-65E6-3E0B-08EF-9CCF8AE20D0E}  

Availability:

This option requires Thinstall version 3.210 or higher