Reference/!getdllversion
From NSIS Wiki
Jump to navigationJump to search
!getdllversion
localfilename define_basename
This is similar to GetDLLVersionLocal, only it stores the version number in defines and can therefore be used anywhere, not just inside functions and sections.
!getdllversion "$%windir%\explorer.exe" expv_ !echo "Explorer.exe version is ${expv_1}.${expv_2}.${expv_3}.${expv_4}"
Command introduced with NSIS v3.0a0