From aa430846c32bc493ab7edc420c7fe7968997e4fd Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 8 Apr 2016 23:50:29 +0000 Subject: [PATCH] Try to fix freeze issues --- installer/nsis/filebot.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/nsis/filebot.nsi b/installer/nsis/filebot.nsi index efed06f3..750f3f82 100644 --- a/installer/nsis/filebot.nsi +++ b/installer/nsis/filebot.nsi @@ -98,7 +98,7 @@ Var MSI_STATUS Section MAIN DetailPrint "Uninstalling previous versions..." - nsExec::Exec `wmic product where name="FileBot" call uninstall /nointeractive` + nsExec::Exec `start "wmic" /b cmd.exe /c wmic.exe product where name="FileBot" call uninstall` DetailPrint "Downloading latest version..." ${if} ${RunningX64}