简体   繁体   中英

Visual Studio Setup project sequence control

Can I run 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...

并非来自MSI项目,您需要一个具有一定描述的引导程序来“链接”安装。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM