From 253fd37ff8bb4f9b0194e8161bc03045dc6005f7 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Wed, 25 Jun 2014 11:33:11 +0000 Subject: [PATCH] * no need to to pre-init cache on installation --- installer/nsis/filebot.nsi | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/nsis/filebot.nsi b/installer/nsis/filebot.nsi index 24698c9c..57991232 100644 --- a/installer/nsis/filebot.nsi +++ b/installer/nsis/filebot.nsi @@ -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."