开发者

Launching a file after Installation

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜