diff --git a/deploy/windows/driver.msi b/deploy/windows/driver.msi index 361a907..7d89fee 100644 Binary files a/deploy/windows/driver.msi and b/deploy/windows/driver.msi differ diff --git a/deploy/windows/nullsoft_installer.nsi b/deploy/windows/nullsoft_installer.nsi index 4d5cc4e..0999878 100644 --- a/deploy/windows/nullsoft_installer.nsi +++ b/deploy/windows/nullsoft_installer.nsi @@ -97,7 +97,7 @@ doInstall: ; QGC stores its own driver version key to prevent installation if already up to date ; This prevents running the driver install a second time which will start up in repair mode which is confusing !define QGCDRIVERVERSIONKEY "SOFTWARE\QGroundControlUAVDrivers" - !define QGCCURRENTDRIVERVERSION 2 + !define QGCCURRENTDRIVERVERSION 3 ; If the drivers are already installed the key "HKCU/SOFTWARE\MichaelOborne\driver\installed" will be present and set to 1 SetRegView 64