cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ceciltss
Level 2

ProductGUID in Setup.ini

I am trying to achieve some flexibility in a specific installation product and I would like to be sure that the assumption preventing my particular function is true.

As near as I can tell, why a project is compiled for distribution (built) the file Setup.ini is created. Inside this file is placed the value of the ProductGUID for the project. Changing this value within the Setup.ini file has no effect on Setup.exe. The actual ProductGUID cannot be changed without rebuilding.

Is this true.

Thanks in advance for any help.
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

The ProductCode referenced in the Setup.ini should be considered like a local cache of a potentially expensive piece of information. Changing it will not help matters; it can only make them less correct. It's required to avoid extra work in scenarios where the .msi file may not be local to the .exe (such as in installations that download or extract the files in question).
0 Kudos