DavidXanatos / DiskCryptor

A fork of the DiskCryptor full disk encryption tool
https://www.diskcryptor.org/
431 stars 100 forks source link

Bug (Build v1.3 Beta): A newer version of DiskCryptor is installed #86

Closed RadarNyan closed 8 months ago

RadarNyan commented 8 months ago

I've been testing with integrating the latest version of DiskCryptor driver into Windows install media (so I can encrypt before installing Windows), everything works until I tried to run the DiskCryptor installer to restore the GUI functionalities, which I was blocked by a message saying "A newer version of DiskCryptor is installed" which is absurd since this is the latest release at the moment.

I managed to work around this by removing the "sysBuild" key from the registry after locating the cause of this message in the source code, to be fair the driver would work without this key, so I can just exclude it when trying to integrate the driver.

You can reproduce this by just running the installer again after installation.

DavidXanatos commented 8 months ago

thanks for pointing that mistake out i have re uploaded the installer

RadarNyan commented 8 months ago

The new installer installs just fine, but it doesn't produce the "Current version of DiskCryptor is already installed." message as written in the source code. Not sure what impact does it have.