nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

The way Driver Version is queried in print_diagnostic_information will not work if only driver runtime is installed

Open sbethur opened this issue 4 years ago • 2 comments

Description of issue

driver_version is queried in print_diagnostic_information by looking at the value of HKLM\SOFTWARE\National Instruments\<DriverName>\CurrentVersion regkey.

This regkey is not part of runtime installer, but rather part of full installer. We should update the logic to get the version of driver runtime and also update the wording to make it clear that the info is for the driver runtime.

#1205 is a related issue. Both should be fixed together.

sbethur avatar Mar 12 '20 16:03 sbethur

We could get the version of the installed driver by calling nipkg.exe on Windows or yum on RedHat.

marcoskirsch avatar Dec 01 '21 15:12 marcoskirsch

#1206 is also related.

marcoskirsch avatar Dec 01 '21 16:12 marcoskirsch