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
- :
- How to Launch an application without user Action
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
‎Jan 03, 2013
01:07 AM
How to Launch an application without user Action
Hi All,
I am creating an application setup using install script (lauchAppAndWait), I want to install my App without any type of user action that's why i am not giving permission to user regarding App launch (see screen shot)
but when i am running my application then after installation application does not launch, can anyone help me on this ??
I am creating an application setup using install script (lauchAppAndWait), I want to install my App without any type of user action that's why i am not giving permission to user regarding App launch (see screen shot)

but when i am running my application then after installation application does not launch, can anyone help me on this ??
2 Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 04, 2013
03:16 AM
While you choose "Yes" in screenshot you have all that InstallShield does is adds a custom action (IS_LAUNCH_MY_PROGRAM_PLEASE) to launch the specified file.
usually its tied to Finish dialog... so you can just navigate to Finish dialog in Dialogs view and strip off the condition against the action....
this will ensure that the application is launched while you press on Finish button the finish dialog.
usually its tied to Finish dialog... so you can just navigate to Finish dialog in Dialogs view and strip off the condition against the action....
this will ensure that the application is launched while you press on Finish button the finish dialog.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 04, 2013
05:21 AM
rrinblue22 wrote:
While you choose "Yes" in screenshot you have all that InstallShield does is adds a custom action (IS_LAUNCH_MY_PROGRAM_PLEASE) to launch the specified file.
usually its tied to Finish dialog... so you can just navigate to Finish dialog in Dialogs view and strip off the condition against the action....
this will ensure that the application is launched while you press on Finish button the finish dialog.
Hi rrinblue22
thanks for your reply, Now it's working 🙂
