mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user