Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Registering a dll using Setup
 

Registering a dll using Setup

Hi

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
PhilWilson  Thursday, July 02, 2009 10:35 PM
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
PhilWilson  Thursday, July 02, 2009 10:35 PM

You can use google to search for other answers

Custom Search

More Threads

• Deployment Issue - Modifying Config File dynamically by application users without Admin access
• Click once.. from diferent locations
• Install Certain Files Based on OS Version
• Bundle .NET 3.5 Framework w/Install (using VS 2008 SP1)?
• Deploying an optional desktop shortcut
• How do you publish an app. using VBE 2008 to a CD?
• Deploy/register custom dll's to system directory
• Do we need Microsoft .NET Framework 2.0 to uninstall a Microsoft .NET Framework 2.0 based windows application?
• Bug in Upgrading Window-Service Setup Project (w/ RemovePreviousVersion)
• Setup project with uninstall password