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…
Reference in New Issue
Block a user