@@ -32,10 +32,9 @@ The Office Deployment Tool requires a configuration XML file. To customize the f
32
32
33
33
This sample configuration XML we've provided will do the following things:
34
34
35
- - Install Office from the Insiders Channel and deliver updates from the Insiders Channel when they’re executed.
35
+ - Install Office from the monthly channel and deliver updates from the monthly channel when they’re executed.
36
36
- Use the x64 architecture.
37
37
- Disable automatic updates.
38
- - Install Visio and Project.
39
38
- Remove any existing installations of Office and migrate their settings.
40
39
- Enable shared computer activation.
41
40
@@ -58,40 +57,26 @@ Setup.exe /configure configuration.xml
58
57
59
58
#### Sample configuration.xml
60
59
61
- The following XML sample will install the Insiders release.
60
+ The following XML sample will install the monthly release.
62
61
63
62
``` xml
64
63
<Configuration >
65
- <Add OfficeClientEdition =" 64" SourcePath =" https://officecdn.microsoft.com/pr/5440fd1f-7ecb-4221-8110-145efaa6372f" >
66
- <Product ID =" O365ProPlusRetail" >
67
- <Language ID =" en-US" />
68
- <Language ID =" MatchOS" Fallback = " en-US" />
69
- <Language ID =" MatchPreviousMSI" />
70
- <ExcludeApp ID =" Groove" />
71
- <ExcludeApp ID =" Lync" />
72
- <ExcludeApp ID =" OneDrive" />
73
- <ExcludeApp ID =" Teams" />
74
- </Product >
75
- <Product ID =" VisioProRetail" >
76
- <Language ID =" en-US" />
77
- <Language ID =" MatchOS" Fallback = " en-US" />
78
- <Language ID =" MatchPreviousMSI" />
79
- <ExcludeApp ID =" Teams" />
80
- </Product >
81
- <Product ID =" ProjectProRetail" >
82
- <Language ID =" en-US" />
83
- <Language ID =" MatchOS" Fallback = " en-US" />
84
- <Language ID =" MatchPreviousMSI" />
85
- <ExcludeApp ID =" Teams" />
86
- </Product >
87
- </Add >
88
- <RemoveMSI All =" True" />
89
- <Updates Enabled =" FALSE" UpdatePath =" https://officecdn.microsoft.com/pr/5440fd1f-7ecb-4221-8110-145efaa6372f" />
90
- <Display Level =" None" AcceptEULA =" TRUE" />
91
- <Logging Level =" Verbose" Path =" %temp%\WVDOfficeInstall" />
92
- <Property Value =" TRUE" Name =" FORCEAPPSHUTDOWN" />
93
- <Property Value =" 1" Name =" SharedComputerLicensing" />
94
- <Property Value =" TRUE" Name =" PinIconsToTaskbar" />
64
+ <Add OfficeClientEdition =" 64" Channel =" Monthly" >
65
+ <Product ID =" O365ProPlusRetail" >
66
+ <Language ID =" en-US" />
67
+ <Language ID =" MatchOS" />
68
+ <ExcludeApp ID =" Groove" />
69
+ <ExcludeApp ID =" Lync" />
70
+ <ExcludeApp ID =" OneDrive" />
71
+ <ExcludeApp ID =" Teams" />
72
+ </Product >
73
+ </Add >
74
+ <RemoveMSI />
75
+ <Updates Enabled =" FALSE" />
76
+ <Display Level =" None" AcceptEULA =" TRUE" />
77
+ <Logging Level =" Standard" Path =" %temp%\WVDOfficeInstall" />
78
+ <Property Name =" FORCEAPPSHUTDOWN" Value =" TRUE" />
79
+ <Property Name =" SharedComputerLicensing" Value =" 1" />
95
80
</Configuration >
96
81
```
97
82
0 commit comments