* update NSIS installer
This commit is contained in:
parent
973ee49549
commit
2ed4c50be0
Binary file not shown.
|
@ -112,8 +112,7 @@ Section MAIN
|
|||
Pop $MSI_STATUS # grab return value
|
||||
|
||||
${if} $MSI_STATUS == "0"
|
||||
DetailPrint "Clearing cache and temporary files..."
|
||||
nsExec::Exec `"C:\Program Files\FileBot\filebot.exe" -clear-cache`
|
||||
DetailPrint "Done."
|
||||
${else}
|
||||
DetailPrint "msiexec error $MSI_STATUS"
|
||||
DetailPrint "Install failed. Please download the .msi package manually."
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
del FileBot-setup.exe
|
||||
makensis filebot.nsi
|
Loading…
Reference in New Issue