sp1 inclided in new office downloads

This commit is contained in:
Mario Fetka
2012-07-17 08:12:31 +02:00
parent 382b4252c7
commit 97c34162cf
4 changed files with 23 additions and 25 deletions

View File

@@ -82,9 +82,9 @@ else
Winbatch_extract_32
Sub_check_exitcode
comment "Extract Office Updates"
Winbatch_update_32
Sub_check_exitcode
; comment "Extract Office Updates"
; Winbatch_update_32
; Sub_check_exitcode
comment "Create License File"
Dosbatch_license_32
@@ -110,27 +110,27 @@ else
Message "Installing " + $ProductId$ + " 64 Bit..."
comment "Remove Install Files"
Winbatch_remove_32
Winbatch_remove_64
Sub_check_exitcode
comment "Extract Office"
Winbatch_extract_32
Winbatch_extract_64
Sub_check_exitcode
comment "Extract Office Updates"
Winbatch_update_32
Sub_check_exitcode
; comment "Extract Office Updates"
; Winbatch_update_64
; Sub_check_exitcode
comment "Create License File"
Dosbatch_license_32
Dosbatch_license_64
Sub_check_exitcode
comment "Start setup program"
Winbatch_install_32
Winbatch_install_64
Sub_check_exitcode
comment "Remove Install Files"
Winbatch_remove_32
Winbatch_remove_64
Sub_check_exitcode
comment "Copy files"