Force uninstall before installation.

To prevent old dll from remaining as libunibreak is upgraded.
This commit is contained in:
dolphin6k 2024-07-07 09:40:56 +09:00
parent b384ffd126
commit 3b591a60fc

View file

@ -308,7 +308,7 @@ begin
InstalledVersion := GetInstalledVersionString();
if InstalledVersion <> '' then
begin
if CompareText(InstalledVersion, '0.9.28') < 0 then
if CompareText(InstalledVersion, '0.9.33') < 0 then
begin
UninstallCmd := GetUninstallString();
if CmdLineParamExists('/VERYSILENT') = False then