PDA

View Full Version : .NET DLL registration


davidtrina
01-23-2006, 04:58 PM
I have used older versions of Setup Factory for VB6 projects and others, however I am currently developing a .NET DLL that has to be registered with an application called ArcGIS 9.1 (which does not use .NET DLL, but instead works with COM objects) I am using cominterop in my .NET DLL however I am unsure how to register it using Setup Factory 7.0 because it is not OLE/Active X.

Adam
01-24-2006, 10:11 AM
You can always call the program named regsvr32.exe (installed with Windows) and pass the path to your dll as a command line option.

Adam Kapilik