Bump to sp2

This commit is contained in:
Mario Fetka
2013-08-08 20:50:24 +02:00
parent 0ac1da91ac
commit 0320ec1f56
5 changed files with 24 additions and 22 deletions

View File

@@ -89,9 +89,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
@@ -125,9 +125,9 @@ else
Winbatch_extract_64
Sub_check_exitcode
;comment "Extract Office Updates"
;Winbatch_update_64
;Sub_check_exitcode
comment "Extract Office Updates"
Winbatch_update_64
Sub_check_exitcode
comment "Create License File"
Dosbatch_license_64
@@ -154,8 +154,8 @@ endif
[Winbatch_extract_32]
$Install32Exe$ /quiet /extract:$LogDir$\msoffice2010-32
;[Winbatch_update_32]
;$Install32Sp1Exe$ /quiet /extract:$LogDir$\msoffice2010-32\Updates
[Winbatch_update_32]
$Install32Sp2Exe$ /quiet /extract:$LogDir$\msoffice2010-32\Updates
[Dosbatch_license_32]
xml ed -O -u "/Configuration/PIDKEY/@Value" -v $LicenseKey$ -u "/Configuration/USERNAME/@Value" -v %HostID% -u "/Configuration/COMPANYNAME/@Value" -v %HostID% -u "/Configuration/INSTALLLOCATION/@Value" -v "$InstallDir32$" %ScriptPath%\config.xml > $LogDir$\msoffice2010-32.xml
@@ -177,8 +177,8 @@ copy "$IniCfgFile$" "$InstallDir32$"
[Winbatch_extract_64]
$Install64Exe$ /quiet /extract:$LogDir$\msoffice2010-64
;[Winbatch_update_64]
;$Install64Sp1Exe$ /quiet /extract:$LogDir$\msoffice2010-64\Updates
[Winbatch_update_64]
$Install64Sp2Exe$ /quiet /extract:$LogDir$\msoffice2010-64\Updates
[Dosbatch_license_64]
xml ed -O -u "/Configuration/PIDKEY/@Value" -v $LicenseKey$ -u "/Configuration/USERNAME/@Value" -v %HostID% -u "/Configuration/COMPANYNAME/@Value" -v %HostID% -u "/Configuration/INSTALLLOCATION/@Value" -v "$InstallDir64$" %ScriptPath%\config.xml > $LogDir$\msoffice2010-64.xml