mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-23 23:13:38 -06:00
Remove function call IsPathValid to test non-ascii characters in the path for Windows installer.
This commit is contained in:
parent
98f6b1ff12
commit
7e20bf5b75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user