QUOTE (Ramona @ Jan 11 2007, 09:28 AM)

How do you find you what properties can be set for an MSI
Using the free table editor Orca, (get it from my repository) open the MSI.
Scroll down on the left to the table entitled
Property,
These are the properties that can be adjusted via the commandline.
You can often guess at what the alternative setting might be, such as,
IAGREE - No in the property table,
most likely can be set on the commandline like this
IAGREE=Yes
or
DESKTOPSHORTCUT - 0 (0 often equals no)
most likely can be set on the commandline like this
DESKTOPSHORTCUT=1 <--- would give you a desktop shortcut.
or, using orca, make the changes directly to the MSI
bypassing the need to set them on the commandline.
shark