Sample Exchange

 View Only

Windows - Deploying Office CSP 

Jul 13, 2017 02:32 PM

Office CSP

Overview

  • Author: Josue Negron
  • Email: jnegron@vmware.com
  • Date Created: 7/11/2017
  • Supported Platforms: Windows 10 Pro, Enterprise and Education
  • Tested on Windows 10: 1703

Purpose

The Office CSP is used to install the Office client on a device via the Office Deployment Tool. This CSP was added in Windows 10 1703.

Details

The Office CSP allows customers to attach a serialized configuration XML within the Data tags to allow of auto download and installation of various Office 365 editions. 

A sample configuration XML for deploying Office 365 for Business Retail is below, but you can also use Configuration XML Editor to quickly generate this XML, then serialize (Encode) the XML (using XML Tools Plugin on Notepad++ (Convert XML to Text) or any online tool) before pasting between the <data></data> tags in the custom XML sample.

Configuration XML for Office 365 for Business, Current Channel

<Configuration>
	<Add OfficeClientEdition="32" Channel="Current">
		<Product ID="O365BusinessRetail">
			<Language ID="en-us" />
		</Product>
	</Add>
	<Display Level="None" AcceptEULA="TRUE" />
</Configuration>

Serialized Configuration

&lt;Configuration&gt;
	&lt;Add OfficeClientEdition=&quot;32&quot; Channel=&quot;Current&quot;&gt;
		&lt;Product ID=&quot;O365BusinessRetail&quot;&gt;
			&lt;Language ID=&quot;en-us&quot; /&gt;
		&lt;/Product&gt;
	&lt;/Add&gt;
	&lt;Display Level=&quot;None&quot; AcceptEULA=&quot;TRUE&quot; /&gt;
&lt;/Configuration&gt;

Change Log

  • 7/11/2017: Created Sample for Office CSP
  • 7/27/2017: Updated README Details Section

Additional Resources


#XML
#Apache2.0
#CustomXMLPayloads
#TechZone
#windows
#office
#AirWatch

Statistics
0 Favorited
0 Views
1 Files
0 Shares
0 Downloads
Attachment(s)
zip file
euc-samples-master.zip   123.74 MB   1 version
Uploaded - Apr 09, 2024

Tags and Keywords

Comments

Jul 30, 2018 08:56 AM

the deployment result is shown 'problem' but it's works on 1803. it deployed when i almost give up after few minutes.

Mar 27, 2018 09:24 PM

Thanks for the update! Looks like the "Make Command Atomic" box is checked by default, I thought I had tested with it un-checked but I must not have, because it's working now.

Mar 27, 2018 04:28 PM

Re-tested on AirWatch 9.2.x and 9.3 on Windows 10 builds 1703 and 1709 Enterprise and the sample is still working. I am sure the issue is when pasting in the sample in the console, you want to ensure you uncheck the "Make Command Atomic" since we are using

Mar 19, 2018 06:58 PM

Hello JosueNegron do you I haven't has any luck getting this to work with Office 2016 installation files. Do you have any suggestions?

Feb 26, 2018 05:21 PM

Has anyone had success testing this in Windows 10 build 1709 Enterprise?

Aug 17, 2017 07:58 PM

Works great, thanks Josué!

Related Entries and Links

No Related Resource entered.