Hello,
I want to display warning to user when installing my application, if installed PCAN driver is old in his/her PC.
I should be able to do this by writing setup script (not C++ / C#...).
Is there a possibility to get installed PCAN driver version from registry?
I read "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Pcan_usb" node, but I couldn't see version.
Thanks,
Murat
Learning installed driver version from registry
-
- Posts: 14
- Joined: Wed 29. Jun 2016, 14:07
Re: Learning installed driver version from registry
Hi,
a simple solution will be to check the file version of Windows\system32\drivers\pcan_usb.sys
regards
Michael
a simple solution will be to check the file version of Windows\system32\drivers\pcan_usb.sys
regards
Michael