From 0a9e2a4f645b726f8d5ef5edd6cf908be00671d7 Mon Sep 17 00:00:00 2001 From: burgerni10 Date: Wed, 7 Sep 2022 15:05:06 +0200 Subject: [PATCH] fix(win-setup): fix permissions issues on OIBus windows update --- deps/win/oibus_setup.iss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deps/win/oibus_setup.iss b/deps/win/oibus_setup.iss index ac04b0b168..6f531d4803 100644 --- a/deps/win/oibus_setup.iss +++ b/deps/win/oibus_setup.iss @@ -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