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

Access .Net dll during install


1 reply to this topic

jmorgret

jmorgret
  • Members
  • 19 posts

Posted 16 September 2003 - 20:46

Can anyone explain how to use a .Net dll in a custom action (or point me to some documentation)? I have a .Net dll that is installed with my project but I need to access a function in it during the install. Does anyone know how I can go about doing this?

Thanks,


Jennifer

Neo

Neo
  • Members
  • 48 posts

Posted 17 September 2003 - 10:59

Hi,

It is not possible to directly access the function in the .Net DLL from Windows Installer. You can use a VBScript or exe custom action which in turn uses the function in the DLL.

Regards,

Neo.