Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 7 of 7

Thread: DLL to register

  1. #1
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150

    DLL to register

    I want to register a dll in ProgramFiles/MyApp/MyFolder, but it does not support DLLRegisterServer. I did not find how to do that. Can anyone help me?

    Thanks. Sergio
    Last edited by Sergio_S; 10-28-2011 at 06:16 AM.

  2. #2
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    What do you mean by Register?


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

  3. #3
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150
    I need the DLL, located in the ProgramFiles/MyApp/MyFolder, to be registered on the user's system after run the install (Post Install action) without being copied to the Windows' System32 folder.

  4. #4
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    1. Put the file in your installer.
    2. Set it to go t your %AppFolder%
    3. Open the file's properties page
    4. Look on the Advanced tab
    5. tick "Register COM Interface"


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

  5. #5
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150
    OK, that is what I did before I post the thread. The problem is that when I test (Test button) it says the dll does not support DLLRegisterServer.

  6. #6
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    Then the dll doesn't need to be "registered".


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

  7. #7
    Join Date
    Oct 2003
    Location
    Sao Paulo, Brazil
    Posts
    150
    I'm studying a solution for my application other than using that dll. Anyway, thank you for your help.

Posting Permissions

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