

Script did not complete in a well defined stateĬonst ERROR_USER_ABORT = &HC000013A 'RESERVED. This is a temporary value and must not be the final return codeĬonst ERROR_UNKNOWN = 2048'Bit #12 Critical script error. Initialization failedĬonst ERROR_RELAUNCH = 1024'Bit #11. The attempt to elevate the process did not succeedĬonst ERROR_SCRIPTINIT = 512 'Bit #10. User declined to allow mandatory script elevationĬonst ERROR_ELEVATION = 256 'Bit #9. Da capo al fine (second attempt) still failed.Ĭonst ERROR_ELEVATION_USERDECLINED = 128 'Bit #8.

Pending file renames (del on reboot) - OR - Removal needs to run again after a system reboot.Ĭonst ERROR_DCAF_FAILURE = 64 'Bit #7. Not all of the intended cleanup operations could be appliedĬonst ERROR_INCOMPLETE = 32 'Bit #6. Msiexec based install was not possibleĬonst ERROR_STAGE2 = 16 'Bit #5. Controlled cancel from script UIĬonst ERROR_STAGE1 = 8 'Bit #4.

If set a reboot is requiredĬonst ERROR_USERCANCEL = 4 'Bit #3. 'RESERVED bit! Returned when process is killed from task managerĬonst ERROR_REBOOT_REQUIRED = 2 'Bit #2. Script completed successfullyĬonst ERROR_FAIL = 1 'Bit #1. ' Scope: Office 2013, 2016 and O365 C2R products ' when a regular uninstall is no longer possible ' Script to remove Office Click To Run (C2R) products ' Copyright (c) 2014 - 2016 Microsoft Corporation ' Author: Microsoft Customer Support Services
