This website uses cookies. By clicking OK, 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
- :
- Install shield - Do action
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
sathish046
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jul 08, 2012
06:30 AM
Install shield - Do action
Hi frd,
i want to execute two 3rd party exe when i click finish button of my product installation...
i that i used event of finish button to do this....
But one issue is i using Doaction event they working like nested loop... so if anyone cancelled first exe means they didnot launch second....
Please help...
thanx....:o
i want to execute two 3rd party exe when i click finish button of my product installation...
i that i used event of finish button to do this....
But one issue is i using Doaction event they working like nested loop... so if anyone cancelled first exe means they didnot launch second....
Please help...
thanx....:o
2 Replies
RichardW
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jul 09, 2012
04:11 PM
Re: Install shield - Do action
By default, InstallShield checks the return code of the 3rd party application you are running. To change this, go to the "Return Processing" property of the custom action. Change it from "Synchronous (Check exit code)" to "Synchronous (Ignores exit code)". Now whenever a user cancels the 3rd party application, InstallShield will continue with the installation and your second application should now launch.
sathish046
Pilgrim
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Jul 11, 2012
11:34 PM
Re: Install shield - Do action
RichardW wrote:
By default, InstallShield checks the return code of the 3rd party application you are running. To change this, go to the "Return Processing" property of the custom action. Change it from "Synchronous (Check exit code)" to "Synchronous (Ignores exit code)". Now whenever a user cancels the 3rd party application, InstallShield will continue with the installation and your second application should now launch.
thanx for your information..
it work's fine