Skip to content

Commit

Permalink
fix(win-setup): fix permissions issues on OIBus windows update
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerni10 authored and Nicolas Burger committed Sep 7, 2022
1 parent 3bd8181 commit 0a9e2a4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions deps/win/oibus_setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,6 @@ begin
ExecCmd('nssm.exe', ' stop OIBus', Dir + '\..\')
Sleep(400);
end;
if not ExecCmd('nssm.exe', 'remove OIBus confirm', ExpandConstant('{app}')) then
begin
MsgBox('ERROR : Could not remove OIBus service. Remove it manually and retry installation.', mbCriticalError, MB_OK)
end
end;
end;
if CurStep = ssPostInstall then
Expand Down

0 comments on commit 0a9e2a4

Please sign in to comment.