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

Need help on seqencing the action


1 reply to this topic

krishna123

krishna123
  • Members
  • 11 posts

Posted 10 November 2005 - 09:04

Hi,

I have a need to execuite the Custom Action which will run a script file. I am included this script file as a component in MSI.

The need is before execuiting this custom action the script file should be copied into the local machine. To achive this what is the sequence i should give in the installexecuite sequcne for the CA.

Thanks & Regards

Krishna.s

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 10 November 2005 - 10:42

Either make it Deferred and insert it after InstallFiles (and before InstallFinalize). Or make it immediate and insert it after InstallFinalize.