XML-Configuration Office Deployment
Hallo,
ich bin gerade dabei die Office-Deployment XML für unseren Betrieb anzupassen:
Office 2016 Plus + Visio jeweils mit englischem Language Pack
(Wir installieren aktuell von einem ISO Datei:
SW_DVD5_Office_Professional_Plus_2016_W32_German_MLF_X20-41355
SW_DVD5_Visio_Pro_2016_W32_German_MLF_X20-41588
Ich denke die verwendeten Produkt ID sind im Config korrekt)
Meine Frage betrifft Source und UpdatePath. Hat man hier die Möglichkeit die Installer / Patches direkt aus dem MS Cloud herunterzuladen oder muss ich diese manuell herunterladen und z. B. von einem USB-Stick laden?
Gr. I.
ich bin gerade dabei die Office-Deployment XML für unseren Betrieb anzupassen:
Office 2016 Plus + Visio jeweils mit englischem Language Pack
(Wir installieren aktuell von einem ISO Datei:
SW_DVD5_Office_Professional_Plus_2016_W32_German_MLF_X20-41355
SW_DVD5_Visio_Pro_2016_W32_German_MLF_X20-41588
Ich denke die verwendeten Produkt ID sind im Config korrekt)
<Configuration>
<Add SourcePath="\\Server\Share"
OfficeClientEdition="32"
Channel="Broad" >
<Product ID="ProPlusRetail">
<Language ID="en-us" />
<Language ID="de-de" />
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us" />
<Language ID="de-de" />
</Product>
</Add>
<Updates Enabled="TRUE"
UpdatePath="\\Server\Share"
Channel="Broad" />
<Display Level="None" AcceptEULA="TRUE" />
<Logging Level="Standard" Path="%temp%" />
</Configuration>
Meine Frage betrifft Source und UpdatePath. Hat man hier die Möglichkeit die Installer / Patches direkt aus dem MS Cloud herunterzuladen oder muss ich diese manuell herunterladen und z. B. von einem USB-Stick laden?
Gr. I.
Please also mark the comments that contributed to the solution of the article
Content-ID: 607621
Url: https://administrator.de/forum/xml-configuration-office-deployment-607621.html
Printed on: May 13, 2025 at 09:05 o'clock