Register DLL in Installation Project

  • Thread starter Thread starter Tamir Khason
  • Start date Start date
T

Tamir Khason

How can I perform dll register with .NET installation project?
as well as I do sn -Vr mysll.dll in command prompt?

TNX
 
Hi Tamir,

Thanks for posting.

Could you elaborate a little bit more on your DLL? Is it a COM component, a
managed Serviced Component or something else?

To run "sn -Vr", you can use an installer class to create a managed custom
action. In the custom action, you can use Process.Start to launch the
command. You may refer to the following link for some useful Walkthroughs
on the topic:

Deployment Walkthroughs
http://msdn.microsoft.com/library/?url=/library/en-us/vsintro7/html/vxoriDep
loyWalkthroughs.asp?frame=true

I hope the information is useful to you.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top