Hi Laurent,

most properties are set by the Windows Installer. This includes ALLUSERS, INSTALLLEVEL, TARGETDIR and many more. A property reference can be found here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/property_reference.asp

There are only a few properties, that we defined for some special tasks. You can find them in the table "Property" of the msi database. And most of them are only useful inside Windows Installer Custom Actions, that are written to solve special installation tasks. Probably SELECT_WORD, SELECT_EXCEL and SELECT_POWERPOINT are the only "new" public properties, which can be defined useful on the command line.
Greetings

 Ingo


Laurent Godard wrote:

Hi Sophie, Hi Ingo

Sophie thanks for relaying the question

If you are interested in looking into the msi database, you can do so by using the freely available Orca. In the table "Feature" you can find the different level for the modules. In the table "Property" you find the public properties (written completely in capitol letters).



where can we find the meaning of the various public properties

Laurent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to