From a017613c30a2fa7ba39dd98f69ff31f09827a35b Mon Sep 17 00:00:00 2001 From: John Garland Date: Sat, 21 Feb 2009 07:36:46 +0000 Subject: [PATCH] Really fixed downloading and put in exec command --- win32/deluge.nsi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/win32/deluge.nsi b/win32/deluge.nsi index 0ea3b9174..b8ff36724 100644 --- a/win32/deluge.nsi +++ b/win32/deluge.nsi @@ -65,9 +65,12 @@ SubSection /e "Dependencies" deps SectionIn 1 ; Download MSI - NSIS:dl download ${LIBTORRENT_URL} "$TEMP\${LIBTORRENT}" + NSISdl::download ${LIBTORRENT_URL} "$TEMP\${LIBTORRENT}" ; Install MSI + ExecWait 'msiexec /i "$INSTDIR\${PYTHON_RUNTIME_INSTALLER}" /passive TARGETDIR="$INSTDIR\Libtorrent"' + + ; Clean up delete "$TEMP\${LIBTORRENT}" SectionEnd