This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
userspace:microsoft_office_365 [2018/01/11 20:12] l3kk3r [setup.opsiscript] |
userspace:microsoft_office_365 [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| Die Setup.exe ist das [[https:// | Die Setup.exe ist das [[https:// | ||
| - | Microsoft hat mit dem Wechsel zu Office 2016/365 den Syntax der XML Setupdatei | + | Microsoft hat mit dem Wechsel zu Office 2016/365 den Syntax der XML Configdatei |
| **Wichtig MS hat mit 2016/365 Office den Update Mechanismus geändert, nach meinem Wissen funktioniert WSUS nicht mehr mit diesen Produkten** | **Wichtig MS hat mit 2016/365 Office den Update Mechanismus geändert, nach meinem Wissen funktioniert WSUS nicht mehr mit diesen Produkten** | ||
| Line 14: | Line 14: | ||
| **Importent with my knowlege Updates via WSUS don`t work with Office 2016/365** | **Importent with my knowlege Updates via WSUS don`t work with Office 2016/365** | ||
| - | FIXME Die Anleitung ist noch nicht fertig | + | FIXME Die Anleitung ist noch nicht fertig |
| | | ||
| ===== Dateien / Files ===== | ===== Dateien / Files ===== | ||
| - | === CLIENT_DATA === | + | ==== CLIENT_DATA |
| ├ office_config.xml | ├ office_config.xml | ||
| ├ setup.exe | ├ setup.exe | ||
| Line 73: | Line 72: | ||
| ; - Please edit the following values | ; - Please edit the following values | ||
| ; ---------------------------------------------------------------- | ; ---------------------------------------------------------------- | ||
| - | Set $LogDir$ | + | Set $LogDir$ |
| - | Set $ProductId$ | + | Set $ProductId$ |
| - | Set $ProductName$ | + | Set $ProductName$ |
| - | Set $OfficeId$ | + | Set $OfficeId$ |
| - | Set $MinimumSpace$ | + | Set $MinimumSpace$ |
| - | Set $SystemType$ | + | Set $SystemType$ |
| - | Set $OfficeArchitecture$ = GetProductProperty(" | + | Set $OfficeArchitecture$ = GetProductProperty(" |
| - | Set $InstallPath$ | + | Set $InstallPath$ |
| - | Set $UpdateSource$ = ' | + | Set $UpdateSource$ = ' |
| ;Variablen zum patchen der config.xml | ;Variablen zum patchen der config.xml | ||
| - | Set $Office_Source$ = '< | + | Set $Office_Source$ = '< |
| - | Set $Config_Product$ = '< | + | Set $Config_Product$ = '< |
| - | Set $Language$ = '< | + | Set $Language$ = '< |
| - | Set $Config_Eula$ = '< | + | Set $Config_Eula$ = '< |
| - | Set $Config_Log$ | + | Set $Config_Log$ |
| - | Set $Config_Updates$ = '< | + | Set $Config_Updates$ = '< |
| - | Set $AutoActivate$ = '< | + | Set $AutoActivate$ = '< |
| - | Set $Products$ | + | Set $Products$ |
| - | Set $ACCESSFiles$ | + | Set $ACCESSFiles$ |
| - | Set $EXCELFiles$ | + | Set $EXCELFiles$ |
| - | Set $GrooveFiles2$ | + | Set $GrooveFiles2$ |
| - | Set $OUTLOOKFiles$ | + | Set $OUTLOOKFiles$ |
| - | Set $PPTFiles$ | + | Set $PPTFiles$ |
| - | Set $PubPrimary$ | + | Set $PubPrimary$ |
| - | Set $WORDFiles$ | + | Set $WORDFiles$ |
| - | Set $LYNCFiles$ | + | Set $LYNCFiles$ |
| - | Set $ONENOTEFiles$ | + | Set $ONENOTEFiles$ |
| - | Set $ONEDRIVE$ = takeFirstStringContaining($Products$, | + | Set $ONEDRIVE$ = takeFirstStringContaining($Products$, |
| - | Set $VISIOVIEWERFiles$ | + | Set $VISIOVIEWERFiles$ |
| ; ---------------------------------------------------------------- | ; ---------------------------------------------------------------- | ||
| Line 235: | Line 234: | ||
| [Winbatch_install] | [Winbatch_install] | ||
| - | " | + | " |
| [Sub_check_exitcode] | [Sub_check_exitcode] | ||