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.
精彩评论