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

Connecting dialogs to .Net dlls


2 replies to this topic

jsh324

jsh324
  • Full Members
  • 3 posts

Posted 06 November 2008 - 12:20

I need to be able to use .Net dll functions to process information entered during the install. For example, I have a product key that I need to validate and register during the install.

How do I call a function and process it when a user clicks the Next button on a dialog and before the next dialog is shown. The next dialog will in some cases be dependent on the response from the dll call. Obviously, I'm new to installations. So any assistance offered would be greatly appreciated! Thanks.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 12 November 2008 - 12:15

For seom pointers about custom actions written in .NET please see http://www.msifaq.com/a/1044.htm

jsh324

jsh324
  • Full Members
  • 3 posts

Posted 15 December 2008 - 14:37

Stefan,
Thanks for the information. It's something to consider.