diff --git a/templates/windows/installer.iss.in b/templates/windows/installer.iss.in index e0b90d00..4623db7e 100644 --- a/templates/windows/installer.iss.in +++ b/templates/windows/installer.iss.in @@ -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; // ------------------------------------------------------------------------------------------------------------------ //