Hi,
Is there any predefined function availabe in NSIS to find the version of installed driver file(*.sys) on the system, as like InstallShield has "VerGetFileVersion()" function.
Thanks in advance...
regards
VCR
Function to find the Version of the installed driver file
5 posts
IIRC, I believe NSIS Update has an example inside. 🙂
I searched the example, but I am not able to find it. Can u tell me in detail, where can I get the example code to find the version of driver file(*.sys) installed on the system.
Thanks
VCR
Thanks
VCR
See GetDLLVersion.
Thanks a lot, I got my solution.