--- title: Office CSP description: The Office configuration service provider (CSP) enables a Microsoft Office client to be installed on a device. This CSP was added in Windows 10, version 1703. ms.author: maricia ms.topic: article ms.prod: w10 ms.technology: windows author: nickbrower ms.date: 11/01/2017 --- # Office CSP The Office configuration service provider (CSP) enables a Microsoft Office client to be installed on a device via the Office Deployment Tool. For more information, see [Configuration options for the Office Deployment Tool](https://technet.microsoft.com/en-us/library/jj219426.aspx). This CSP was added in Windows 10, version 1703. For additional information, see [Office DDF](office-ddf.md). The following diagram shows the Office configuration service provider in tree format.  **Office**
The root node for the Office configuration service provider.
**Installation**Specifies the options for the Microsoft Office installation.
The supported operations are Add, Delete, Get, and Replace. **id**
Specifies a unique identifier that represents the ID of the Microsoft Office product to install.
The supported operations are Add, Delete, Get, and Replace. **Install**
Installs Office by using the XML data specified in the configuration.xml file.
The supported operations are Get and Execute. **Status**
The Microsoft Office installation status.
The only supported operation is Get. **CurrentStatus**
Returns an XML of current Office 365 installation status on the device.
The only supported operation is Get.
## Examples
Sample SyncML to install Office 365 Business Retail from current channel.
```syntax
Status | Description | Comment |
---|---|---|
0 | Installation succeeded | OK |
997 | Installation in progress | Windows Information Protection |
13 (ERROR_INVALID_DATA) | Cannot verify signature of the downloaded ODT | Failure |
1460 (ERROR_TIMEOUT) | Failed to download ODT | Failure |
1603 (ERROR_INSTALL_FAILURE) | Failed any pre-req check.
|
Failure |
17002 | Failed to complete the process. Possible reasons:
|
Failure |
17004 | Unknown SKU | Failure |
0x8000ffff (E_UNEXPECTED) | Tried to uninstall when there is no C2R Office on the machine. | Failure |