I have a third party dll and I want to register it using setup. how can I do that. Do I have to add it in the setup and setup will register itself or I have to register it in code. Regards,Adeel Arshad
khushi83 Thursday, July 02, 2009 7:02 AM
Depends on the Dll (.NET or Win32), assuming you mean COM registration (some people talk about registering a Dll when all they really want to do is install it in the GAC). In the properties of the file you shold just set the Register property to vsdr Register.Phil Wilson
Depends on the Dll (.NET or Win32), assuming you mean COM registration (some people talk about registering a Dll when all they really want to do is install it in the GAC). In the properties of the file you shold just set the Register property to vsdr Register.Phil Wilson