-
How register a dll ????
Hello,
I've got a component with several dll inside I want to register.
I want to have a CLSID and ProgID for each dll ?
How can I manage ?
Must I set "COM Extract At build" property to Yes ?
and/or
Must I set "Self Register" property to yes on each dll in my component ?
and/or
Must I use COM Registration tab ?
I am totaly lost, I've got the impression all those things can be used to register ???
Thanks for all kinds of help
-
You should use COM extraction. If that doesn't work for some reason you could use the self-register option. COM extraction is preferred since it guaratees a full uninstall of all entries, and support advertising.
Regards,
Rene
-
Ok thanks, but does the COM extraction option create a unique CLSID for each dll of my component or only a CLSID for my component ?
I must have a unique for each dll !
-
Only the key file is registered and not the other dll !
How can I do please ?
-
You should make a separate component for each DLL. That should solve your problem and you will be following the Best Practices guidelines.
Vin
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