Search found 2 matches

Go to advanced search

by BackDream
Wed Dec 12, 2007 3:35 pm
Forum: Common Problems
Topic: Registering COM with cmdline
Replies: 1
Views: 3944
 
Jump to post

Registering COM with cmdline

Hello, I have a COM object I must register like this:

regsvr32 /i:my_command_line_arg my_com_obj.dll

How can I make the installer register that COM object by passing it a commandline (/I flag of regsvr32) during the registration phase?

Maybe a silly question but looking at the docs I couldn't ...
by BackDream
Tue Dec 11, 2007 9:33 am
Forum: Common Problems
Topic: Complex COM object unreg/reg
Replies: 1
Views: 2986
 
Jump to post

Complex COM object unreg/reg

Hello,

I have a COM object that works in a very unusual way: when you register it into the system (alling its DllRegisterServer) it writes (YES, it writes) a driver into c:\windows\drivers and registers the driver with the system. When you unregister the COM objects, it deletes the driver from the ...

Go to advanced search