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 Action with C#


1 reply to this topic

wolfUkr

wolfUkr
  • Members
  • 24 posts

Posted 03 February 2005 - 16:29

Ask me please can I write custom action on C# like that I do with C++? (how I can do this?)
Can I use custom action wrote on C# in "setup deploy project" Visual Studio in user interface sequence actions?

Edited by wolfUkr, 03 February 2005 - 16:31.


Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 03 February 2005 - 17:11

C# doesn't create regular DLLs, so all you could do would be a custom action derived from the Installer class, which has several limitations. In particular, you cannot call it in the user interface sequence.