templates/windows/installer: Always show install directory selection
This commit is contained in:
parent
242a5dcac2
commit
a15d2d3c89
|
@ -330,14 +330,6 @@ end;
|
||||||
function ShouldSkipPage(PageID: Integer): Boolean;
|
function ShouldSkipPage(PageID: Integer): Boolean;
|
||||||
begin
|
begin
|
||||||
Result := False;
|
Result := False;
|
||||||
if (PageID = wpSelectDir) then begin
|
|
||||||
if (not IsPortablePagePortableChoiceChecked()) then begin
|
|
||||||
if (IsUpgrade()) then begin
|
|
||||||
Result := True;
|
|
||||||
Exit;
|
|
||||||
end;
|
|
||||||
end;
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------------------------ //
|
// ------------------------------------------------------------------------------------------------------------------ //
|
||||||
|
|
Loading…
Reference in New Issue