correct downloadlink

This commit is contained in:
Mario Fetka
2012-07-09 01:28:33 +02:00
parent b0329116bb
commit 66c8ea360f
7 changed files with 10 additions and 8 deletions

View File

@@ -4,6 +4,8 @@
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Single Image Setup(*).txt" /> -->
<PIDKEY Value="BCDFGHJKMPQRTVWXY2346789B" />
<USERNAME Value="Customer" />
<COMPANYNAME Value="MyCompany" />

View File

@@ -145,7 +145,7 @@ $Install32Sp1Exe$ /quiet /extract:$LogDir$\msoffice2010-32\Updates
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
[Winbatch_install_32]
"$LogDir$\msoffice2010-32\SETUP.EXE" /config "$LogDir$\msoffice2010-32.xml"
"$LogDir$\msoffice2010-32\setup.exe" /config "$LogDir$\msoffice2010-32.xml"
[Winbatch_remove_32]
delete -sf "$LogDir$\msoffice2010-32\"
@@ -165,7 +165,7 @@ $Install64Sp1Exe$ /quiet /extract:$LogDir$\msoffice2010-64\Updates
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
[Winbatch_install_64]
"$LogDir$\msoffice2010-64\SETUP.EXE" /config "$LogDir$\msoffice2010-64.xml"
"$LogDir$\msoffice2010-64\setup.exe" /config "$LogDir$\msoffice2010-64.xml"
[Winbatch_remove_64]
delete -sf "$LogDir$\msoffice2010-64\"