- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Passive mode launch app after installation
- 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
Passive mode launch app after installation
Hello guys,
I need to launch my application after even passive mode installation.
I created customaction but it needs to be triggered.
Could anyone help me ?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Customaction does that when user has clicked the Finish button it launches the application. But in passive mode there is no button as you know.
2- To be honest I did not understand completely.
3- I need to launch my main executable when the installation of the application has finished. In normal mode it works correctly. That is fine. But I need to do it also in passive mode.
I hope you understand me correctly.
Thanks a lot
Best regards
Hasan
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
During passive mode there is no user interface for the user to interact with, and the dialog that you have placed the custom action on will be skipped.
You will need to create a new custom action which is not associated with a dialog, you can try placing it in the execute sequence after Register Product.
You will also need to add a condition to this additional custom action to prevent it from running during normal mode, you can base this condition on the UILevel Property to dictate which mode it should be run.
http://msdn2.microsoft.com/en-us/library/aa372096.aspx
I hope this is useful,
Stuart