WerWolv / ImHex

🔍 A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.
https://imhex.werwolv.net
GNU General Public License v2.0
43.98k stars 1.92k forks source link

[Bug] MSI installer can break installs #1661

Open FireNX70 opened 4 months ago

FireNX70 commented 4 months ago

Operating System

Windows

What's the issue you encountered?

Found this when attempting to upgrade from 1.33.2 to a recent nightly. It seems the MSI installer upgraded whatever dependencies needed upgrading but did not touch the executables. This was probably due to master still using a version of 1.33.0, leading the installer to think it would be performing a downgrade.

Overwriting the executables with those from a portable download fixed it.

How can the issue be reproduced?

Install 1.33.2 and try to upgrade to a recent nigthly using the MSI installer.

ImHex Version

1.33.0 (ea0cafa)

ImHex Build Type

Installation type

MSI

Additional context?

Looks like 1320 might have been the same bug.