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

Custom Actions in .NET


1 reply to this topic

JasonAtkins2001

JasonAtkins2001
  • Members
  • 14 posts

Posted 21 March 2002 - 17:03

Is it possible to create custom actions for Windows installer using .NET (preferably c#) ?

Has anyone done this yet, or know of examples of how to
do it ?

Scott Williams

Scott Williams
  • Members
  • 38 posts

Posted 21 March 2002 - 18:46

From what I have seen with the Installer Projects of .NET, it looks like CA's are going to move into the actual files we are installing and be called through that InstallUtil.exe file.

As for C#, I kind of doubt it, however you could easily write an unmanaged C++ Dll for a CA, but that is exactly the same as a DLL written in Visual C++ 6.0

If C# somehow allows a standard Export, you can probably do it, otherwise, I would say no.