From a15d2d3c892bdc9a8b11078124f69f5811c299ad Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 15 Sep 2022 04:07:57 +0200 Subject: [PATCH] templates/windows/installer: Always show install directory selection --- templates/windows/installer.iss.in | 8 -------- 1 file changed, 8 deletions(-) diff --git a/templates/windows/installer.iss.in b/templates/windows/installer.iss.in index e0b90d0..4623db7 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; // ------------------------------------------------------------------------------------------------------------------ //