|
-
Aug 24th, 2006, 01:37 AM
#1
Thread Starter
Hyperactive Member
Register OCX upon deployment.
So....i have this ocx i use in my application, i can be able to register it manually on my machine by using regsvr32. I was wondering how i can be able to do a self registering routine on the target machine upon deployment...since i will not always be there.
I suppose i will need some scripting.Is there any that can help me?
By the way i always uses the normal VS-IDE SETUP Wizard.
-
Aug 24th, 2006, 02:07 AM
#2
Re: Register OCX upon deployment.
I believe that you need to select the component from your Setup project in the Solution Explorer then go to the Properties window and set the Register property to vsdrfCOMSelfReg. It may also be vsdrfCOM but The SelfReg option sounds right.
By the way, there is a Deployment forum for deployment questions. This is not VB.NET related.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|