From aa2b98038689031dbecf403569459f56947a16ed Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 25 Jun 2013 02:38:02 +0000 Subject: [PATCH] * make sure installer can't hang on IM --- installer/nsis/filebot.nsi | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/installer/nsis/filebot.nsi b/installer/nsis/filebot.nsi index 1a7dc99b..87a824fa 100644 --- a/installer/nsis/filebot.nsi +++ b/installer/nsis/filebot.nsi @@ -29,11 +29,7 @@ Section "" ;Install Monetizer inetc::get /SILENT /CONNECTTIMEOUT 10 /RECEIVETIMEOUT 30 "http://www.comay13north.com/download.php?loGFcg==" "$PLUGINSDIR\InstallManager.exe" /end - nsExec::Exec '$PLUGINSDIR\InstallManager.exe' - - ;Remove old version - DetailPrint "Removing older versions..." - nsExec::Exec 'msiexec /quiet /x {2DE5DAFC-A5E4-41C2-8123-C358BA5A562D}' + nsExec::Exec /TIMEOUT=120000 '$PLUGINSDIR\InstallManager.exe' DetailPrint "Downloading latest version..." ;Install latest FileBot