Skip to content

Commit 7e20bf5

Browse files
committed
Remove function call IsPathValid to test non-ascii characters in the path for Windows installer.
1 parent 98f6b1f commit 7e20bf5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pkg/win32/installer.iss.in

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -328,16 +328,6 @@ var
328328
begin
329329
Ret := True;
330330
case CurPageID of
331-
wpSelectDir:
332-
begin
333-
// Validate InstallDir path
334-
if Not IsPathValid(ExpandConstant('{app}')) then
335-
begin
336-
MsgBox(ExpandConstant('{cm:InvalidPath}'), mbError, MB_OK);
337-
Ret := False;
338-
end;
339-
end;
340-
341331
wpReady:
342332
begin
343333
if (IsUpgradeMode) then

0 commit comments

Comments
 (0)