summaryrefslogtreecommitdiff
path: root/download
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2010-12-21 18:55:41 +0200
committerTor Lillqvist <tml@hemulen.(none)>2010-12-21 18:55:41 +0200
commit4ce4ff8a53831b9338fa5b5090c45dad9cf639e0 (patch)
tree431d589218612b145b075e4eaf1054d9ad1e06d4 /download
parent6009e97da49339ffbb1650a607ec83ee8409be8d (diff)
Actually we don't seem to need instmsiw.exe anywhere
Diffstat (limited to 'download')
-rwxr-xr-xdownload4
1 files changed, 0 insertions, 4 deletions
diff --git a/download b/download
index f5f7476ba503..5002d0f1e1b1 100755
--- a/download
+++ b/download
@@ -177,7 +177,6 @@ done
if [ "$GUI" = "WNT" ]; then
downloaditem "http://download.microsoft.com/download/platformsdk/Redist/5.0.2195.1/W9XNT4/EN-US/" "dbghinst.EXE" "096f1d53d9ba09cde27d6f7c2ea6cc47"
downloaditem "http://download.microsoft.com/download/a/b/c/abc45517-97a0-4cee-a362-1957be2f24e1/" "WindowsXP-KB975337-x86-ENU.exe" "946d00d87e4094f3a6e425e2d538eadd"
- downloaditem "http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/" "InstMsiW.exe" "53820efbc952107ee1a38be6cd5aa3f0"
msvcver=`$SRC_ROOT/oowintool --msvc-ver`
case "$msvcver" in
@@ -225,9 +224,6 @@ if [ "$GUI" = "WNT" -a -n "$md5sum" ]; then
if [ ! -f ./external/vcredist/vcredist_x64.exe -a -f $TARFILE_LOCATION/vcredist_x64.exe ]; then
cp $TARFILE_LOCATION/vcredist_x64.exe ./external/vcredist/vcredist_x64.exe
fi
- if [ ! -f ./external/msi/instmsiw.exe -a -f $TARFILE_LOCATION/InstMsiW.exe ]; then
- cp $TARFILE_LOCATION/InstMsiW.exe ./external/msi/instmsiw.exe
- fi
fi
[ -x "post_download" ] || { echo "'post_download' script not found, run ./autogen.sh." ; exit 1 ; }