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
- :
- Re: modifing file after files are moved from custom 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
‎May 21, 2008
01:01 PM
modifing file after files are moved from custom action
Hi,
I am trying to modify a batch file from a CA, and have placed the CA(installscript) after the movefile standard CA. This CA should be called after the files are moved to the install location. But this is not happening, during installation the CA is called before the files are moved and this is causing the update operation to fail. Even i tried to place the CA just before InstallFinalize, the CA is called before moving the files. Am I doing anything wrong. I am using basic msi.
Any suggestion is appreciated.
Thanks,
rrb
I am trying to modify a batch file from a CA, and have placed the CA(installscript) after the movefile standard CA. This CA should be called after the files are moved to the install location. But this is not happening, during installation the CA is called before the files are moved and this is causing the update operation to fail. Even i tried to place the CA just before InstallFinalize, the CA is called before moving the files. Am I doing anything wrong. I am using basic msi.
Any suggestion is appreciated.
Thanks,
rrb
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 21, 2008
01:55 PM
Try sequence your custom action in the Deferred Execute sequence, before InstallFinalize, and see if that works.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 23, 2008
12:15 AM
Thanks a lot for the suggestion.
It worked. I also followed up with another thread and read the document mentioned in that, which explains about the custom action sequences. I am now clear about the CA sequences.
http://johnmcfadyen.spaces.live.com/blog/cns!9DD01136FC094724!167.entry
http://www.installsite.org/pages/en/isnews/200108/index.htm
Thanks
It worked. I also followed up with another thread and read the document mentioned in that, which explains about the custom action sequences. I am now clear about the CA sequences.
http://johnmcfadyen.spaces.live.com/blog/cns!9DD01136FC094724!167.entry
http://www.installsite.org/pages/en/isnews/200108/index.htm
Thanks