Page 1 of 3 123 LastLast
Results 1 to 5 of 14

Thread: How register a dll ????

  1. #1
    Join Date
    Apr 2003
    Location
    France
    Posts
    280

    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

  2. #2
    Join Date
    Jan 2002
    Location
    somewhere in the vicinity of Betelgeuse
    Posts
    1,088
    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
    October 11th - Amsterdam - Free Event ->>PackagingEvent.nl


    Visit: Professional Development Systems
    Supplier of Macrovision, Madcap Flare, VMware, Leadtools & Sitraka for the Benelux

    Training information

  3. #3
    Join Date
    Apr 2003
    Location
    France
    Posts
    280
    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 !

  4. #4
    Join Date
    Apr 2003
    Location
    France
    Posts
    280
    Only the key file is registered and not the other dll !

    How can I do please ?

  5. #5
    Join Date
    May 2002
    Location
    Gloucester, MA
    Posts
    320
    You should make a separate component for each DLL. That should solve your problem and you will be following the Best Practices guidelines.
    Vin

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •