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

前端 未结 2 2062
无人及你
无人及你 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:08

    Although I've never created a multi-instance setup, I also noticed that Acresso announced MI support in IS 2009. We have IS 2009 but didnt use this feature.

    However, Installshield often simply makes use of new MSI features by offering an "intuitive" frontend to them (like for chaining multiple MSIs together into one). So you might want to look for general information on how to achieve that by using the MSI SDK.

    Here are some useful links that might point you to the right direction:

    • Authoring Multiple Instances with Instance Transforms
    • Multiple Instance Transforms Walkthrough, Proposed Simple Addition to WiX to Make Them Easier

提交回复
热议问题