Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Action executes too early


1 reply to this topic

kerber

kerber
  • Members
  • 13 posts

Posted 03 June 2003 - 13:18

Hi folks,

I have create a custom action using VBScript that concatenates files installed with my setup. I have put the action after "InstallFiles" in the execute sequence of my installation. Somehow the VBScript is execute prior to the file copy.
The custom action is configured as following: "Imidiate Executing" / "Allways execute"
Can someone explain what goes wrong, where I should put the action within the sequence so that the files are copied prior to concatenate them or if I have to change anything with the configuration of my custom action.

Thanks,

Klaus



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 June 2003 - 14:56

You either need to make it deferred, or put is after InstallFinalize.