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

CA Fires before Files are deployed in GAC


1 reply to this topic

wfreeman

wfreeman
  • Members
  • 1 posts

Posted 13 January 2003 - 14:27

I have a number of .NET assemblies I wish to deploy into the GlobalAssemblyCache (GAC).  I also have a custom action which relies on the assemblies being present in the GAC.  I have sequenced the CA just before InstallFinialize in the Execute Sequence but the files haven't been deployed in the GAC at that point!

How do I sequence the CA to fire after the files have been GAC'd?

Any help gladly received - thanks in advance
Wayne

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 13 January 2003 - 14:48

Make sure your custom action is scheduled for deferred execution, or place it after InstallFinalize.