Skip to content
⌘ NSIS Forum Archive

InstallLib macro

5 posts

Afrow UK#
libtype can only be one of the following:

DLL - Dynamic link library (DLL)
REGDLL - DLL that has to be registered
TLB - Type library or DLL that contains a type LIBRARY
REGDLLTLB - DLL that has to be registered and contains a type library

Why would you want to call it on an EXE?

-Stu
tlalit#
"Why would you want to call it on an EXE?"
I did it because I have difficulties replacing exe's in installation if they're occupied with the instruction FILE and also when admin does it for restricted user...
While trying it, I found this macro works for EXE files.
Do you have an alternative solution for me of how to install EXE files that are currently used, like the installLib macro does?