开发者

WIX Setup Bootstrapper: Calling the msi with command line arguments

I use use the Wix Installer to create a setup for my application. I use the Bootstrapper for the Visual Studio 2005 and 2008 runtimes, so I get a setup.exe and a product.msi. Now I try to use the Minor Update mechanism, like described here: How to implement WiX inst开发者_开发技巧aller upgrade?

For the minor Update I have to rum the Installer with this command:

msiexec /i SampleUpgrade.msi REINSTALL=ALL REINSTALLMODE=vomus

How can I pass the parameter the msiexec if the user calls the setup.exe?


The bootstrapper should contain the logic that determines what installers are called when. So you'll need to call msiexec yourself from within the bootstrapper.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜