|
-
Apr 16th, 2007, 05:53 AM
#1
Thread Starter
Lively Member
Register Com COmponent
hi i am developing an Application in c# which is using COM Component
I made in installsheild to register COM COmponents in setup process
its not getting registered in Windows Vista
So i want to explicitly register dll in desired location like
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{00E67629-6425-4EEB-B876-49970E3D404F}
thanks and regards
VInay Kumar
-
Apr 18th, 2007, 06:11 AM
#2
Re: Register Com COmponent
Don't you have to create a 'merge module' for registering COM components?
If you really want to explicitly register it, use regsvr32. Yes, you can call it from code using System.Diagnostics.Process.Start()
-
Apr 19th, 2007, 10:49 PM
#3
Fanatic Member
Re: Register Com COmponent
Com components/classes need are usually registered into a specific category. Try downloading OLE Viewer to see what I'm talking about...
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
|