I'm using the Orca tool from Microsoft to create a transform to be used in a gpo deployment. I wonder how to edit the msi to get the same result as this commandline will get me:

msiexec /qn+ /i setup.msi FOO_SETTING=BAR_VALUE

In what table in the msi do I put FOO_SETTING=BAR_VALUE ?

Thank you

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

In the Property table.

link|improve this answer
Boy do I feel stupid. – Bård Feb 17 '10 at 9:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.