How can I add an optional UI to WiX toolset

前端 未结 2 1918
攒了一身酷
攒了一身酷 2021-01-27 18:13

I have already made a quiet installer (without the need to click any buttons but some progress bar is shown while installation is in progress) for a project deployment. This tim

2条回答
  •  被撕碎了的回忆
    2021-01-27 18:35

    Just modify the WixUI_Minimal.wxs file:

    • How to build a minimal WiX installer UI without a license page?
    • WiX toolset WixUI_Minimal Dialog Set
    • Customised UI's for WiX

    Then use properties to condition the dialogs to show or hide as you launch the MSI via msiexec.exe.

提交回复
热议问题