Create Windows installer #53
This commit is contained in:
@@ -40,7 +40,6 @@ begin
|
|||||||
then begin
|
then begin
|
||||||
PathPos := Pos(';' + Param + ';', ';' + CurPath + ';');
|
PathPos := Pos(';' + Param + ';', ';' + CurPath + ';');
|
||||||
Result := PathPos = 0;
|
Result := PathPos = 0;
|
||||||
MsgBox('Path|' + CurPath + '|Param|' + Param + '|Pos|' + IntToStr(PathPos), mbInformation, MB_OK);
|
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user