templates/windows/installer: Always show install directory selection

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-09-15 04:07:57 +02:00
parent 242a5dcac2
commit a15d2d3c89

View file

@ -330,14 +330,6 @@ end;
function ShouldSkipPage(PageID: Integer): Boolean;
begin
Result := False;
if (PageID = wpSelectDir) then begin
if (not IsPortablePagePortableChoiceChecked()) then begin
if (IsUpgrade()) then begin
Result := True;
Exit;
end;
end;
end;
end;
// ------------------------------------------------------------------------------------------------------------------ //