WiX Burn 3.6 beta - custom UI examples

前端 未结 2 1034
野趣味
野趣味 2021-02-13 12:00

Are there any good references/examples for WiX Burn 3.6 custom UI?

I googled around, but they are broken pieces of the information.

2条回答
  •  感动是毒
    2021-02-13 12:38

    The WiX installer itself is a good example and the source is freely available via CodePlex (WiX 3.6 Beta). Check out the WixUX project, which is the bootstrapper for the WiX 3.6 install. Another Stack Overflow question is Custom WIX Burn Bootstrapper user interface?, describing how to get started.

    Or if you get the latest weekly WiX releases, the project has been renamed to WixBA. See src\Setup\WixBA.

提交回复
热议问题