Really fixed downloading and put in exec command

This commit is contained in:
John Garland 2009-02-21 07:36:46 +00:00
parent 49a21be719
commit a017613c30

View file

@ -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