How to add an MSI file to my installer

前端 未结 2 1259
情书的邮戳
情书的邮戳 2021-01-03 23:48

I have WiX 3.6 (Oct 2011) installer for my application. My application requires another service to be installed in the system. I added an MSI file to my installer this way:<

2条回答
  •  庸人自扰
    2021-01-04 00:26

    You cannot install one MSI from another MSI. What you need to do is create a bootstrapper (link appears dead now, possible suitable replacement link) that installs each MSI in sequence. Wix 3.6 has a built-in bootstrapper called Burn.

    Here is another helpful link, courtesy of Matt Clarkson.

提交回复
热议问题