don't uninstall when portable install is performed
This commit is contained in:
parent
04329bc07b
commit
7bf6ac9aa7
1 changed files with 6 additions and 3 deletions
|
@ -224,6 +224,8 @@ end;
|
|||
|
||||
/////////////////////////////////////////////////////////////////////
|
||||
procedure CurStepChanged(CurStep: TSetupStep);
|
||||
begin
|
||||
if not (IsTaskSelected('portablemode')) then
|
||||
begin
|
||||
if (CurStep=ssInstall) then
|
||||
begin
|
||||
|
@ -233,3 +235,4 @@ begin
|
|||
end;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
|
Loading…
Add table
Reference in a new issue