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 3.7 和 Burn 成功创建了一个链式安装包。安装程序本身使用 WixStandardBootstrapperApplication。
有没有办法将整个烧录包部署(即复制)到某个位置?
Burn 提供“布局”操作,将所有 Bundle 内容复制到指定目录。wixstdba 确实支持此操作,因此您可以像这样使用它:
yourbundle.exe /layout optional\path\to\layout\folder
如果您不指定,optional\path\to\layout\folder则 Burn 将布局到 yourbundle.exe 所在的文件夹。
optional\path\to\layout\folder