Force uninstall before installation.
To prevent old dll from remaining as libunibreak is upgraded.
This commit is contained in:
parent
b384ffd126
commit
3b591a60fc
1 changed files with 1 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ begin
|
||||||
InstalledVersion := GetInstalledVersionString();
|
InstalledVersion := GetInstalledVersionString();
|
||||||
if InstalledVersion <> '' then
|
if InstalledVersion <> '' then
|
||||||
begin
|
begin
|
||||||
if CompareText(InstalledVersion, '0.9.28') < 0 then
|
if CompareText(InstalledVersion, '0.9.33') < 0 then
|
||||||
begin
|
begin
|
||||||
UninstallCmd := GetUninstallString();
|
UninstallCmd := GetUninstallString();
|
||||||
if CmdLineParamExists('/VERYSILENT') = False then
|
if CmdLineParamExists('/VERYSILENT') = False then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue