mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* no need to to pre-init cache on installation
This commit is contained in:
parent
94a380384f
commit
253fd37ff8
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user