开发者

passing properties to msiexec

开发者 https://www.devze.com 2023-02-19 14:19 出处:网络
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?Yes, they get c

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消