diff --git a/windows/client-management/mdm/office-csp.md b/windows/client-management/mdm/office-csp.md
index b3eec1da15..f031f91a4b 100644
--- a/windows/client-management/mdm/office-csp.md
+++ b/windows/client-management/mdm/office-csp.md
@@ -6,13 +6,13 @@ ms.topic: article
ms.prod: w10
ms.technology: windows
author: nickbrower
-ms.date: 11/01/2017
+ms.date: 01/26/2018
---
# 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).
+The Office configuration service provider (CSP) enables a Microsoft Office client to be installed on a device via the Office Deployment Tool (ODT). 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).
@@ -144,31 +144,54 @@ To get the current status of Office 365 on the device.
997 |
Installation in progress |
-Windows Information Protection |
+ |
-13 (ERROR_INVALID_DATA) |
-Cannot verify signature of the downloaded ODT |
+13 |
+ERROR_INVALID_DATA
+ Cannot verify signature of the downloaded Office Deployment Tool (ODT) |
Failure |
-1460 (ERROR_TIMEOUT) |
-Failed to download ODT |
+1460 |
+ERROR_TIMEOUT
+ Failed to download ODT |
Failure |
-1603 (ERROR_INSTALL_FAILURE) |
-Failed any pre-req check.
+ | 1602 |
+ERROR_INSTALL_USEREXIT
+ User cancelled the installation |
+Failure |
+
+
+1603 |
+ERROR_INSTALL_FAILURE
+ Failed any pre-req check.
- SxS (Tried to install when 2016 MSI is installed)
-- Bit mismatch
+- Bit mismatch between the currently installed Office and the Office that was attempting to be installed (such as when you try to install a 32-bit version while 64-bit version is currently installed.)
|
Failure |
+17000 |
+ERROR_PROCESSPOOL_INITIALIZATION
+ Failed to start C2RClient |
+Failure |
+
+
+17001 |
+ERROR_QUEUE_SCENARIO
+ Failed to queue installation scenario in C2RClient |
+Failure |
+
+
17002 |
-Failed to complete the process. Possible reasons:
+ERROR_COMPLETING_SCENARIO
+ Failed to complete the process. Possible reasons:
+
- Installation cancelled by user
- Installation cancelled by another installation
- Out of disk space during installation
@@ -177,13 +200,60 @@ To get the current status of Office 365 on the device.
Failure |
| |
-17004 |
-Unknown SKU |
+17003 |
+ERROR_ANOTHER_RUNNING_SCENARIO
+ Another scenario is running |
Failure |
-0x8000ffff (E_UNEXPECTED) |
-Tried to uninstall when there is no C2R Office on the machine. |
+17004 |
+ERROR_COMPLETING_SCENARIO_NEED_CLEAN_UP
+ Possible reasons:
+
+- Unknown SKUs
+- Content does't exist on CDN
+
- such as trying to install an unsupported LAP, like zh-sg
+- CDN issue that content is not available
+
+- Signature check issue, such as failed the signature check for Office content
+- User cancelled
+
+ |
+Failure |
+
+
+17005 |
+ERROR_SCENARIO_CANCELLED_AS_PLANNED |
+Failure |
+
+
+17006 |
+ERROR_SCENARIO_CANCELLED
+ Blocked update by running apps |
+Failure |
+
+
+17007 |
+ERROR_REMOVE_INSTALLATION_NEEDED
+ The client is requesting client clean up in a "Remove Installation" scenario |
+Failure |
+
+
+17100 |
+ERROR_HANDLING_COMMAND_LINE
+ C2RClient command line error |
+Failure |
+
+
+0x80004005 |
+E_FAIL
+ ODT cannot be used to install Volume license |
+Failure |
+
+
+0x8000ffff |
+E_UNEXPECTED
+ Tried to uninstall when there is no C2R Office on the machine. |
Failure |