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...")
 
mNo edit summary
 
Line 4: Line 4:


This is similar to [[Reference/GetDLLVersion|GetDLLVersion]], only it acts on the system building the installer (it actually compiles into two [[Reference/StrCpy|StrCpy]] commands). Sets the two output variables with the DLL version information of the DLL on the build system.
This is similar to [[Reference/GetDLLVersion|GetDLLVersion]], only it acts on the system building the installer (it actually compiles into two [[Reference/StrCpy|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''

Latest revision as of 20:37, 4 June 2013

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