update to serivce pack 1

This commit is contained in:
Mario Fetka
2014-11-20 14:42:08 +01:00
parent 2d8f77c4b0
commit f4848b6a62
6 changed files with 25 additions and 23 deletions

View File

@@ -89,9 +89,9 @@ else
Dosbatch_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
@@ -128,9 +128,9 @@ else
Dosbatch_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
@@ -161,8 +161,8 @@ endif
;$Install32Exe$ /quiet /extract:$LogDir$\msoffice2013-32
vcopy -v %ScriptPath%\X86 $LogDir$\msoffice2013-32
;[Winbatch_update_32]
;$Install32Sp1Exe$ /quiet /extract:$LogDir$\msoffice2013-32\Updates
[Winbatch_update_32]
$Install32Sp1Exe$ /quiet /extract:$LogDir$\msoffice2013-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$\msoffice2013-32.xml
@@ -188,8 +188,8 @@ copy "$IniCfgFile$" "$InstallDir32$"
; $Install64Exe$ /quiet /extract:$LogDir$\msoffice2013-64
vcopy -v %ScriptPath%\X86_64 $LogDir$\msoffice2013-64
;[Winbatch_update_64]
;$Install64Sp1Exe$ /quiet /extract:$LogDir$\msoffice2013-64\Updates
[Winbatch_update_64]
$Install64Sp1Exe$ /quiet /extract:$LogDir$\msoffice2013-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$\msoffice2013-64.xml