diff --git a/pkg/win32/installer.iss.in b/pkg/win32/installer.iss.in index 5031fec6b..6d420b158 100644 --- a/pkg/win32/installer.iss.in +++ b/pkg/win32/installer.iss.in @@ -328,16 +328,6 @@ var begin Ret := True; case CurPageID of - wpSelectDir: - begin - // Validate InstallDir path - if Not IsPathValid(ExpandConstant('{app}')) then - begin - MsgBox(ExpandConstant('{cm:InvalidPath}'), mbError, MB_OK); - Ret := False; - end; - end; - wpReady: begin if (IsUpgradeMode) then