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.
有一个 Burn 内置变量 - WixBundleDirectoryLayout。如何为该变量赋值以更改捆绑包提取到的位置?
我也试过跑步...
setup.exe /布局 c:\temp
...从命令行,它只是将 setup.exe 文件复制到 c:\temp,而不是实际提取捆绑内容。我究竟做错了什么?
该/layout开关不会提取 Bundle 的内容。它下载所有内容并创建一个映像,然后您可以将其刻录到 DVD 或放在网络共享或其他任何地方。这样 Bundle 以后就不会去下载内容了。如果您没有未压缩的包,则/layout交换机最终会将 Bundle 可执行文件复制到您指定的位置(如果您没有指定其他文件夹,则为无操作)。
/layout