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