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
- :
- "launch application" after install in installshield silent setup " /s /v/qb" ?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Aug 12, 2013
02:03 AM
"launch application" after install in installshield silent setup " /s /v/qb" ?
Hello all ,
We created one setup project and we have auto update option in the project . For that we like to use silent install . when we install normally in give option to launch application after install and we click finish it will start application , but wen we run it from CMD in silent mode it not starting the application after install . CMD parameters that we using are " setup.exe /s /v/qb " . can you provide any solution for this problem .
with regard ,
jophy
We created one setup project and we have auto update option in the project . For that we like to use silent install . when we install normally in give option to launch application after install and we click finish it will start application , but wen we run it from CMD in silent mode it not starting the application after install . CMD parameters that we using are " setup.exe /s /v/qb " . can you provide any solution for this problem .
with regard ,
jophy
(3) Replies
‎Aug 12, 2013
05:44 AM
Hello,
Have you scheduled any custom action during silent install to launch the application after setup completes?
In the silent mode User Interface dialogs are skipped. So the custom actions set to be launched after other UI dialogs are also skipped. Due to this silent install will not launch the application after successful installation.
Try scheduling an .exe custom action to run in silent mode, for that you have to sequence them so that they are not associated with a dialog. In other words try any of the following locations:
- After File Transfer
- After COM Registration
- After Register Product
I recommend the last because that's pretty much after the setup is done with all the file copying and registering.
Thanks,
Chiranjeevi
Have you scheduled any custom action during silent install to launch the application after setup completes?
In the silent mode User Interface dialogs are skipped. So the custom actions set to be launched after other UI dialogs are also skipped. Due to this silent install will not launch the application after successful installation.
Try scheduling an .exe custom action to run in silent mode, for that you have to sequence them so that they are not associated with a dialog. In other words try any of the following locations:
- After File Transfer
- After COM Registration
- After Register Product
I recommend the last because that's pretty much after the setup is done with all the file copying and registering.
Thanks,
Chiranjeevi
‎Aug 12, 2013
07:03 AM
Hello chiranjeevi,
When install we use default option in the installshield to launch the application (Set by radio button in setting window) .
But when we write custom action to start application , run from normal mode it will start two time (from custom action and normal check option). How to identify from which mode it is running in custom action .
with regards
jophy
When install we use default option in the installshield to launch the application (Set by radio button in setting window) .
But when we write custom action to start application , run from normal mode it will start two time (from custom action and normal check option). How to identify from which mode it is running in custom action .
with regards
jophy
‎Aug 13, 2013
07:24 AM
Hello
You should create the condition for the CustomAction based on the
UILevel property to specify the mode in which it should run.
Please refer below link:
http://msdn2.microsoft.com/en-us/library/aa372096.aspx
Hope this helps.
Thanks,
Chiranjeevi
You should create the condition for the CustomAction based on the
UILevel property to specify the mode in which it should run.
Please refer below link:
http://msdn2.microsoft.com/en-us/library/aa372096.aspx
Hope this helps.
Thanks,
Chiranjeevi