-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDownload-Office365-SemiAnnual-x64.xml
44 lines (41 loc) · 1.76 KB
/
Download-Office365-SemiAnnual-x64.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0"?>
<!-- Office 365 client configuration file sample. To be used for Office 365 ProPlus 2016 apps,
Office 365 Business 2016 apps, Project Pro for Office 365 and Visio Pro for Office 365.
For detailed information regarding configuration options visit: http://aka.ms/ODT.
To use the configuration file be sure to remove the comments
For Office 365 client apps (verion 2013) you will need to use the 2013 version of the
Office Deployment Tool which can be downloaded from http://aka.ms/ODT2013
The following sample allows you to download and install Office 365 ProPlus 2016 apps
and Visio Pro for Office 365 directly from the Office CDN using the Current Channel
settings -->
<Configuration>
<Add OfficeClientEdition="64" Channel="SemiAnnual" OfficeMgmtCOM="TRUE">
<Product ID="O365ProPlusRetail">
<Language ID="en-us"/>
</Product>
<Product ID="VisioProRetail">
<Language ID="en-us"/>
</Product>
<Product ID="ProjectProRetail">
<Language ID="en-us"/>
</Product>
<Product ID="VisioProXVolume">
<Language ID="en-us"/>
</Product>
<Product ID="ProjectProXVolume">
<Language ID="en-us"/>
</Product>
<!-- Edition ID
Office365 Visio Professional 2016 = VisioProRetail
Office365 Project Professional 2016 = ProjectProRetail
Visio Standard 2016 = VisioStdXVolume
Visio Professional 2016 = VisioProXVolume
Project Standard 2016 = ProjectStdXVolume
Project Professional 2016 = ProjectProXVolume -->
</Add>
<Updates Enabled="TRUE" Channel="SemiAnnual"/>
<Display Level="Full" AcceptEULA="TRUE"/>
<!-- <Property Name="AUTOACTIVATE" Value="1" /> -->
<!-- <Logging Level="Standard" Path="%temp%" /> -->
<Logging Level="Standard"/>
</Configuration>