correct downloadlink
This commit is contained in:
parent
b0329116bb
commit
66c8ea360f
@ -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" />
|
||||
|
@ -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\"
|
||||
|
@ -1 +0,0 @@
|
||||
86da413e893a360b91389bbe9935de42bb75a21a /home/mario/.opsi-dist-cache/msoffice2010-2010.1/X86_64/X16-32217.exe
|
@ -1 +0,0 @@
|
||||
c2684d10b32204a2d1a70c54e6c2197eb9c63edb /home/mario/.opsi-dist-cache/msoffice2010-2010.1/X86/X16-32254.exe
|
1
X17-75062.exe.sha1sum
Normal file
1
X17-75062.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
6cf5049c1db90f8b799751583b9a2d5958905bca /home/mario/.opsi-dist-cache/microsoft.office2010-2010.1/X86/X17-75062.exe
|
1
X17-75168.exe.sha1sum
Normal file
1
X17-75168.exe.sha1sum
Normal file
@ -0,0 +1 @@
|
||||
70a85dcd317ddcdbd2eacb43cac66451d8a66b06 /home/mario/.opsi-dist-cache/microsoft.office2010-2010.1/X86_64/X17-75168.exe
|
@ -15,8 +15,8 @@ TYPE="restricted"
|
||||
DL_FILE[0]="Office2010logo.png"
|
||||
DL_SOURCE[0]="http://blog.concurrency.com/wp-content/uploads/2011/10/Office2010logo.png"
|
||||
|
||||
DL_FILE[1]="X16-32254.exe"
|
||||
DL_SOURCE[1]="http://msft.digitalrivercontent.net/01/501016817-10234441--EUR//office2010/X16-32254.exe"
|
||||
DL_FILE[1]="X17-75062.exe"
|
||||
DL_SOURCE[1]="msft.digitalrivercontent.net/01/501016817-10234441--EUR//office2010/X17-75062.exe"
|
||||
DL_ARCH[1]="X86"
|
||||
DL_WINST_NAME[1]=Install32Exe
|
||||
|
||||
@ -25,8 +25,8 @@ DL_SOURCE[2]="http://download.microsoft.com/download/4/3/D/43DB7693-6B64-4DB7-B1
|
||||
DL_ARCH[2]="X86"
|
||||
DL_WINST_NAME[2]=Install32Sp1Exe
|
||||
|
||||
DL_FILE[3]="X16-32217.exe"
|
||||
DL_SOURCE[3]="http://msft.digitalrivercontent.net/01/501016817-10234441--EUR//office2010/X16-32217.exe"
|
||||
DL_FILE[3]="X17-75168.exe"
|
||||
DL_SOURCE[3]="msft.digitalrivercontent.net/01/501016817-10234441--EUR//office2010/X17-75168.exe"
|
||||
DL_ARCH[3]="X86_64"
|
||||
DL_WINST_NAME[3]=Install64Exe
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user