Reference/GetDLLVersionLocal
From NSIS Wiki
Jump to navigationJump to search
GetDLLVersionLocal
localfilename user_var(high dword output) user_var(low dword output)
This is similar to GetDLLVersion, only it acts on the system building the installer (it actually compiles into two StrCpy commands). Sets the two output variables with the DLL version information of the DLL on the build system.
Command introduced with NSIS v1.60