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
- :
- Run a custom action before Executing scripts but after copying the files in target
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 12, 2010
07:16 AM
Run a custom action before Executing scripts but after copying the files in target
I want to fire a custom action just after the installer files are copied to the target , but before excuting any script as the custom action will move a database backup to the database server which needs to be restored.
I have put the action after InstallFiles but It didnot worked.
Please reply..
Thanks in advance..
I have put the action after InstallFiles but It didnot worked.
Please reply..
Thanks in advance..
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 12, 2010
08:06 AM
I think that only deferred execution custom actions can be set between InstallInitialize and InstallFinalize.
Try to set your CA after InstallFinalize.
Kevin
Try to set your CA after InstallFinalize.
Kevin
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 12, 2010
08:24 AM
It is not working , I have placed my custom action after ISSQLServerInstall.
Any other things which needs to be done..
Any other things which needs to be done..
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 12, 2010
08:30 AM
Thank u .. It worked . Previously I did something different..
It is working fine with this....
It is working fine with this....