开发者

Visual Studio Setup project sequence control

开发者 https://www.devze.com 2022-12-14 07:45 出处:网络
Can I ru开发者_开发技巧n several installers from one installer in a defined succession? I have a webproject which requires a windows service, which requires a 3rd party converter product.

Can I ru开发者_开发技巧n several installers from one installer in a defined succession?

I have a webproject which requires a windows service, which requires a 3rd party converter product.

So I have a WebProject installer which should run itself first (the webproject), then it should run a 3rd party installer and after that the windows service installer.

And that in this order, because the web project and the 3rd party products create registry keys which the windows service installer needs to read. Reading them is easy, but they have to exist...


Not from within an MSI project, you'll need a bootstrapper of some description to 'chain' the installations.

0

精彩评论

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

关注公众号