How to create/Where to get Wix Bootstrapper for Multiple Instances

前端 未结 2 2057
无人及你
无人及你 2021-02-02 17:25

I\'m currently learning how to create msi installers using WiX and it seems I\'ve hit a wall.

All is well when I create an MSI containing everything needed for a single

2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-02 18:13

    Creating multiple instances is pretty easy with WiX v3. You just use the InstanceTransform and Instance elements to create everything. Now, the bootstrapper problem requires something outside of the WiX toolset since we don't have burn, yet. I'm not sure we'll get this functionality in WiX v3.5 (with burn) but it is on our list for burn post v3.5.

提交回复
热议问题