1

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

Bård
  • 767
  • 1
  • 6
  • 12

1 Answers1

1

In the Property table.

Bård
  • 767
  • 1
  • 6
  • 12