Reference/GetDLLVersionLocal: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "=GetDLLVersionLocal= localfilename user_var(high dword output) user_var(low dword output) This is similar to GetDLLVersion, only it acts on the sys...")
(No difference)

Revision as of 10:49, 27 November 2011

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.