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

* no need to to pre-init cache on installation

This commit is contained in:
Reinhard Pointner 2014-06-25 11:33:11 +00:00
parent 94a380384f
commit 253fd37ff8

View File

@ -114,8 +114,6 @@ Section MAIN
${if} $MSI_STATUS == "0"
DetailPrint "Clearing cache and temporary files..."
nsExec::Exec `"C:\Program Files\FileBot\filebot.exe" -clear-cache`
DetailPrint "Initializing Cache..."
nsExec::Exec `"C:\Program Files\FileBot\filebot.exe" -script "g:MediaDetection.warmupCachedResources()"`
${else}
DetailPrint "msiexec error $MSI_STATUS"
DetailPrint "Install failed. Please download the .msi package manually."