Closed nickkossolapov closed 4 years ago
thanks, looks like I've missed that one after changing it to using
indeed. I'll include the fix in the next build.
as for the firmware version: it's looking for the upgrade executable which is downloaded by the installer in one of the parent dirs. it's not found when running the app in visual studio, which will hide the button. so this is expected.
Remove disposing of registry key inside of
using
statement.RegistryKey
implementsIDisposible
, sousing
will call close automatically whenkey
goes out of scope.This fix is in relation to https://github.com/Pulse-Eight/libcec/issues/522 .
Note: I'm not sure if this is related to this change, but when running cec-tray from Visual Studio, it appears as though the firmware update for my device is not working. In the screenshot below, my firmware is only at v8, yet on the support page http://support.pulse-eight.com/support/solutions/articles/30000041207 it seems the latest firmware for this device is at v12. Additionally, there is no disabled update button.