From 52b977a42c4c157a0256d8759ae13f1af8df29fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 21 Dec 2010 14:40:02 +0000 Subject: [PATCH] InstMsiW.exe not InstMsiA.exe --- download | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/download b/download index 44bc44aee938..f5f7476ba503 100755 --- a/download +++ b/download @@ -177,7 +177,7 @@ 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/W9XMe/EN-US/" "InstMsiA.exe" "22098231992c8c808543825e19dc9454" + 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,8 +225,8 @@ 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/InstMsiA.exe ]; then - cp $TARFILE_LOCATION/InstMsiA.exe ./external/msi/instmsiw.exe + if [ ! -f ./external/msi/instmsiw.exe -a -f $TARFILE_LOCATION/InstMsiW.exe ]; then + cp $TARFILE_LOCATION/InstMsiW.exe ./external/msi/instmsiw.exe fi fi