Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Windows Installer & Legacy DLL's (VB6)
 

Windows Installer & Legacy DLL's (VB6)

Hi,

We have a VS .NET application that we're delivering via a VS2005 Installer project.

My main problem is - how best to deploy the legacy VB6 DLL's (that can't be changed) that the app is using.

I have added them to the deployment project & they are happily copied to the target folder on the user's machine, I am doing a "Commit" custom action at the end of the install to do some database work and think this is the ideal place to register these old DLL's.

Questions...

What needs to be done to register them ?

How do I shell out from the installer to get them registered ?..

Any help much appreciated - Paul.

Paul Stringer  Thursday, July 05, 2007 2:57 PM
If you set the Register property of the file to one of the registration options (like vsdrfCOM) then the setup project will do the registration for you.
PhilWilson  Saturday, July 07, 2007 5:48 PM
If you set the Register property of the file to one of the registration options (like vsdrfCOM) then the setup project will do the registration for you.
PhilWilson  Saturday, July 07, 2007 5:48 PM

You can use google to search for other answers

Custom Search

More Threads

• Deploying Primary Interop Assembly files
• Application or Source or Temp Path???
• User Fails To Download Application
• Publishing doesn't build my referenced assemblies
• Click Once Deployment options - Help Needed
• How can modify the shortcut created by ClickOnce?
• Click Skip Once. New version never appears
• Running different versions of the same app on one client machine
• How to deploy a .net windows app
• Problems installing Access Runtime 2007 with clickonce