How to add an MSI file to my installer

前端 未结 2 1255
情书的邮戳
情书的邮戳 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:34

    Make sure you are using Burn: http://robmensching.com/blog/posts/2009/7/14/Lets-talk-about-Burn

    An MSI cannot include another MSI, so you should also get an EXE file. Make sure you launch the installation through that EXE

提交回复
热议问题