diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-21 14:40:02 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-21 14:40:02 +0000 |
commit | 52b977a42c4c157a0256d8759ae13f1af8df29fc (patch) | |
tree | bd2936db1cc9730c3ea89f65f8d64fce11a9df81 /download | |
parent | 772377975a0834067edee24010a191f6435fe129 (diff) |
InstMsiW.exe not InstMsiA.exe
Diffstat (limited to 'download')
-rwxr-xr-x | download | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |