Skip to content

Commit

Permalink
whoops! fix coding error in setup installer script!
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed Mar 23, 2020
1 parent 2887a36 commit 8d7c5f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qiqqa.Build/Packaging/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ begin
end;
// check if app is running
if (IsAppRunningU('{#ExeName}') or IsAppRunningU('pdfdraw.exe') or IsAppRunningU('QiqqaOCR.exe')) do
if (IsAppRunningU('{#ExeName}') or IsAppRunningU('pdfdraw.exe') or IsAppRunningU('QiqqaOCR.exe')) then
begin
MsgBox( '{#AppName} is running, please close it and run uninstall again.', mbError, MB_OK );
Result := false;
Expand Down

0 comments on commit 8d7c5f7

Please sign in to comment.