Archive: Register DLL


Register DLL
So this is my question !

I got a lot of probleme with DLL and TLB resgistering

...il my scrit I use de method:

RegDll "$SYSDIR\VB6STKIT.DLL"

But ... I work but not all the time depending of the Kind of windows...

so i just read that some people use another method

!insertmacro InstallLib REGDLL 0 REBOOT_NOTPROTECTED "MSVBVM60.DLL" "$SYSDIR\msvbvm60.dll" "$SYSDIR"

...WHAT I SHOULD USE ????

Please help me... most of my dll are vb6 dll + some of my creation....

what should i do

Olivier


I also got the error sometime:
Could not find symbol :DllRegisterServer


Don't double post, man..forum rules :)


You should always use the Library macros because it compares versions and can replace files after reboot.