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

This commit is contained in:
Akshay Joshi 2025-01-20 12:25:16 +05:30
parent 98f6b1ff12
commit 7e20bf5b75

View File

@ -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