Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 WIX 有一个小问题——或者更确切地说,是我目前对它的理解的一个问题。
如果我想通过复选框设置一个名为“MYVALUE”的值,我已经可以正常工作,当我运行我的 .msi 文件时,复选框默认为选中,这实际上是预期的行为。主要问题是当我尝试在命令行上设置该值时,该复选框仍处于启用状态。
我已经在谷歌上搜索了一段时间,在这里真的需要一点帮助。
试试命令:
msiexec /i foo.msi MYVALUE=
复选框表需要一个属性为空(未设置)才能不选择复选框。