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
Professional Software Development Tools
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.
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)
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.
- Put the file in your installer.
- Set it to go t your %AppFolder%
- Open the file's properties page
- Look on the Advanced tab
- 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)
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.
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)
I'm studying a solution for my application other than using that dll. Anyway, thank you for your help.