Skip to content
⌘ NSIS Forum Archive

Register DLL

4 posts

Freezerman350#

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
kichik#
You should always use the Library macros because it compares versions and can replace files after reboot.