cryptomator / cryptomator-win

Cryptomator .exe installer for Windows
GNU General Public License v3.0
21 stars 12 forks source link

Dokan: Add version check during install #24

Closed infeo closed 4 years ago

infeo commented 4 years ago

When installing Cryptomator, the user can select if he wants to install and use the Dokany virtual filesystem driver.

If Dokany is already installed the option is not displayed. even if Cryptomator ships a newer version of it. Due to repeated bug reports about an outdated Dokany driver, we should add a version check routine for it in our installer.

To prevent malefunctions when one operates on unlocked vaults, we should enforce the installation of at least the shipped version and otherwise abort installation.

infeo commented 4 years ago

Implemented with 816cc6b735184ef26ff16487b2a78d3e15061cea, but integration tests failed.