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 Dll


1 reply to this topic

Alkash

Alkash
  • Members
  • 2 posts

Posted 04 April 2003 - 12:56

How to start .Net Dll function from custom action

Dagostini

Dagostini
  • Members
  • 13 posts

Posted 22 April 2003 - 18:22

You will have to create a COM interop assembly, place it in the GAC and register it.
Then call up the COM interop through install script using the create object funtion.
This will also work with VB script if your not using ISD.

Edited by Dagostini, 22 April 2003 - 18:26.