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

.NET exe as custom action?


1 reply to this topic

jay_n

jay_n
  • Members
  • 1 posts

Posted 03 October 2003 - 18:29

Hey,
I have a question about Custom Actions:

I would like to execute a .NET exe as a custom action. I want to do this as the first step even before I start installing the files. This exe is dependent on a few DLLs. How do I bring in the DLLs into the installer so that I can execute the custom action as the first step of my installation.

Thx,

-- Jay

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 06 October 2003 - 09:01

Copy (and register if required) them using a custom action.
I really wouldn't recommend this however.