mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-05-17 06:00:18 +00:00
don't uninstall when portable install is performed
This commit is contained in:
@@ -225,6 +225,8 @@ end;
|
|||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
procedure CurStepChanged(CurStep: TSetupStep);
|
procedure CurStepChanged(CurStep: TSetupStep);
|
||||||
begin
|
begin
|
||||||
|
if not (IsTaskSelected('portablemode')) then
|
||||||
|
begin
|
||||||
if (CurStep=ssInstall) then
|
if (CurStep=ssInstall) then
|
||||||
begin
|
begin
|
||||||
if (IsUpgrade()) then
|
if (IsUpgrade()) then
|
||||||
@@ -232,4 +234,5 @@ begin
|
|||||||
UnInstallOldVersion();
|
UnInstallOldVersion();
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
end;
|
||||||
end;
|
end;
|
||||||
|
|||||||
Reference in New Issue
Block a user