mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
Try to fix freeze issues
This commit is contained in:
parent
1a4c66d977
commit
aa430846c3
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user