From 1e7e304b4323774a4692b359998f8ef3b2342098 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 30 Jul 2025 07:49:58 -0500 Subject: [PATCH] Create Windows installer #53 --- repertory.iss.in | 1 - 1 file changed, 1 deletion(-) diff --git a/repertory.iss.in b/repertory.iss.in index bf2ddb61..9ffd4606 100644 --- a/repertory.iss.in +++ b/repertory.iss.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;