A question re VARIABLES and PROPERTIES
Posted: Wed Apr 12, 2006 10:25 am
I set variables in my script ( initialoze them to default values) tand set these variables through the user interface.
Once I compile my project, If I look in the Properties table of the msi ( in Uncompressed form) these variables do not exist as properties. So I am assuming that these values are somehow sucked up into the Custom DLLs that are created during teh COmpile or somehow embedded in the Setup.exe part of the installation. IS there a way to actually add variables as properties to the MSI table?
I am experimenting with changing these variables from the command line at install time, both through the Setup.exe and through a MSI compiled through tthe Group policy Wizard.
Thanks for any edification as to how this process works
Once I compile my project, If I look in the Properties table of the msi ( in Uncompressed form) these variables do not exist as properties. So I am assuming that these values are somehow sucked up into the Custom DLLs that are created during teh COmpile or somehow embedded in the Setup.exe part of the installation. IS there a way to actually add variables as properties to the MSI table?
I am experimenting with changing these variables from the command line at install time, both through the Setup.exe and through a MSI compiled through tthe Group policy Wizard.
Thanks for any edification as to how this process works