开发者

Launching a file after Installation

开发者 https://www.devze.com 2023-04-02 18:58 出处:网络
I have created two releases for my Installshield Basic MSI Project. I want to launch the executable, on click of the finish button when the Installation completes. I have two different executables. I

I have created two releases for my Installshield Basic MSI Project. I want to launch the executable, on click of the finish button when the Installation completes. I have two different executables. I want to launch first executable when the user has built "Release1" and the other executable 开发者_Python百科if the user had built "Release2". How can I achieve this? Is it possible to do it, without using any Installscript custom action?


Sure. Look up release flags and the ISReleaseFlags property. Use it similarly to case C on the linked article, but instead as the condition to the actions which launch your executables.

0

精彩评论

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