Let's imagine I've passed properties with their values to msiexec that aren't defined anywhere in my msi package. Do those properties get created, or are they ignored?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Yes, they get created. Once you pass a property via msiexec command line, you can address them as if you define them directly in Property table. Windows Installer gurus might point out differences (if there are), but in terms of usage I didn't notice any.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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