1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Try to fix freeze issues

This commit is contained in:
Reinhard Pointner 2016-04-08 23:50:29 +00:00
parent 1a4c66d977
commit aa430846c3

View File

@ -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}