[Libreoffice-commits] .: download

Caolán McNamara caolan at kemper.freedesktop.org
Tue Dec 21 06:40:18 PST 2010


 download |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 9bfd54d21a863e14b4c239b0ebcbbc0782277fa6
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Dec 21 14:40:02 2010 +0000

    InstMsiW.exe not InstMsiA.exe

diff --git a/download b/download
index 44bc44a..f5f7476 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
 


More information about the Libreoffice-commits mailing list