Remove function call IsPathValid to test non-ascii characters in the path for Windows installer.
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