From 85e675b07aa1f3e69b3182b0a1ec47eafdb22574 Mon Sep 17 00:00:00 2001 From: Mandi Ohlinger Date: Tue, 16 Nov 2021 14:37:36 -0500 Subject: [PATCH] Fixed table formatting --- windows/client-management/mdm/office-csp.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/windows/client-management/mdm/office-csp.md b/windows/client-management/mdm/office-csp.md index d505f71d74..280b16b2cf 100644 --- a/windows/client-management/mdm/office-csp.md +++ b/windows/client-management/mdm/office-csp.md @@ -21,7 +21,8 @@ This CSP was added in Windows 10, version 1703. For more information, see [Office DDF](office-ddf.md). The following shows the Office configuration service provider in tree format. -``` + +```console ./Vendor/MSFT Office ----Installation @@ -46,6 +47,7 @@ Office ------------Install ------------Status ``` + **./Device/Vendor/MSFT/Office/ or ./User/Vendor/MSFT/Office** The root node for the Office configuration service provider.

@@ -159,10 +161,8 @@ To get the current status of Office 365 on the device. |1460|ERROR_TIMEOUT
Failed to download ODT|Failure| |1602|ERROR_INSTALL_USEREXIT
User canceled the installation|Failure| |1603|ERROR_INSTALL_FAILURE
Failed any pre-req check.
  • SxS (Tried to install when 2016 MSI is installed)
  • 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| +|17000|ERROR_PROCESSPOOL_INITIALIZATION
    Failed to start C2RClient|Failure| +|17001|ERROR_QUEUE_SCENARIO
    Failed to queue installation scenario in C2RClient|Failure| |17002|ERROR_COMPLETING_SCENARIO
    Failed to complete the process. Possible reasons:
  • Installation canceled by user
  • Installation canceled by another installation
  • Out of disk space during installation
  • Unknown language ID|Failure| |17003|ERROR_ANOTHER_RUNNING_SCENARIO
    Another scenario is running|Failure| |17004|ERROR_COMPLETING_SCENARIO_NEED_CLEAN_UP
    Possible reasons:
  • Unknown SKUs
  • Content does't exist on CDN
  • Signature check issue, such as failed the signature check for Office content
  • User canceled|Failure|