Remove function call IsPathValid to test non-ascii characters in the path for Windows installer.

pull/8374/head
Akshay Joshi 2025-01-20 12:25:16 +05:30
parent 98f6b1ff12
commit 7e20bf5b75
1 changed files with 0 additions and 10 deletions

View File

@ -328,16 +328,6 @@ var
begin begin
Ret := True; Ret := True;
case CurPageID of 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: wpReady:
begin begin
if (IsUpgradeMode) then if (IsUpgradeMode) then