This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: launch application after installation in advanced UI project
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 07, 2015
09:44 AM
launch application after installation in advanced UI project
Hi Team,
We are using install shield spring 2012 version. In the basic setup project we have an option to run the application after installation. But our requirement is run the application after installation in the advanced UI project. We found no option available to accomplish this. Can you please suggest any solution?
Regards,
Nirmal
We are using install shield spring 2012 version. In the basic setup project we have an option to run the application after installation. But our requirement is run the application after installation in the advanced UI project. We found no option available to accomplish this. Can you please suggest any solution?
Regards,
Nirmal
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 08, 2015
08:14 AM
You can use an Open action in your wizard, for example on the Finish button of your InstallationSuccess page. In InstallShield 2012 Spring I believe this looked like {Open PROPNAME} where PROPNAME can be substituted with the name of any property that contains the path to the exe you want to launch. Optionally you can specify some limited conditions by using more curly braces: {Open {PROPNAME},{OTHERPROP==VALUE}}.
(The notation for this was heavily changed in InstallShield 2013, so the more recent documentation on this won't help you in InstallShield 2012 Spring or earlier.)
(The notation for this was heavily changed in InstallShield 2013, so the more recent documentation on this won't help you in InstallShield 2012 Spring or earlier.)
