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

* update NSIS installer

This commit is contained in:
Reinhard Pointner 2014-11-07 09:20:38 +00:00
parent 973ee49549
commit 2ed4c50be0
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -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."

2
installer/nsis/make.cmd Normal file
View File

@ -0,0 +1,2 @@
del FileBot-setup.exe
makensis filebot.nsi