Has anyone got any ideas as to how i would distribute a dll and register it. Or does anyone know how or have documentation on how to do this with the windows installer.
Cheers
Peter
Printable View
Has anyone got any ideas as to how i would distribute a dll and register it. Or does anyone know how or have documentation on how to do this with the windows installer.
Cheers
Peter
If it's a normal DLL then you don't need to register it, just copy it to the target location.
However, if it's a COM DLL it will need registration. It's also a good idea to look into the shared file reference count (the MSDN docs on MSI mention this).