Skip to content

Instantly share code, notes, and snippets.

@bunkbail
Created February 19, 2019 15:30
Show Gist options
  • Select an option

  • Save bunkbail/d3379b8435800e2665383391c47d0532 to your computer and use it in GitHub Desktop.

Select an option

Save bunkbail/d3379b8435800e2665383391c47d0532 to your computer and use it in GitHub Desktop.
Windows Update Uninstaller
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
SET /P REVIEW="Would you like to review each update before attempting uninstall ([Y]/N)? "
IF /I "!REVIEW!" EQU "N" (
REM AUTO UNINSTALL
FOR /F "EOL=; DELIMS=| TOKENS=1" %%I IN (updates_list.txt) DO (
SETLOCAL
ECHO Uninstalling [%%I]...
SET U=%%I
SET KB=!U:~2!
WUSA.EXE /uninstall /kb:!KB! /quiet /norestart
REM !ERRORLEVEL! returns decimal value of error code
CALL :PRINTERROR !ERRORLEVEL!
ENDLOCAL
)
ECHO That's all!
PAUSE
EXIT
) ELSE (
REM MANUAL UNINSTALL
FOR /F "EOL=; DELIMS=| TOKENS=1,2*" %%I IN (updates_list.txt) DO (
SETLOCAL
ECHO Update: [%%I]
ECHO Description: %%J
SET /P CONFIRM="Uninstall this update ([Y]/N)? "
IF /I "!CONFIRM!" EQU "N" (
ECHO Skipping...
) ELSE (
ECHO Uninstalling [%%I]...
SET U=%%I
SET KB=!U:~2!
WUSA.EXE /uninstall /kb:!KB! /quiet /norestart
REM !ERRORLEVEL! returns decimal value of error code
CALL :PRINTERROR !ERRORLEVEL!
)
ENDLOCAL
)
ECHO That's all!
PAUSE
EXIT
)
:PRINTERROR
SET FOUND=0
FOR /F "EOL=; DELIMS=| TOKENS=1-3" %%X IN (wusa_returns.txt) DO (
IF %1==%%X (
ECHO ^(%%Y^) %%Z
SET FOUND=1
)
)
IF %FOUND%==0 ECHO An unknown error has occurred.
KB971033|License validation
KB2505438|Often breaks fonts
KB2670838|Breaks AERO on Windows 7
KB2882822|Very fishy update that just popped up with not enough detail about it
KB2902907|Microsoft Security Essentials
KB2952664|Get Windows 10 assistant
KB2976978|Windows 10 Upgrade preparation for Windows 8
KB2976987|Description not available
KB2977759|Windows 10 Upgrade preparation for Windows 7
KB2990214|Windows 10 Upgrade preparation for Windows 7
KB2999226|Windows 10 Universal CRT + Microsoft Visual Studio 2015 Dependancy for Universal CRT in Windows 10 SDK
KB3012973|Force Trigger Download and Install of Windows 10
KB3015249|Adds telemetry points to consent.exe in Windows 7 & Windows 8
KB3021917|Windows 10 Upgrade preparation + Telemetry + CEIP
KB3022345|Telemetry + W10 readiness package + Corrupts some files (typical Microsoft)
KB3035583|Get Windows 10 for Win7SP1 / Win8.1
KB3042058|Microsoft claims its a security update but it contains Winlogon Spying
KB3044374|Windows 10 Upgrade for Windows 8 systems
KB3050265|Update for "Windows Update" on Win7
KB3050267|Windows 10 upgrade preparation + option in GPEDIT to disable Windows 10 upgrade altogether so you may want to actually install this
KB3064683|Windows 10 Upgrade for Windows 8
KB3065987|Update for "Windows Update" on Win7 / Srv2008 R2
KB3065988|Windows 10 Upgrade for Windows 8
KB3068708|Telemetry
KB3072318|Windows 10 Upgrade preparation for Windows 8
KB3074677|Windows 10 Upgrade preparation
KB3075249|Telemetry for Win7 / Win8.1
KB3075851|Windows 10 Upgrade for Windows 7
KB3075853|Update for "Windows Update" on Win8.1 / Srv2012 R2
KB3080149|Telemetry for Win7 / Win8.1
KB3081437|Windows 10 Upgrade preparation
KB3081454|Windows 10 Upgrade preparation
KB3081954|Telemetry Update for Windows 7
KB3083324|Windows 10 Upgrade preparation for Windows 7
KB3083325|Windows 10 Upgrade preparation for Windows 8
KB3083710|Update for the Windows Update client with sketchy details for Windows 7, see this thread
KB3083711|Update for the Windows Update client with sketchy details for Windows 8, see this thread
KB3086255|Flagged as an Important update. It disables SafeDisc games in Windows Vista, 7, and 8/8.1
KB3088195|Miscorosft Claims it's a security update but also has a key logger on the Kernel Level
KB3090045|Windows 10 Upgrade Update for Windows 7/8
KB3093983|Microsoft claims it's a security update but it contains IE spying
KB3102810|Fixes long wait while searching for updates + Windows 10 Upgrade preparation for Windows 7
KB3102812|Fixes long wait while searching for updates + Windows 10 Upgrade preparation for Windows 8
KB3107998|Removes Lenovo USB Blocker
KB3112336|Windows 10 Upgrade for Windows 8
KB3112343|Windows 10 Upgrade for Windows 7
KB3118401|Allows Windows 10 dependant Universal Runtime apps to run on earlier versions of Windows.
KB3123862|Windows 10 Upgrade for Windows 7 & 8
KB3123862|Windows Update Client for Win7
KB3133977|Buggy update
KB3135445|Windows 10 Upgrade for Windows 7
KB3135449|Windows 10 Upgrade for Windows 8
KB3138612|Windows Update Client for Win7
KB3138615|Security update for IE11 which adds Windows 10 preparation / Windows Update Client for Win8.1
KB3139923|GWX for Win7 / Win8.1
KB3139929|Fishy update for Windows 7/8 to Windows 10 Upgrade / Security update for IE11 which adds Windows 10 preparation
KB3146449|Windows 10 Upgrade for Windows 7/8
KB3148198|Cumulative update for IE11. Includes previous Windows 10 preparation.
KB3150513|Compatibility Update/GWX for Win7 / Win8.1
KB3173040|GWX for Win7 / Win8.1
KB3184143|Claims to remove /all/ software related to GWX free upgrade offer (If you never installed the GWX updates this may be useless)
0|Success|
1|ERROR_INVALID_FUNCTION|
123|Error_Invalid_Name|The filename, directory name,or volume label syntax is incorrect
629|Error_cant_enable_Deny_only|A group marked use for deny only can not be enabled
1053|ERROR_SERVICE_REQUEST_TIMEOUT|The service did not respond to the start or control request in a timely fashion.
1219|Error_Session_Credential_Conflict|Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed.
1221|Error_Dup_Domainename|The workgroup or domain name is already in use by another computer on the network.
1561|error_Invalid_HW_Profile|The specified hardware profile configuration is invalid
1601|Error_Install_Service_failure|The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed.
1603|ERROR_INSTALL_FAILURE|Fatal error during installation
1618|ERROR_INSTALL_ALREADY_RUNNING|Another installation is already in progress. Complete that installation before proceeding with this install.
1753|EPT_S_Not_Registered|There are no more endpoints available from the endpoint mapper.
1782|RPC_X_BYTE_Count_TOO_Small|The byte count is too small
2403|NERR_BADPasswordCore|This share name or password is invalid
3010|Error_Success_Reboot_Required|
4370|Error_No_Media_In_Drive|No media in drive
4496|Error_Shutdown_IS_Scheduled|A system shutdown has already been scheduled
4660|Error_Port_Unreachable|No Service is operating at the destination network endpoint on the remote system
5014|Error_Wrong_Target_Name|Logon failure: The target account name is incorrect.
5079|Error_Cluster_restype_Note_Supported|The specified node does not support a resource of this type. This amy be due to version inconsistancies or due to the absence of the resource DLL on this node.
5193|Error_Invalid_Showwin_Command|Cannot show or remove the window in the way specified
2359297|WU_S_SERVICE_STOP|Service stopped
2359298|WU_S_SELFUPDATE|Agent selfupdates
2359299|WU_S_UPDATE_ERROR|Overall operation completed but error occurred while processing one or more specified updates.
2359300|WU_S_MARKED_FOR_DISCONNECT|The caller attempted to disconnect an operation but the operation is busy calling back so the callback is marked for disconnect later
2359301|WU_S_REBOOT_REQUIRED|The system needs to be rebooted to complete installation.
2359302|SUS_S_ALREADY_INSTALLED|The update to be installed is already installed
2359303|WU_S_ALREADY_UNINSTALLED|The update to be uninstalled is already not installed.
2359304|WU_S_ALREADY_DOWNLOADED|The update to be downloaded is already downloaded
2147483655|E_ABORT|
2147500033|E_NOTIMPL|
2147500034|E_Nointerface|
2147500035|E_Pointer|Invalid pointer
2147500036|E_ABORT|Operation Aborted
2147500037|E_Fail|
2147500053|CO_E_WRONG_SERVER_IDENTITY|The security descriptor on the BITS service was changed by a security template such that NetworkService account doesn\x92t have READ access to BITS service.
2147549183|E_UNEXPECTED|
2147549440|RPC_E_SYS_CALL_FAILED|
2147549445|RPC_E_Serverfault|
2147549448|RPC_E_Disconnected|
2147746132|REGDB_E_CLASSNOTREG|BITS in Windows 2000 is dependent on SENS and EventSystem services. If COM+ catalog is corrupted, one of these errors was seen.
2147746291|CO_E_Classstring|
2147746301|CO_E_Objnotconnected|Object is not connected to server
2147746310|EVENT_E_INTERNALERROR|There will be event messages in Application/System log regarding the errors.
2147942401|ERROR_INVALID_FUNCTION|
2147942402|ERROR_FILE_NOT_FOUND|The System cannot find the file specified
2147942403|COR_E_DIRECTORYNOTFOUND|The specified path couldn't be found - ALLUSERSPROFILE Microsoft network dir doesn\x92t exist
2147942405|ERROR_ACCESS_DENIED|The authentication method is not supported. - CoCreateInstance(IBackgroundCopyManager) fails with E_ACCESSDENIED (0x80070005) in this condition
2147942406|E_Handle|Handle not valid error
2147942408|ERROR_NOT_ENOUGH_MEMORY|The system is out of memory.
2147942411|COR_E_BADIMAGEFORMAT|The format of the DLL or executable being loaded is invalid
2147942413|Error_invalid_data|
2147942414|E_OUTOFMEMORY|
2147942423|ERROR_CRC|Data error (cyclic redundancy check).
2147942431|ERROR_GEN_FAILURE|A device attached to the system is not functioning
2147942432|STIERR_SHARING_VIOLATION|The process cannot access the file because it is being used by another process
2147942450|ERROR_NOT_SUPPORTED|
2147942480|ERROR_FILE_EXISTS|
2147942482|ERROR_CANNOT_MAKE|The directory or file cannot be created
2147942487|ERROR_INVALID_PARAMENTER - E_INVALIDARG|One or more arguments are not valid error - Invalid proxy server name was specified in the user\x92s IE settings and hence WinhttpSetProxySettings call fails with E_INVALIDARG error. BITS puts the job in TRANSIENT_ERROR with the same error code. For ex, if the proxy server is set to http://foo/bar/proxy.pac, this error will be seen. This error is also seen when credentials are supplied such that scheme is not NTLM/Negotiate, but username/password is NULL, since that is not valid (WinhttpSetCredentials fails with E_INVALIDARG. BITS 1.5 puts the job into ERROR state with BG_E_INVALID_RESPONSE in the above 2 cases, because of error code mapping E_INVALIDARG is always mapped to (BG_E_INVALID_SERVER_RESPONSE)
2147942512|ERROR_DISK_FULL|There is not enough space on the disk
2147942522|ERROR_INSUFFICIENT_BUFFER|
2147942523|STIERR_INVALID_DEVICE_NAME|
2147942526|ERROR_MOD_NOT_FOUND|The specified module could not be found.
2147942527|ERROR_PROC_NOT_FOUND|The specified procedure could not be found.
2147942528|ERROR_WAIT_NO_CHILDREN|There are no child processes to wait for
2147942561|ERROR_BAD_PATHNAME|
2147942582|ERROR_INVALID_ORDINAL|
2147942593|ERROR_BAD_EXE_FORMAT|is not a valid Win32 application
2147942631|Error_Pipe_Busy|All pipe instances are busy
2147942659|ERROR_NO_MORE_ITEMS:|
2147942667|ERROR_DIRECTORY|The directory name is invalid
2147942702|Error_Disk_Too_Fragmented|
2147942887|Error_Invalid_Address|
2147943395|Error_Operation_Aborted|The I/O operation has been aborted because of either a thread exit or an application request
2147943397|ERROR_IO_PENDING|
2147943398|Error_Noaccess  to memory location|Invalid access to memory location
2147943399|Error_Swaperror|Error performing inpage operation
2147943403|Error_Can_Not_Complete|Cannot complete this function
2147943405|ERROR_UNRECOGNIZED_VOLUME|The volume does not contain a recognized file system
2147943408|ERROR_NO_TOKEN|An attempt was made to reference a token that does not exist
2147943453|ERROR_SERVICE_REQUEST_TIMEOUT|The service did not respond to the start or control request in a timely fashion
2147943454|Error_Service_No_Thread|A thread could not be created for this service
2147943455|ERROR_SERVICE_DATABASE_LOCKED|The service database is locked
2147943458|ERROR_SERVICE_DISABLED|The service cannot be started. If BITS service is disabled by the Administrator, then this error will be seen.
2147943460|ERROR_SERVICE_DOES_NOT_EXIST|Due to a bug in BITS 1.5 OOB setup, after BITS 1.5 install, the BITS service is deleted, but the 1.5 install returns success code. BITS 1.5 binaries are copied to the machine, but the service doesn\x92t exist. This can also happen if the BITS service is explicitly deleted by running the command sc delete bits
2147943462|ERROR_SERVICE_NOT_ACTIVE|The service has not been started
2147943467|ERROR_PROCESS_ABORTED|
2147943468|Error_Service_Dependency_Fail|
2147943475|ERROR_SERVICE_DEPENDENCY_DELETED|BITS service has a dependency on lanmanworkstation service in BITS 1.0 and 1.2. If \x93Client for Microsoft networks\x94 network component is uninstalled, then lanmanworkstation service is deleted, but BITS dependency will still be present. After that, BITS service fails to start
2147943479|Error_Different_Service_Account|
2147943483|ERROR_SERVICE_NOT_IN_EXE|The executable program that this service is configured to run does not implement the service. netsvcs registry value in HKLM\Software\Microsoft\WindowsNT\CurrentVersion\Svchost registry key should contain the service names that can be run in that service host. On XP and Windows 2003, BITS should be in this value. If \x93BITS\x94 is missing from that value, then ERROR_SERVICE_NOT_IN_EXE error is seen when attempting to start the service
2147943514|ERROR_DLL_INIT_FAILED|
2147943515|ERROR_SHUTDOWN_IN_PROGRESS|
2147943568|E_PROP_ID_UNSUPPORTED|Permission denied / [Problem initializing or using session variables] or Element not found
2147943623|ERROR_CANCELLED|Cancelled by user
2147943645|Error_Not_Logged_On to network|
2147943682|Error_Stack_Buffer_Overrun|The system detected an overrun of a stack-based buffer in this application
2147943792|ERROR_FILE_CORRUPT|
2147943807|Error_Cannot_Find_WND_Class|Cannot find windows class
2147943821|Error_Control_ID_Not_Found|
2147943850|ERROR_NO_SYSTEM_RESOURCE|Insufficient system resources exist to complete the requested service
2147943853|Error_Working_Set_Quota|Insufficient quota to complete the requested service
2147943855|ERROR_COMMITMENT_LIMIT|The paging file is too small for this operation to complete
2147943860|Error_Timeout|
2147944003|ERROR_INSTALL_FAILURE|
2147944018|ERROR_INSTALL_ALREADY_RUNNING ErrorClientUpdateInProgress|
2147944042|Error_Patch_Target_Not_Found|The program to be upgraded may be missing or the patch may upgrade a different version of the program
2147944102|RPC_S_Invalid_Binding|Terminal Services optional component is installed on the machine, but the \x93Terminal Services\x94 service has been disabled.
2147944117|RPC_S_Unknown_IF|Eventlog service is not running. BITS tries to initialize the event logger object during initialization and fails to start, if the initialization fails. If event log service is not running, then the initialization fails with RPC_S_UNKNOWN_IF error
2147944122|RPC_S_SERVER_UNAVAILABLE|
2147944123|RPC_S_SERVER_TOO_BUSY|The RPC server is too busy to complete this operation
2147944126|RPC_S_CALL_FAILED|
2147944127|PRC_S_Call_Failed_DNE|
2147944134|RPC_S_Invalid_Bound|The array bounds are invalid
2147944183|RPC_X_Bad_Stub_Data|This can occur after a control selfupdate that has not fully completed and requires a reboot. The controls may need to be reregistered.
2147944196|Error_Unknown_Port|
2147945410|ErrorControlRebootRequired|
2147952491|WSASYSNOTREADY|The description of WSASYSNOTREADY says WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable. It seems that something is wrong with networking components on the system.
2147952507|WSASYSCALLFAILURE|A system call that should never fail has failed
2147953401|WSAHOST_NOT_FOUND|
2147953404|WSANO_DATA|
2147954402|ERROR_INTERNET_TIMEOUT|The request has timed out.
2147954404|ERROR_INTERNET_INTERNAL_ERROR|An internal error has occurred.
2147954405|Error_Internet_Invalid_URL|
2147954406|ERROR_INTERNET_UNRECOGNIZED_SCHEME|The URL scheme could not be recognized or is not supported.
2147954407|ERROR_INTERNET_NAME_NOT_RESOLVED|The server name could not be resolved.
2147954415|ERROR_INTERNET_LOGIN_FAILURE|
2147954417|ERROR_INTERNET_OPERATION_CANCELLED|
2147954418|Error_Internet_Incorrect_handle_type|
2147954419|Error_Internet_Incorrect_Handle_State|
2147954429|ERROR_INTERNET_CANNOT_CONNECT|The attempt to connect to the server failed.
2147954430|ERROR_INTERNET_CONNECTION_ABORTED|The connection with the server has been terminated.
2147954444|Error_Internet_Client_Auth_Cert_Needed|
2147954445|ERROR_INTERNET_INVALID_CA|
2147954550|ERROR_HTTP_HEADER_NOT_FOUND|The requested header could not be located
2147954552|ERROR_HTTP_INVALID_SERVER_RESPONSE|The server response could not be parsed.
2147954556|ERROR_HTTP_REDIRECT_FAILED|
2147954563|ERROR_INTERNET_DISCONNECTED|
2147954572|ERROR_INTERNET_NOT_INITIALIZED|
2147954575|ERROR_INTERNET_SECURE_FAILURE   ErrorClockWrong|One or more errors were found in the Secure Sockets Layer (SSL) certificate sent by the server.
2147956401|Error_SXS_Cant_gen_Actctx|This application has failed to start because the application configuration is incorrect.
2148003841|STATUS_FAILED_LANGUAGE_TYPE|Setup cannot update your  files because the language\installed on your system is different from the update language.
2148003842|STATUS_CHECKED_FREE_MISMATCH|Setup cannot update a checked (debug) system with a free (retail) version of , or vice versa.
2148003843|STATUS_NOT_ENOUGH_SPACE|There is not enough disk space on to install . Setup requires a minimum of d additional megabytes of free space or if you also want to archive the files for uninstall, Setup requires d additional megabytes of free space. Free additional sp
2148003844|STATUS_INSUFFICIENT_PRIVS|You do not have permission to update . Please contact your system administrator.
2148003847|STATUS_CANT_FIND_INF|Setup could not find the update.inf file needed to update your system.
2148003848|STATUS_UPDATE_SUCCESSFUL|has been updated. Remove any disks from the floppy disk drives and choose OK to restart your computer. If you change or add any components to your system, you will need to reapply the Hotfix.
2148003849|STATUS_UPDATE_UNSUCCESSFUL|installation did not complete.
2148003850|STATUS_SHUTDOWN_UNSUCCESSFUL|Setup was unable to shutdown system. Please shutdown your system manually.
2148003851|STATUS_FILE_NOT_FOUND_IN_SETUP_LOG|Could not locate entry for HAL.DLL in SETUP.LOG to determine type of HAL to update.
2148003852|STATUS_INVALID_INF_FILE|The file is not correct.
2148003853|STATUS_USER_CANCELLED|Setup canceled.
2148003854|STATUS_PLATFORM_MISMATCH|This  is for a different hardware platform.
2148003855|STR_CAPTION|Setup
2148003856|STR_WARNCAPTION|Setup Warning
2148003857|STR_ERRCAPTION|Setup Error
2148003858|STR_FAILED_TO_DELETE_OR_RENAME|The file  is open or in use by another application. Close all other applications and then click Retry.
2148003859|STR_FAILED_TO_SAVE_REGISTRY|Setup could not backup registry key  to file
2148003860|STR_FAILED_TO_READ_REGISTRY|Setup could not backup registry value
2148003861|STR_ASK_DIRTY_UNINSTALL|Select ''OK'' to undo the changes that have been made, or select ''Cancel'' to quit. If you select ''Cancel'', your system will be left in a partially updated state and may not work correctly.
2148003862|STR_LEAVING_DIRTY|has been partially updated and may not work properly.
2148003863|STR_ARE_YOU_SURE_CANCEL|Are you sure you want to cancel?
2148003864|STR_SOURCE_MEDIA_NAME_UNINSTALL|Uninstall Directory
2148003865|STR_SOURCE_MEDIA_NAME|Uninstall Directory
2148003866|STR_SOURCE_MEDIA_NAME_SYSTEM|System Files
2148003867|STR_INST_HOTFIX|Setup found hotfixes on your system. Would you like to install these hotfixes now?
2148003868|STR_UNINST_ALREADY_CREATED|You have already created an Uninstall directory. Doing this again will overwrite your current uninstall directory. Are you sure you want to do this?
2148003869|STR_OEM_FILE|Your computer vendor installed this file on your computer. Do you want  Setup to replace this file?
2148003870|STR_CATALOG_INSTALL_FAILED|Failed to install catalog files.
2148003871|STR_ADD_REGISTRY_FAILED|Failed to add registry entry.
2148003872|STATUS_BUILD_VERSION_MISMATCH|Setup has detected that the build version of the system installed does not match the update you are applying to it. You can only install this update only on Build %d .
2148003873|STATUS_SP_VERSION_GREATER|The version of Windows you have installed does not match the update you are trying to install.
2148003874|STATUS_CANT_SPAWN_HOTFIX|Setup could not start the hotfix installation program.
2148003875|STATUS_CANT_FIND_TAG|Setup could not locate the  files.
2148003876|STATUS_OVERWRITE_UNINSTALL|WARNING: You have chosen to overwrite your existing uninstall:  If you continue, you will only be able to uninstall to the following Service Pack version:  Are you sure you want to continue? Click Yes to continue creating the
2148003878|STATUS_WININET_LOAD_FAILED|This Web-based update requires Internet Explorer 3.0 or later. For instructions on how to download a version of this update that does not require a Web connection during installation, download and install  from http://www.Microsoft.com/Downloads
2148003879|STATUS_CANT_INSTALL_SP_ON_DTC|This  has not been qualified by your hardware vendor for installation on this copy of  Datacenter Server. Please contact your hardware vendor for additional information on obtaining a  that has been qualified for your system configuration.
2148003880|STATUS_NECESSARY_FILES_NOT_PRESENT|Not all files necessary to perform an integrated installation are present.
2148003881|STATUS_SPOOLER_NOT_STARTED|Cannot install . The Print Spooler service is not started.
2148003882|STATUS_MUST_RESTART_FIRST|The system must be restarted before installing the , to allow some prior file update operations to complete. (These operations were previously scheduled by some other install or uninstall operation.)
2148003883|STATUS_NOT_ENOUGH_WITH_UNINST|You do not have enough free disk space on % to archive the uninstall files. To install  with backup files for uninstall, an additional dMB is required.
2148003884|STATUS_CANT_FIND_RSAENHS|Unable to locate RSAENHS.DLL in the update directory, high encryption for uninstall aborted.
2148003885|STATUS_CANT_FIND_ENCININF|Unable to locate UPDENCIN.INF in the update directory, high encryption for uninstall aborted.
2148003886|STATUS_CANT_FIND_ENCTSINF|Unable to locate UPDENCTS.INF in the update directory, unable to export TS files.
2148003887|STATUS_ENCINST_PROCESS_FAILED|High encryption ENCINST process failed.
2148003888|STATUS_ENCINST_UPGRADE_FAILED|High encryption upgrade failed.
2148003889|STR_USAGE_UPDATE|AVAILABLE SWITCHES: [/help] [/quiet] [/passive] [/uninstall] [/norestart] [/forcerestart] [/l] [/n] [/o] [/f] [/integrate:<path>] [/d:<path>] /help Displays this message SETUP MODES /quiet Quiet mode (no user interaction or displ
2148003890|STR_BUILDING_CAB|Creating file
2148003891|STR_DOWNLOADING|Downloading files and patches
2148003892|STR_ARCHIVING_FILES|Backing up files
2148003893|STR_ARCHIVING_FILE|Backing up files
2148003894|STR_INSTALLING_FILES|Installing files
2148003895|STR_INSTALLING_FILE|Installing files
2148003896|STR_FINISHING_INSTALL|Finishing installation
2148003897|STR_WELCOME_LINE|Welcome to the   Setup Wizard
2148003898|STR_RESTART|&Restart
2148003899|STR_COMPLETE|installation is complete. You must restart your computer for the  update to take effect.
2148003901|STR_CANT_CANCEL_NOW|Please wait while  Setup updates your system files.
2148003902|STR_MUST_ACCEPT_TIP|Must accept license agreement before installing
2148003903|STR_NEED_TO_CONNECT|Setup needs to connect to the internet now to download  files and patches for installation.
2148003904|STR_READY_TO_REPLACE|Setup is ready to begin replacing system files.
2148003905|STR_CONNECTING|Connecting to
2148003906|STR_CONNECTED|Connected to
2148003907|STR_ESTIMATE|estimate
2148003908|STR_MINUTES|minutes
2148003909|STR_SECONDS|seconds
2148003910|STR_DOWNLOAD_REMAINING|KB remaining
2148003911|STR_DOWNLOAD_COMPLETE|Download complete
2148003912|STR_DOWNLOAD_UNPACKING|Download complete, now unpacking files
2148003913|STR_DOWNLOAD_FAILURE|The following error occurred while  Setup attempted to download the  files from the Internet:
2148003914|STR_UNKNOWN_ERROR|The server did not respond (error code %d).
2148003915|STR_INTERNET_TIMEOUT|The server did not respond.
2148003916|STR_DOWNLOAD_RETRY_TEXT|If this error persists after you have clicked Retry several times, download and install  from http://www.Microsoft.com/Downloads. This will give you instructions on how to download a version of this update that does not require a Web connection during
2148003917|STR_HASH_FAILURE_1|Setup determined that the following downloaded  file is corrupt:
2148003918|STR_HASH_FAILURE_2|Setup determined that the following downloaded  files are corrupt:
2148003919|STR_DOWNLOAD_GIVE_UP|Setup was unable to download all the  files necessary for installation.
2148003920|STR_COPYING_FILE_DELAYED|Copied file (delayed)
2148003921|STR_ERROR_COPY_SLIP|An error has occurred copying files from the Service Pack share to the distribution share.
2148003922|STR_SLIPSTREAM_SUCCESSFUL|Integrated install has completed successfully.
2148003923|STR_SLIPSTREAM_FAILED|Failed to copy some or all of the files necessary for integrated install. Please check that: a) No network or copy errors occurred during the integration process b) The format of the destination directory is correct. The files to be integrated
2148003924|STR_SVCPACK_CMD|Service Pack started with following command line
2148003925|STR_DOWNLOAD_SIZE|bytes downloaded.
2148003926|STR_NO_SVCPACK|No Service Pack
2148003927|STR_MISSING_FILE|The file is missing from the  installation. The file must be present for  Setup to continue. Press OK to cancel Setup.
2148003928|STR_READY_TO_ENCINST|Setup is ready to begin upgrade of uninstall to high encryption.
2148003929|STR_SLIPSTREAM_LANGUAGE_MISMATCH|Integrated install failed. The language type or platform for the destination directory and  must be the same.
2148003930|STATUS_CANT_OPEN_LOG|Error opening  file
2148003931|STR_SKIPPING_FILE|Skipped copying file:
2148003932|STR_COPY_FILE|Copying file
2148003933|STR_SVC_INFO|In order to successfully complete this installation, the following services will automatically be stopped and re-started.
2148003934|STR_SVC_STOP_ERR|Setup was unable to stop the following service
2148003935|STR_SVC_ASKREBOOT|A reboot will probably be required in order to successfully complete this installation. Do you wish to continue?
2148003936|STR_SVC_START_ERR|Setup was unable to re-start the following service: .
2148003937|ERR_STD_PREFIX|Setup encountered an error:
2148003938|STR_COPYING_FILE|Copied file:
2148003939|STR_SPAWNING_PROCESS|Starting process:
2148003940|STATUS_INVALID_VER_FILE|The update.ver file is not correct.
2148003941|STR_DOMESTIC_TAG1|US/Canada Only, Not for Export
2148003942|STR_DOMESTIC_TAG2|Domestic Use Only
2148003943|STR_DOMESTIC_TAG3|US and Canada Use Only
2148003946|STATUS_SP_VERSION_GREATER_1|Setup has detected that the Service Pack version of the system installed is newer than the update you are applying to it. You can only install this update on Service Pack.
2148003947|STATUS_SP_VERSION_GREATER_2|Setup has detected that the Service Pack version of this system is newer than the update you are applying. There is no need to install this update.
2148003948|STATUS_FPNW_FIXUP_FAILED|Setup failed to access or correctly modify your SETUP.LOG file.
2148003949|STATUS_WRONG_PLATFORM|The version of software you are running does not match the system you are running it on.
2148003950|STATUS_FAILURE_COPYING_FILES|Failed to completely copy all of the updated files.
2148003951|STATUS_FAILED_TO_SET_DIR|Failed to set the directory.
2148003952|STATUS_SETUP_ERROR|An error in updating your system has occurred.
2148003957|STATUS_SUCCESS_NOREBOOT|has been updated. You must reboot for these changes to take effect. If you change or add any components to your system, you will need to reapply the Hotfix.
2148003958|STATUS_SP_VERSION_LESSER|Setup has detected that the version of the Service Pack installed on your system is lower than what is necessary to apply this hotfix. At minimum, you must have Service Pack installed.
2148003960|STATUS_NO_UNINSTALL_AVAILABLE|You cannot uninstall, since an uninstall for  has not been created.
2148003962|STATUS_SUCCESS_NOREBOOTNEC|has been updated. If you change or add any components to your system, you will need to reapply the Hotfix.
2148003963|STATUS_UNINST_NOREBOOTNEC|Hotfix successfully uninstalled.
2148003964|STR_SECURITY_PROVIDER_WARNING|The existing file  contains High Encryption security, but the updated Hotfix file  contains only Standard Encryption security. You can choose to replace the High Encryption security file with the updated Standard Encryption security file now.
2148003967|STR_UNINST_HOTFIX|Hotfixes have been found on your system. Would you like to Uninstall these hotfixes now?
2148003968|STR_OLD_UNINST_EXISTS|An old Uninstall directory has been found. Would you like to overwrite this directory with new Uninstall information?
2148003969|STR_LICENSE_DECLINED|You have chosen to decline the License Agreement. Setup cannot continue.
2148003970|STR_NO_LICENSE_TXT|No LICENSE.TXT file was found in your Hotfix directory. Setup cannot continue.
2148003971|STR_INSUFF_RESOURCES|Insufficient resources are available. Setup cannot continue.
2148003972|STR_FILE_READ_ERROR|Error reading LICENSE.TXT file. Setup cannot continue.
2148003973|STR_DELETE_OLD_UNINST|This old uninstall directory cannot be used to uninstall this Hotfix, and should be deleted. Would you like to delete it now?
2148003974|STR_HOTFIXES_FOUND|The following hotfixes are installed:
2148003975|STR_HOTFIXES_NOT_FOUND|No Hotfixes are installed.
2148003976|STR_CAT_VERSIONS_EQUAL|Catalog file versions are equal, although catalog files differ. Install package must be rebuilt. Failed to install catalog file.
2148003977|STR_WINDOWS_TYPE1|Windows NT 4.0
2148003978|STR_WINDOWS_TYPE2|Windows 2000
2148003979|STR_LICENSE_AGREEMENT|License Agreement
2148003980|STR_SELECT_OPTIONS|Select Options
2148003981|STR_UPDATING_YOUR_SYSTEM|Updating Your System
2148003982|STR_WIZ1_STATIC3|Before you install this update, we recommend that you: - Update your system repair disk - Back up your system - Close all open programs To complete this installation, Windows might require restarting after you finish this wizard.
2148003983|STR_WIZ2_STATIC1|Please read the following license agreement. To continue with setup, you must accept the agreement.
2148003984|STR_WIZ2_RADIO1|I &Do Not Agree
2148003985|STR_WIZ2_RADIO2|I &Agree
2148003986|STR_ASK_BACKUP|If you want to remove  later, Setup must archive the necessary files. However, this requires significant disk space. Do you want Setup to archive these files?
2148003987|STR_ARCHIVE1|&Archive Files
2148003988|STR_ARCHIVE2|&Do Not Archive Files
2148003989|STR_WIZ4_STATIC2|Please wait while setup inspects your current configuration, archives your current files and updates your files.
2148003990|STR_WIZ4_STATIC_OPERATION|Inspecting your current configuration
2148003991|STR_WIZ4_STATIC_DETAILS|inspecting current configuration, archives your current files and updates your files
2148003992|STR_WIZ4_STATIC|Inspecting current configuration, archives your current files and updates your files
2148003993|STR_WIZ5_STATIC1|Completing the   Setup Wizard
2148003994|STR_WIZ5_STATIC2_REBOOT|You have successfully completed the  Setup Wizard. To apply the changes, the wizard has to restart Windows. To restart Windows automatically, click Finish. If you want to restart later, select the Do not restart now check box, and then click Fin
2148003995|STR_WIZ5_STATIC2_NOREBOOT|You have successfully completed the  Setup Wizard. To close this wizard, click Finish.
2148003996|STR_WIZ5_CHECK1|&Do not restart now
2148003997|STR_WIZCAPTION|Setup Wizard
2148003998|STR_ANALYZE_DISK|Checking for necessary space
2148003999|STR_BUILDING_CAB_CAPTION|Creating Cabinets
2148004000|STR_CLEAN_REG|Updating the registry keys
2148004001|STR_CANCEL|Cancel
2148004002|STR_DOWNLOAD_UNPACKING_DETAILS|Unpacking: %d remaining
2148004003|STR_NO|No LICENSE.TXT file was found in your Hotfix directory. Setup cannot continue. ::No Uninstall directory: Setup is executing. Please wait for Setup to complete :No Service Pack
2148004004|STR_README|Read Me:readmesp.htm
2148004005|STR_README_FILE|readmesp.htm
2148004006|STR_SLIPSTREAM_EVAL_DESTINATION|Integrated install failed. The destination directory contains an evaluation copy of Windows.
2148004007|STR_WINDOWS_TYPE3|Windows XP
2148004008|STR_NOUNINSTALL|No Uninstall directory
2148004009|STR_SRVPACK|Service Pack
2148004010|STR_WINDOWS_TYPE0|Windows
2148004011|STR_SPOOLER_ENABLE|For Setup to continue, the print spooler service must be enabled on this computer. To enable this service, click OK. After Setup is complete, the print spooler will be disabled.
2148004012|STR_USAGE_UPDATE_NOSLPSTRM|AVAILABLE SWITCHES: [/help] [/quiet] [/passive] [/uninstall] [/norestart] [/forcerestart] [/l] [/n] [/o] [/f] [/integrate:<fullpath>] /help Displays this message SETUP MODES /quiet Quiet mode (no user interaction or display)
2148004013|STR_FONT|Verdana Bold
2148004014|STR_CHOOSE_UNINST_DIR|Select an existing folder or make a new folder in which to store uninstall information.
2148004015|STR_ARCHIVE_DRIVE_INVALID|You have selected a folder that is not on your local computer. The current state of the computer can be archived only on your local computer.
2148004016|STR_STARTING_SERVICES|Starting services
2148004017|STR_STARTING_SERVICE|Starting service
2148004018|STR_STOPPING_SERVICES|Stopping services
2148004019|STR_STOPPING_SERVICE|Stopping services
2148004020|STR_WINDOWS_TYPE4|Windows Server 2003
2148004032|STR_BLOCKLIST_HF_MSG|Setup cannot install this hotfix because one or more of its files are out of date. Please download and install the latest version of fix .
2148004033|STR_BLOCKLIST_SP_MSGA|This service pack contains files that are missing some of the fixes which were previously installed on this computer. To prevent possible problems, these files will not be installed by the service pack.
2148004034|STR_BLOCKLIST_SP_MSGB|In order to have the fixes contained in both the service pack and the previously installed hotfixes, you must obtain and install the updated versions of the following hotfixes prior to or following the service pack installation. These hotfixes are also
2148004035|STR_BLOCKLIST_SP_MSGC|Do you want to continue installing this service pack?
2148004036|STR_BLOCKLIST_SP_MSGD|The service pack install cannot continue until these hotfixes are applied to your system.
2148004037|STR_GENERALCAPTION|0.02
2148004038|STATUS_BUILD_VERSION_MISMATCH2|Setup has detected that the build version of the system installed does not match the update you are applying to it. You can only install this update only on Build %d .
2148004039|STR_SLPSTRM_COPY|Integrating files
2148004040|STR_SLPSTRM_WIZ4_STATIC2|Please wait while setup integrates files from Windows Service Pack into your Windows installation folder.
2148004041|STR_SLPSTRMUPDATING_YOUR_SYSTEM|Updating Your Windows Share
2148004042|STR_RESTORE_POINT_DESC|Installed  .
2148004043|STATUS_VLK_BLOCKED|The Product Key used to install Windows is invalid. Please contact your system administrator or retailer immediately to obtain a valid Product Key. You may also contact Microsoft Corporation's Anti-Piracy Team by emailing piracy@microsoft.com
2148004044|STATUS_KERNEL_NONSTD|The core system file (kernel) used to start this computer is not a Microsoft Windows file. The Service Pack will not be installed. For more information, see Knowledge Base article  at http://support.microsoft.com.
2148004045|STR_VLK_CHECK|Checking product key
2148004046|STR_SET_RESTOREPOINT|Creating restore point
2148004047|STR_PERFORM_INVENTORY|Performing inventory
2148004048|STR_BUILD_THIRDPARTYDRIVERS|Creating Third Party Driver List
2148004049|STR_DISK_USAGEFORINSTALL|Estimating space for installation
2148004050|STR_DISK_USAGEFORUNINSTALL|Estimating space for uninstallation
2148004051|STR_PROCESSES_BEFOREARCHIVE|Running processes before install
2148004052|STR_REGISTRY_BACKUP|Backing up registry
2148004053|STR_PROCESSES_AFTERINSTALL|Running processes after install
2148004054|STR_PERFORM_CLEANUP|Performing cleanup
2148004055|STR_OPTIONAL_EXCLUSIONWARNING|Windows  has detected that one or more protected files on your computer have been modified. The Service Pack contains updated versions of those files, which work to provide a stable environment for your programs. If you click Yes, the updated version
2148004056|STR_WIZ1_STATIC3_XP|Before you install this update, we recommend that you: - Back up your system - Close all open programs To complete this installation, Windows might require restarting after you finish this wizard.
2148004057|STR_ARCHIVE_FOLDER_INVALID|The folder name is longer than the limit of 226 bytes. Enter a shorter name.
2148004058|STR_FAILED_INF_INTEGRITY|Setup could not verify the integrity of the file Update.inf. Make sure the Cryptographic service is running on this computer.
2148004059|STR_BLOCKLIST_FIXNUMBER|Fix Number
2148004060|STR_BLOCKLIST_FILENAME|File Name
2148004061|STR_BLOCKLIST_VERSION|Version
2148004062|STR_WIZ4_NOARCHIVE|Please wait while setup inspects your current configuration and updates your files.
2148004063|STATUS_SP_BUILD_TO_BUILD|This Service Pack cannot be installed on top of the  build currently installed on your computer. Cancel this installation process, uninstall your current  build, then re-install this Service Pack.
2148004064|STR_UNABLE_TO_VERIFY|Setup could not verify the integrity of one or more installed files.
2148004066|STR_ERR_PRINT_EULA|Unable to print the END USER LICENSE AGREEMENT
2148004067|STR_WINDOWS_TYPE|Windows, Windows NT 4.0, Windows 2000, Windows XP, Windows Server 2000, Windows XP Version 2003
2148004068|STATUS_WINDOWS_VERSION_NEWER|The version of Windows you have installed is newer than the update you are trying to install. There is no need to install this update.
2148004069|STATUS_PACKAGE_NOT_APPLICABLE|This package does not apply to the operating system you are running, and therefore cannot be installed.
2148004070|STR_SAFEMODE_INSTALL|You are trying to install while the system is in safe mode. This is not recommended unless the system does not function in normal mode.
2148004071|STR_APPLYING_HOTPATCHES|Applying Hotpatches
2148004072|STATUS_INVALID_BRANCHES_INF|The branches.inf file is invalid.
2148004073|STATUS_INVALID_UPDATEBR_INF|The updatebr.inf file is invalid.
2148004074|STR_PACKAGE_MIGRATE_FAILED|Failed to migrate dependent packages.
2148004076|STR_PERFORM_MIGRATION|Performing migration
2148004077|STATUS_NO_BRANCH_AVAILABLE|Required installation branch was not found in INF file.
2148004078|STR_BLOCKLIST_PACKAGE|Package
2148004079|STR_MIGRATE_BLOCKLIST_MSG|The installation cannot continue because the following packages might not be valid:
2148004080|STR_BRANCH_CAPTION|Branch info
2148004081|STATUS_INCOMPARABLE_BRANCHES|Files from the package are incompatible with files on your system.
2148004082|STR_MIGRATE_BLOCKLIST_REC|Reinstall the packages listed above, and then install .
2148004083|STR_UNKNOWN_PACKAGE|Unknown
2148004084|STATUS_PREREQUISITE_FAILED|Setup cannot continue because one or more pre-requisites required to install  failed. For More details check the Log File. Update.exe can throw this error when it starts to download if the computer is running under battery power (there may be a fix for this in the future).
2148004085|STR_WINDOWS_TYPE5|Windows XP Version 2003
2148004087|STR_HFSLP_ERROR|An error occurred while attempting to integrate this software update package. Verify that the architecture, language, and service pack level of this software update are valid for the target distribution folder.
2148004088|STR_HFSLP_EXPRESS|Express software update packages cannot be integrated. To download a version of the fix that can be integrated, visit http://www.microsoft.com/downloads.
2148004089|STR_HFSLP_EXTRACTED|Extracted packages cannot be integrated. The /integrate switch must be used with the original software update package.
2148004090|STR_HFSLP_NOTFOUND|Setup was unable to locate the distribution folder that you wish to integrate with this software update package. The /integrate switch requires the full path to the distribution folder.
2148004352|STATUS_MORE_FILES_FOR_DOWNLOAD|More byte ranges required.
2148004353|STATUS_READY_TO_INSTALL|Required payload available, ready to install.
2148004354|STATUS_PATCH_NOT_FOUND|The delta was not found in the PSF. Update cannot find information about how to upgrade this binary. SUS can terminate installation.
2148004355|STATUS_PATCH_FILE_CORRUPT|Update cannot find information about how to upgrade this binary
2148004356|STATUS_INDEXFILE_CORRUPT|Index file does not have a valid signature. Index file has an invalid signature. The package is corrupt. SUS can terminate installation.
2148004357|STR_UPDATE_ALREADY_RUNNING|Setup has detected that another update is in progress. Please complete that installation or removal and try again.
2148004358|STATUS_RETRY_REFRESH_INVENTORY|The state of machine changed since last inventory analysis. Update.exe has to restart the process with /si.
2148004359|STATUS_RETRY_SELF_CONTAINED|Two consecutive attempts to download delta failed without any progress and there is no use in continuing as express package. Revert to self-contained package.
2148004384|STATUS_CONTINUE_INVENTORY|error codes should not be returned out of update.exe
2148004385|ERROR_INDEXFILE_NOT_FOUND|error codes should not be returned out of update.exe
2148007941|CO_E_Server_Exec_Failure|
2148007944|CO_E_SERVER_STOPPING|
2148073478|NTE_Bad_Signature|
2148073483|NTE_Bad_Key_State|
2148073495|NTE_PROV_TYPE_NOT_DEF|
2148073501|Error_Write_Fault|
2148074245|SEC_E_SECPKG_NOT_FOUND|The requested security package does not exist
2148074289|Sec_E_Algorithm_Mismatch|The client and the server cannot communicate, because they do not possess a common algorithm
2148074303|SEC_E_Shutdown_IN_Progress|
2148081667|CRYPT_E_File_Error|An error occurred while reading or writing to a file
2148081677|Crypt_E_Bad_Msg|Not a cryptographic message or the cryptographic message is not formatted correctly
2148081702|Crypt_E_Security_Settings|The cryptographic operation failed due to a local security option setting
2148098049|Trust_E_System_Error|A system-level error occurred while verifying trust
2148098053|Trust_E_Time_Stamp could not be verified|
2148098064|Trust_E_Bad_Digest|The digital signature of the object did not verify
2148098073|TRUST_E_BASIC_CONSTRAINTS|
2148139078|CTL_PermissionDenied|olectl.h
2148139437|ActiveX component cant create object|
2148139438|IXP_NNTP_NO_SUCH_ARTICLE_FOUND|This can occur after a control selfupdate that has not fully completed and requires a reboot.
2148144015|ERROR_RESOURCE_NOT_FOUND|Javascript runtime error
2148204545|Trust_E_Provider_Unknown|
2148204546|Trust_E_ActionUnknown|The trust verification action specified is not supported by the specified trust provider.
2148204547|TRUST_E_SUBJECT_FORM_UNKNOWN|The form specified by the subject is not one supported or known by the specified trust provider
2148204548|TRUST_E_SUBJECT_NOT_TRUSTED|The subject is not trusted for the specified action.
2148204800|TRUST_E_NOSIGNATURE|No signature was present in the subject
2148204801|Cert_E_Expired|Verifying against the current system clock or the timestamp in the signed file
2148204809|CERT_E_UNTRUSTEDROOT|A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider
2148204813|Cert_E_Untrustedtestroot|The certification path terminates with the test root which is not trusted with the current policy settings
2148204816|CERT_E_WRONG_USAGE|
2148270082|Inet_E_Invalid_URL|
2148466945|SPAPI_E_Section_Not_Found|The required section was not found in the INF
2148467211|SPAPI_E_No_Such_Devinst|device instance does not exist
2148467223|SPAPI_E_Bad_Service_Installsect|A service installation section in this INF is invalid
2148467243|SPAPI_E_DI_Dont_Install|The class installer has denied the request to install or upgrade this device
2148467247|SPAPI_E_No_Catalog_for_OEM_INF|The third-party INF does not contain digital signature information
2148467268|SPAPI_E_Signature_Osattribure_Mismatch|The software was tested for compliance on a different version of Windows and may not be compatible with this version
2149122148|BG_E_HTTP_ERROR_100|The request can be continued.
2149122149|BG_E_HTTP_ERROR_101|The server switched protocols in an upgrade header.
2149122248|BG_E_HTTP_ERROR_200|The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
2149122249|BG_E_HTTP_ERROR_201|The request was fulfilled and resulted in the creation of a new resource.
2149122250|BG_E_HTTP_ERROR_202|The request was accepted for processing, but the processing has not been completed yet.
2149122251|BG_E_HTTP_ERROR_203|The returned metadata in the entity-header is not the definitive set available from the server of origin.
2149122252|BG_E_HTTP_ERROR_204|The server has fulfilled the request, but there is no new information to send back.
2149122253|BG_E_HTTP_ERROR_205|The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
2149122254|BG_E_HTTP_ERROR_206|The server fulfilled the partial GET request for the resource.
2149122348|BG_E_HTTP_ERROR_300|The server could not return the requested data.
2149122349|BG_E_HTTP_ERROR_301|The requested resource was assigned to a new permanent Uniform Resource Identifier (URI), and any future references to this resource should use one of the returned URIs.
2149122350|BG_E_HTTP_ERROR_302|The requested resource was assigned a different Uniform Resource Identifier (URI). This change is temporary.
2149122351|BG_E_HTTP_ERROR_303|The response to the request is under a different Uniform Resource Identifier (URI) and must be retrieved using a GET method on that resource.
2149122352|BG_E_HTTP_ERROR_304|The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
2149122353|BG_E_HTTP_ERROR_305|The requested resource must be accessed through the proxy given by the location field.
2149122355|BG_E_HTTP_ERROR_307|The URL has been temporarily relocated. Try again later.
2149122448|BG_E_HTTP_ERROR_400|The server cannot process the request because the syntax is not valid.
2149122449|BG_E_HTTP_ERROR_401|The requested resource requires user authentication.
2149122450|BG_E_HTTP_ERROR_402|The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
2149122451|BG_E_HTTP_ERROR_403|The client does not have sufficient access rights to the requested server object. Cannot execute requested URL in the current application pool IIS returns this error in some transient error cases too such as 403.9 -- Forbidden: Too many clients are trying to connect to the Web server.403.15 -- Forbidden: Client access licenses have exceeded limits on the Web server.
2149122452|BG_E_HTTP_ERROR_404|The requested URL does not exist on the server.
2149122453|BG_E_HTTP_ERROR_405|The method used is not allowed.
2149122454|BG_E_HTTP_ERROR_406|No responses acceptable to the client were found.
2149122455|BG_E_HTTP_ERROR_407|Proxy authentication is required.
2149122456|BG_E_HTTP_ERROR_408|The server timed out waiting for the request.
2149122457|BG_E_HTTP_ERROR_409|The request could not be completed because of a conflict with the current state of the resource. The user should resubmit the request with more information.
2149122458|BG_E_HTTP_ERROR_410|The requested resource is not currently available at the server, and no forwarding address is known.
2149122459|BG_E_HTTP_ERROR_411|The server cannot accept the request without a defined content length.
2149122460|BG_E_HTTP_ERROR_412|The precondition given in one or more of the request header fields evaluated to false when it was tested on the server.
2149122461|BG_E_HTTP_ERROR_413|The server cannot process the request because the request entity is too large.
2149122462|BG_E_HTTP_ERROR_414|The server cannot process the request because the request Uniform Resource Identifier (URI) is longer than the server can interpret.
2149122463|BG_E_HTTP_ERROR_415|The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
2149122465|BG_E_HTTP_ERROR_417|The server could not meet the expectation given in an Expect request-header field.
2149122497|BG_E_HTTP_ERROR_449|The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
2149122548|BG_E_HTTP_ERROR_500|The server encountered an unexpected condition that prevented it from fulfilling the request.
2149122549|BG_E_HTTP_ERROR_501|The server does not support the functionality required to fulfill the request.
2149122550|BG_E_HTTP_ERROR_502|The server, while acting as a gateway or proxy to fulfill the request, received an invalid response from the upstream server it accessed.
2149122551|BG_E_HTTP_ERROR_503|The service is temporarily overloaded.
2149122552|BG_E_HTTP_ERROR_504|The request was timed out waiting for a gateway. Can typically be a DNS issue
2149122553|BG_E_HTTP_ERROR_505|The server does not support the HTTP protocol version that was used in the request message.
2149138432|BITS_MC_JOB_CANCELLED|The administrator  canceled job on behalf of %3.  The job ID was %1.
2149138433|BITS_MC_FILE_DELETION_FAILED|While canceling job, BITS was not able to remove the temporary files.
2149138434|BITS_MC_FILE_DELETION_FAILED_MORE|Due to space limitations, not all files are listed here.  Check for additional files of the form BITxxx.TMP in the same directory.
2149138435|BITS_MC_JOB_PROPERTY_CHANGE|The administrator modified the property of job.  The job ID was %1.
2149138436|BITS_MC_JOB_TAKE_OWNERSHIP|The administrator  took ownership of job.  The job ID was %1.
2149138437|BITS_MC_JOB_SCAVENGED|Job was canceled after being inactive for more than xx days.  The job ID was %1.
2149138438|BITS_MC_JOB_NOTIFICATION_FAILURE|Job  failed to notify its associated application.  BITS will retry in xx minutes.  The job ID was %1.
2149138439|BITS_MC_STATE_FILE_CORRUPT|The BITS job list is not in a recognized format.  It may have been created by a different version of BITS.  The job list has been cleared.
2149138440|BITS_MC_FAILED_TO_START|The BITS server failed to start. Try restarting the service at a later time.
2149580801|BG_E_Not_Found|The requested job was not found.
2149580802|BG_E_INVALID_STATE|The requested action is not allowed in the current job state. The job might have been canceled or completed transferring. It is in a read-only state now.
2149580803|BG_E_EMPTY|There are no files attached to this job. Attach files to the job, and then try again.
2149580804|BG_E_FILE_NOT_AVAILABLE|No file is available because no URL generated an error.
2149580805|BG_E_PROTOCOL_NOT_AVAILABLE|No protocol is available because no URL generated an error.
2149580806|BG_S_ERROR_CONTEXT_NONE|No errors have occurred.
2149580807|BG_E_ERROR_CONTEXT_UNKNOWN|The error occurred in an unknown location.
2149580808|BG_E_ERROR_CONTEXT_GENERAL_QUEUE_MANAGER|The error occurred in the Background Intelligent Transfer Service (BITS) queue manager.
2149580809|BG_E_ERROR_CONTEXT_LOCAL_FILE|The error occurred while the local file was being processed. Verify that the file is not in use, and then try again.
2149580810|BG_E_ERROR_CONTEXT_REMOTE_FILE|The error occurred while the local file was being processed. Verify that the file is not in use, and then try again.
2149580811|BG_E_ERROR_CONTEXT_GENERAL_TRANSPORT|The error occurred in the transport layer. The client could not connect to the server.
2149580812|BG_E_ERROR_CONTEXT_QUEUE_MANAGER_NOTIFICATION|The error occurred while the notification callback was being processed. Background Intelligent Transfer Service (BITS) will try again later.
2149580813|BG_E_Destination_Locked|The destination file system volume is not available. Verify that another program, such as CheckDisk, is not running, which would lock the volume. When the volume is available, Background Intelligent Transfer Service (BITS) will try again.
2149580814|BG_E_VOLUME_CHANGED|The destination volume has changed. If the disk is removable, it might have been replaced with a different disk. Reinsert the original disk and resume the job.
2149580815|BG_E_ERROR_INFORMATION_UNAVAILABLE|No errors have occurred.
2149580816|BG_E_NETWORK_DISCONNECTED|There are currently no active network connections. Background Intelligent Transfer Service (BITS) will try again when an adapter is connected.
2149580817|BG_E_MISSING_FILE_SIZE|When BITS sends a HEAD request and server/proxy doesn\x92t return Content-Length header in the response, BITS puts the job in ERROR state with BG_E_MISSING_FILE_SIZE. BITS 1.5 puts the job in ERROR state with BG_E_INVALID_SERVER_RESPONSE error. Apache 2.0 proxy server is known to exhibit this behavior.
2149580818|BG_E_INSUFFICIENT_HTTP_SUPPORT|The server does not support HTTP 1.1.
2149580819|BG_E_INSUFFICIENT_RANGE_SUPPORT|BITS uses range header in HTTP requests to request parts of a file. If the server or proxy doesn\x92t understand Range requests and returns full file instead of the requested range, BITS puts the job in ERROR state. Apache 1.3 proxy is known to show this behavior if the requested file is already in the cache.
2149580820|BG_E_REMOTE_NOT_SUPPORTED|Background Intelligent Transfer Service (BITS) cannot be used remotely.
2149580821|BG_E_NEW_OWNER_DIFF_MAPPING|The drive mapping for the job is different for the current owner than for the previous owner. Use a UNC path instead.
2149580822|BG_E_NEW_OWNER_NO_FILE_ACCESS|The new owner has insufficient access to the local files for the job. The new owner might not have permissions to access the job files. Verify that the new owner has sufficient permissions, and then try again.
2149580823|BG_S_PARTIAL_COMPLETE|Some of the transferred files were deleted because they were incomplete
2149580824|BG_E_PROXY_LIST_TOO_LARGE|The HTTP proxy list cannot be longer than 32,000 characters. Try again with a shorter proxy list.
2149580825|BG_E_PROXY_BYPASS_LIST_TOO_LARGE|The HTTP proxy bypass list cannot be longer than 32,000 characters. Try again with a shorter bypass proxy list.
2149580826|BG_S_UNABLE_TO_DELETE_FILES|Some of the temporary files could not be deleted. Check the system event log for the complete list of files that could not be deleted.
2149580827|BG_E_INVALID_SERVER_RESPONSE|The server's response was not valid. The server was not following the defined protocol. Resume the job, and then Background Intelligent Transfer Service (BITS) will try again.
2149580828|BG_E_TOO_MANY_FILES|No more files can be added to this job.
2149580829|BG_E_LOCAL_FILE_CHANGED|The local file was changed during the transfer. Recreate the job, and then try to transfer it again.
2149580830|BG_E_ERROR_CONTEXT_REMOTE_APPLICATION|The program on the remote server reported the error.
2149580831|BG_E_SESSION_NOT_FOUND|The specified session could not be found on the server. Background Intelligent Transfer Service (BITS) will try again.
2149580832|BG_E_TOO_LARGE|The job is too large for the server to accept. This job might exceed a job size limit set by the server administrator. Reduce the size of the job, and then try again.
2149580833|BG_E_STRING_TOO_LONG|The specified string is too long.
2149580834|BG_E_CLIENT_SERVER_PROTOCOL_MISMATCH|The client and server versions of Background Intelligent Transfer Service (BITS) are incompatible.
2149580835|BG_E_SERVER_EXECUTE_ENABLE|Scripting OR execute permissions are enabled on the IIS virtual directory associated with the job. To upload files to the virtual directory, disable the scripting and execute permissions on the virtual directory.
2149580836|BG_E_No_Progress BITS|The job is not making headway.  The server may be misconfigured.  Background Intelligent Transfer Service (BITS) will try again later.
2149580837|BG_E_USERNAME_TOO_LARGE|The user name cannot be longer than 300 characters. Try again with a shorter name.
2149580838|BG_E_PASSWORD_TOO_LARGE|The password cannot be longer than 300 characters. Try again with a shorter password.
2149580839|BG_E_INVALID_AUTH_TARGET|The authentication target specified in the credentials is not defined.
2149580840|BG_E_INVALID_AUTH_SCHEME|The authentication scheme specified in the credentials is not defined.
2149580841|BG_E_FILE_NOT_FOUND|The specified file name does not match any of the files in the job.
2149580842|BG_S_PROXY_CHANGED|The proxy server was changed.
2149580843|BG_E_INVALID_RANGE|The requested byte range extends beyond the end of the web page.  Use byte ranges that are wholly within the page.
2149580844|BG_E_OVERLAPPING_RANGES|The list of byte ranges contains some overlapping ranges, which are not supported.
2149580845|BG_E_CONNECT_FAILURE|A connection could not be established.
2149580846|BG_E_CONNECTION_CLOSED|The connection was prematurely closed.
2149580847|BG_E_KEEP_ALIVE_FAILURE|The connection for a request that specifies the Keep-alive header was closed unexpectedly.
2149580848|BG_E_MESSAGE_LENGTH_LIMIT_EXCEEDED|A message was received that exceeded the specified limit when sending a request or receiving a response from the server.
2149580849|BG_E_NAME_RESOLUTION_FAILURE|The host name could not be found.
2149580850|BG_E_PENDING|An internal asynchronous request is pending.
2149580851|BG_E_PIPELINE_FAILURE|
2149580852|BG_E_PROTOCOL_ERROR|The response received from the server was complete but indicated a protocol-level error.
2149580853|BG_E_PROXY_NAME_RESOLUTION_FAILURE|The proxy name could not be found.
2149580854|BG_E_RECEIVE_FAILURE|A complete response was not received from the server.
2149580855|BG_E_REQUEST_CANCELED|The request was canceled.
2149580856|BG_E_SECURE_CHANNEL_FAILURE|An error occurred while establishing a connection using SSL.
2149580857|BG_E_SEND_FAILURE|complete request could not be sent to the remote server.
2149580858|BG_E_SERVER_PROTOCOL_VIOLATION|The server response was not valid.
2149580859|BG_E_TIMEOUT|The operation exceeded the time limit.
2149580860|BG_E_TRUST_FAILURE|A server certificate could not be validated.
2149580861|BG_E_UNKNOWN_ERROR|An unknown error occured.
2149580862|BG_E_BLOCKED_BY_POLICY|Group Policy settings prevent background jobs from running at this time.
2149580863|BG_E_INVALID_PROXY_INFO|The supplied proxy server or bypass list is invalid.
2149580864|BG_E_INVALID_CREDENTIALS|The format of the supplied security credentials is invalid.
2149842945|SUS_E_NO_SERVICE|for whatever reason, SUS agent can not provide the service
2149842946|SUS_E_MAX_CAPACITY_REACHED|maximum capacity of the service is reached
2149842947|SUS_E_UNKNOWN_ID|id not found
2149842948|SUS_E_NOT_INITIALIZED|object is not correctly initialized
2149842949|SUS_E_RANGEOVERLAP|Update handler attempted to request a byte range that overlapped a previously requested byte range
2149842950|SUS_E_TOOMANYRANGES|Update handler attempted to request too many ranges
2149842951|SUS_S_ALREADY_UNINSTALLED ---  SUS_E_INVALIDINDEX|The update to be uninstalled is already not installed -- An attempt was made to use an invalid index
2149842952|SUS_E_ITEMNOTFOUND|A query was made for an item with a particular key and that key was not found
2149842953|SUS_E_OPERATIONINPROGRESS|The caller attempted to perform an operation on an interface while another operation was in progress.
2149842954|SUS_E_COULDNOTCANCEL|The caller attempted to cancel an operation that is not cancelable
2149842955|SUS_E_CALL_CANCELLED|call has been cancelled
2149842956|SUS_E_NOOP|no operation is needed
2149842957|SUS_E_XML_MISSINGDATA|the SUS agent is attempting to parse an update's XML blob and has not found expected data
2149842958|SUS_E_XML_INVALID|the SUS agent is attempting to parse an update's XML blob and has encountered data that is invalid
2149842959|SUS_E_CYCLE_DETECTED|cycle detected in meta data
2149842960|SUS_E_TOO_DEEP_RELATION|too deep relation ship found
2149842961|SUS_E_REG_VALUE_INVALI|registry value was read but is invalid
2149842962|SUS_E_REG_VALUE_INVALID|registry value was read but is invalid
2149842963|SUS_E_EE_UNKNOWN_EXPRESSION|an expression handler was passed an expression that it doesn't know about
2149842964|SUS_E_EE_INVALID_EXPRESSION|an expression handler was passed an expression that is bad.
2149842965|SUS_E_EE_MISSING_METADATA|an expression handler was passed an expression that requires an applicability metadata blob, but did not receive one or received too many.
2149842966|SUS_E_INSTALL_NOT_ALLOWE|try to install while another install is going on or reboot is pending
2149842967|SUS_E_NOT_APPLICABLE|install is not needed because no updates are applicable
2149842968|WU_E_NO_USERTOKEN|operation failed due to missing user token
2149842969|WU_E_EXCLUSIVE_INSTALL_CONFliCT|try to install an exclusive update with other updates at the same time
2149842970|WU_E_POLICY_NOT_SET|policy value is not set
2149842971|WU_E_SELFUPDATE_IN_PROGRESS|self-update in progress
2149842972|SUS_E_WRONGMSIVERSION|
2149842973|WU_E_INVALID_UPDATE|an update had bogus metadata
2149842974|WU_E_SERVICE_STOP|call was aborted due to service stop or system shut down
2149842975|SUS_E_NO_CONNECTION|no network connection is available to finish the operation
2149842976|SUS_E_NO_INTERACTIVE_USER|interactive user is missing to finish the operation
2149842977|WU_E_TIME_OUT|operation timed out
2149842978|WU_E_ALL_UPDATES_FAILED|operation failed on all specified updates
2149842979|WU_E_EULAS_DECLINED|EULA's for all the updates are declined
2149842980|WU_E_NO_UPDATE|there are no update
2149842981|WU_E_USER_ACCESS_DISABLED|User access to Windows Update is prevented by Group Policy setting
2149842982|WU_E_INVALID_UPDATE_TYPE|invalid type of update
2149842983|WU_E_URL_TOO_LONG|URL is too long
2149842984|WU_E_UNINSTALL_NOT_ALLOWED|uninstall is not allowed due to non managed environment
2149842985|WU_E_INVALID_PRODUCT_LICENSE|A product with an invalid license was found on the system.
2149842986|WU_E_MISSING_HANDLER|A component required for detecting applicable updates was missing.
2149842987|WU_E_LEGACYSERVER|The Sus server we are talking to is a Legacy Sus Server (Sus Server 1.0)
2149842988|WU_E_BIN_SOURCE_ABSENT|A binary-delta patch failed because the source was required
2149842989|WU_E_FF_SOURCE_ABSENT|a full-file patch failed because the source was required
2149842990|SUS_E_WU_DISABLED|non managed server access is disallowed
2149842991|WU_E_CALL_CANCELLED_BY_POLICY|call cancelled because of DisableWindowsUpdateAccess policy takes effect
2149842992|WU_E_INVALID_PROXY_SERVER|invalid format for proxy list
2149842993|WU_E_INVALID_FILE|file is not of the right format
2149842994|WU_E_INVALID_CRITERIA|invalid criteria string
2149842995|WU_E_EULA_UNAVAILABLE|EULA download failure
2149842996|WU_E_DOWNLOAD_FAILED|Failed to download
2149842997|WU_E_UPDATE_NOT_PROCESSED|INTERNAL ONLY: The update was not processed.
2149842998|WU_E_INVALID_OPERATION|The operation is invalid for the object's current state.
2149842999|WU_E_NOT_SUPPORTED|The invoked functionality is not supported.
2149847039|WU_E_UNEXPECTED|generic unexpected failure
2149847041|WU_E_MSI_WRONG_VERSION|The MSI version on the machine is less than what we expect (SUS 2.0 requires MSI 3.0)
2149847042|WU_E_MSI_NOT_CONFIGURED|MSI is not configured
2149847043|WU_E_MSP_DISABLED|MSI patching is disabled by policy
2149851135|U_E_MSP_UNEXPECTED|generic unexpected MSP failure
2149851136|SUS_E_UH_REMOTEUNAVAILABLE|The caller requested a remote object, but no remote process is available
2149851137|WU_E_UH_LOCALONLY|The caller requested a remote object, but the specified handler is local only
2149851138|WU_E_UH_UNKNOWNHANDLER|The caller requested an unknown handler object
2149851139|WU_E_UH_REMOTEALREADYACTIVE|The caller requested an unknown handler object
2149851140|SUS_E_UH_DOESNOTSUPPORTACTION|The update does not support the current action (install or uninstall)
2149851141|SUS_E_UH_WRONGHANDLER|The caller tried to use the wrong handler for an action
2149851142|SUS_E_UH_INVALIDMETADATA|The caller passed an update with invalid metadata to the handler
2149851143|SUS_E_UH_INSTALLERHUNG|The installer took too long and was terminated
2149851144|SUS_E_UH_OPERATIONCANCELLED|The install was canceled via a handler method (as opposed to, for example, an installer running with UI that was cancelled externally to SUS)
2149851145|SUS_E_UH_BADHANDLERXML|The XML contained in the handler specific data for the update is invalid.
2149851146|WU_E_UH_CANREQUIREINPUT|The update may require user input so can not be installed in this context.
2149851147|SUS_E_UH_INSTALLERFAILURE|At least one update passed to the handler failed to install.
2149851148|WU_E_UH_FALLBACKTOSELFCONTAINED|Handler should fall back to self-contained from delta.
2149851149|SUS_E_UH_NEEDANOTHERDOWNLOAD|The installer requires more data to be downloaded
2149851150|WU_E_UH_NOTIFYFAILURE|The attempted operation was not allowed
2149855231|WU_E_UH_UNEXPECTED|generic unexpected update handler failure
2149859327|WU_E_AUCLIENT_UNEXPECTED|generic unexpected UI [AU Client] failures
2149859328|WU_E_PT_SOAPCLIENT_BASE|Used as a base to map SOAPCLIENT_ERROR errors.
2149859329|SUS_E_PT_SOAPCLIENT_INITIALIZE|SOAPCLIENT_INITIALIZE_ERROR      initialization failed -- most likely an MSXML installation problem
2149859330|WU_E_PT_SOAPCLIENT_OUTOFMEMORY|SOAPCLIENT_OUTOFMEMORY out of memory
2149859331|WU_E_PT_SOAPCLIENT_GENERATE|SOAPCLIENT_GENERATE_ERROR failed in generating the response
2149859332|SUS_E_PT_SOAPCLIENT_CONNECT|failed connecting to server
2149859333|WU_E_PT_SOAPCLIENT_SEND|SOAPCLIENT_SEND_ERROR failed in sending message. This generic error has been deprecated in favor of the more specific underlying WinHTTP errors, which will be returned when the client encounters an error communicating with the server.
2149859334|WU_E_PT_SOAPCLIENT_SERVER|SOAPCLIENT_SERVER_ERROR server error
2149859335|WU_E_PT_SOAPCLIENT_SOAPFAULT|SOAPCLIENT_SOAPFAULT a SOAP Fault was returned by the server. See the more specific WU_E_PT_SOAP_xxxx mappings when a SOAP fault was returned by the server.
2149859336|SUS_E_PT_SOAPCLIENT_PARSEFAULT|SOAPCLIENT_PARSEFAULT_ERROR      failed in parsing SOAP fault
2149859337|WU_E_PT_SOAPCLIENT_READ|SOAPCLIENT_READ_ERROR failed in reading response
2149859338|SUS_E_PT_SOAPCLIENT_PARSE|failed in parsing response
2149859339|WU_E_PT_SOAP_VERSION|SOAP_E_VERSION_MISMATCH Invalid namespace for the SOAP envelope
2149859340|WU_E_PT_SOAP_MUST_UNDERSTAND|SOAP_E_MUST_UNDERSTAND Child of header with mustUnderstand attribute = 1 wasn't understood or obeyed
2149859341|SUS_E_PT_SOAP_CLIENT|SOAP_E_CLIENT  The message was malformed or incomplete. No reason to retry unless problem fixed.
2149859342|SUS_E_PT_SOAP_SERVER|The message was OK but server couldn't process at the moment. Same message *may* succeed at a later time.
2149859343|WU_E_PT_WMI_ERROR|An unspecified error occurred using WMI
2149859344|SUS_E_PT_EXCEEDED_MAX_SERVER_TRIPS|The maximum allowed number of round trips to the server was exceeded
2149859345|SUS_E_PT_SUS_SERVER_NOT_SET|WUServer policy value is missing in the registry
2149859346|WU_E_PT_DOUBLE_INITIALIZATION|object is initialized second time
2149859347|WU_E_PT_INVALID_COMPUTER_NAME|Cannot determine computer name
2149859348|WU_E_PT_INVALID_COMPUTER_LSID|Cannot determine computer LSID
2149859349|SUS_E_PT_REFRESH_CACHE_REQUIRED|Server replied with InvalidCookie or ServerChanged Caller should refresh its internal state then repeat the call to Protocol Talker
2149859350|SUS_E_PT_HTTP_STATUS_BAD_REQUEST|Http status 400 - invalid syntax
2149859351|SUS_E_PT_HTTP_STATUS_DENIED|Http status 401 - access denied
2149859352|SUS_E_PT_HTTP_STATUS_FORBIDDEN|Http status 403 - request forbidden
2149859353|SUS_E_PT_HTTP_STATUS_NOT_FOUND|Http status 404 - object not found
2149859354|SUS_E_PT_HTTP_STATUS_BAD_METHOD|Http status 405 - method is not allowed
2149859355|SUS_E_PT_HTTP_STATUS_PROXY_AUTH_REQ|Http status 407 - proxy authentication required
2149859356|WU_E_PT_HTTP_STATUS_REQUEST_TIMEOUT|Http status 408 - server timed out waiting for request
2149859357|WU_E_PT_HTTP_STATUS_CONFLICT|Http status 409 - user should resubmit with more info
2149859358|WU_E_PT_HTTP_STATUS_GONE|Http status 410 - the resource is no longer available
2149859359|WU_E_PT_HTTP_STATUS_SERVER_ERROR|Http status 500 - internal server error
2149859360|WU_E_PT_HTTP_STATUS_NOT_SUPPORTED|Http status 501 - required not supported
2149859361|SUS_E_PT_HTTP_STATUS_BAD_GATEWAY|Http status 502 - error response received from gateway
2149859362|SUS_E_PT_HTTP_STATUS_SERVICE_UNAVAIL|Http status 503 - temporarily overloaded
2149859363|SUS_E_PT_HTTP_STATUS_GATEWAY_TIMEOUT|Http status 504 - timed out waiting for gateway
2149859364|WU_E_PT_HTTP_STATUS_VERSION_NOT_SUP|Http status 505 - HTTP version not supported
2149859365|SUS_E_PT_FILE_LOCATIONS_CHANGED|Server replied with FileLocationsChange Caller should refresh its internal state then repeat the call to Protocol Talker
2149859366|SUS_E_PT_REGISTRATION_NOT_SUPPORTED|Client doesn't support registration with non-SUS server
2149859367|WU_E_PT_NO_AUTH_PLUGINS_REQUESTED|Server returned an empty AuthInfo list
2149859368|SUS_E_PT_NO_AUTH_COOKIES_CREATED|The client was unable to create any valid auth cookies
2149859369|WU_E_PT_INVALID_CONFIG_PROP|One of the Config ConfigurationProperty values was wrong
2149859370|WU_E_PT_CONFIG_PROP_MISSING|One of the Config ConfigurationProperty values was wrong
2149859371|WU_E_PT_HTTP_STATUS_NOT_MAPPED|Http status other than 200, but not mapped above
2149859372|WU_E_PT_WINHTTP_NAME_NOT_RESOLVED|Winhttp SendRequest/ReceiveResponse failed with 0x2ee7 error. Either the proxy server or target server name can not be resolved. Corresponding to ERROR_WINHTTP_NAME_NOT_RESOLVED. Stop/Restart service or reboot the machine if you see this error frequently.
2149863423|WU_E_PT_UNEXPECTED|generic unexpected protocol talker failure
2149863425|WU_E_REDIRECTOR_LOAD_XML|The XML extracted from the wuredir.cab failed to load into the DOM
2149863426|WU_E_REDIRECTOR_S_FALSE|An expected XML element node, map, attribute, value, etc. could not be found.
2149863427|WU_E_REDIRECTOR_ID_SMALLER|The redirectorId in the downloaded wuredir.cab is smaller than the cached cab.
2149863469|WU_E_PT_SAME_REDIR_ID|During recovery Protocol Talker failed to download a wuredir.cab with a newer redirectorId from the server
2149863470|WU_E_PT_NO_MANAGED_RECOVER|A redirector recovery action was specified, but the server is managed.
2149867519|WU_E_REDIRECTOR_UNEXPECTED|generic unexpected redirector failure
2149867521|SUS_E_DM_URLNOTAVAILABLE|The requested file does not have an URL
2149867522|SUS_E_DM_INCORRECTFILEHASH|The file digest did not match the expected value
2149867523|WU_E_DM_UNKNOWNALGORITHM|The file metadata requested an unknown hash algorithm
2149867524|WU_E_DM_NEEDDOWNLOADREQUEST|A download request from a download handler is required.
2149867525|SUS_E_DM_NONETWORK|Network connection was not available
2149867526|SUS_E_DM_WRONGBITSVERSION|The version of BITS installed on the machine is not compatible.
2149867527|SUS_E_DM_NOTDOWNLOADED|The update has not been downloaded.
2149867528|SUS_E_DM_FAILTOCONNECTTOBITS|Failed to create the IBackgroundCopyManager interface to BITS. The BITS service may have been disabled
2149867529|WU_E_DM_BITSTRANSFERERROR|A BITS transfer error occurred, but the exact error could not be retrieved.
2149871615|WU_E_DM_UNEXPECTED|generic unexpected download manager failure
2149875712|WU_E_DS_SHUTDOWN|The call failed because the SUS agent is shutting down
2149875713|WU_E_DS_INUSE|The call failed because the data store is in use and the operation can only be executed on an idle data store.
2149875714|WU_E_DS_INVALID|The data store is in an invalid state. This can occur if we attempt to   validate the database schema and find a mismatch between the current state and the state we expect.
2149875715|WU_E_DS_TABLEMISSING|The data store has a missing table
2149875716|WU_E_DS_TABLEINCORRECT|The data store has a table whose columns are not what SUS expects
2149875717|WU_E_DS_INVALIDTABLENAME|The caller tried to open a table that is not in the datastore
2149875718|WU_E_DS_BADVERSION|The data store's version does not match what the client expects
2149875719|SUS_E_DS_NODATA|The caller asked for data that is not in the data store
2149875720|WU_E_DS_MISSINGDATA|The data store is in an invalid state because data that should be present is missing. This error can occur if we encounter a column in a table that is null when it is not allowed to be null.
2149875721|WU_E_DS_MISSINGREF|The data store is in an invalid state because data that should be present is missing. This will occur if we try to fetch a linked row from another table and the linked row does not exist.  This can happen with EULAs, files, and/or localized properties referenced by an update.
2149875722|WU_E_DS_UNKNOWNHANDLER|The caller attempted to add an update that used an unknown update handler
2149875723|WU_E_DS_CANTDELETE|The caller attempted to delete an update that is referenced by one or more services
2149875724|SUS_E_DS_LOCKTIMEOUTEXPIRED|The caller attempted to delete an update that is referenced by one or more services
2149875725|WU_E_DS_NOCATEGORIES|The caller attempted to add a non-toplevel category update that contained no parent categories
2149875726|WU_E_DS_ROWEXISTS|The caller attempted to add a row whose primary key matched an existing row
2149875727|WU_E_DS_STOREFILELOCKED|We attempted to initialize the datastore, but it was locked by another process
2149875728|WU_E_DS_CANNOTREGISTER|The caller is attepting to register the datastore with COM, but the store cannot be loaded into the current process
2149875729|SUS_E_DS_UNABLETOSTART|Could not create an out of proc datastore object
2149875730|SUS_E_DS_MISSINGFILEFORURL|a file URL was passed in for a file that does not exist in the datastore
2149875731|SUS_E_DS_DUPLICATEUPDATEID|the server has passed the same update to the client with two different revision ids
2149875732|WU_E_DS_UNKNOWNSERVICE|the caller has requested some action on a service that is not known to the datastore
2149875733|SUS_E_DS_SERVICEEXPIRED|the caller has requested a service whose registration has expired
2149875734|WU_E_DS_DECLINENOTALLOWED|an update cannot be declined while it is deployed with a deadline by 1 or more services or if it is a mandatory update
2149875735|WU_E_DS_TABLESESSIONMISMATCH|the caller attempted to close a table with a session it was not associated with
2149875736|WU_E_DS_SESSIONLOCKMISMATCH|the caller attempted to close a table with a session it was not associated with
2149875737|WU_E_DS_NEEDWINDOWSSERVICE|the caller attempted to remove the windows update service without having another service configured that delivers updates to windows
2149875738|WU_E_DS_INVALIDOPERATION|The attempted operation was not allowed
2149875739|WU_E_DS_SCHEMAMISMATCH|The schema of a table in a backup XML file cannot be reconciled with the current store schema
2149875740|WU_E_DS_RESETREQUIRED|The datastore required a reset and either the state of the current session was too complex to retry (it is in a caller initiated transaction or a caller acquired a section lock) or the reset failed.  In either case, the only option is to release the session and try again with a newly acquired session.  Once a session returns this error, it will always return this error.
2149875741|WU_E_DS_IMPERSONATED|The datastore cannot be called while impersonating
2149879807|WU_E_DS_UNEXPECTED|generic unexpected data store failure
2149883904|WU_E_AU_NOSERVICE|AU was unable to service incoming AU calls
2149883905|SUS_E_AU_LEGACYSERVER|
2149883906|WU_E_AU_NONLEGACYSERVER|The legacy AU client stopped because the sus server has been upgraded
2149883907|WU_E_AU_LEGACYCLIENTDISABLED|The legacy AU client stopped because it was disabled
2149883908|WU_E_AU_PAUSED|AU was unable to service incoming AU calls because it was paused
2149887999|WU_E_AU_UNEXPECTED|generic unexpected Automatic Updates
2149892097|WU_E_DRV_PRUNED|Driver was pruned.
2149892098|WU_E_DRV_NOPROP_OR_LEGACY|A property wasn't found. Depending on the context this may not be an error. For example, it is expected that legacy drivers will be missing properties we require (there is no support for legacy drivers).
2149892099|WU_E_DRV_REG_MISMATCH|The registry type we read didn't match what was expected
2149892100|WU_E_DRV_NO_METADATA|The driver Update didn't have a metadata blob
2149892101|WU_E_DRV_MISSING_ATTRIBUTE|The driver Update metadata was missing a required attribute
2149892102|WU_E_DRV_SYNC_FAILED|A driver sync operation failed
2149892103|WU_E_DRV_NO_PRINTER_CONTENT|No printer driver content following SyncApplicablePrinters
2149896191|WU_E_DRV_UNEXPECTED|generic unexpected driver utility failure
2149896193|WU_E_SETUP_INVALID_INFDATA|Setup failed due to invalid data in the INF file.
2149896194|WU_E_SETUP_INVALID_IDENTDATA|Setup failed due to invalid data in the wuident file.
2149896195|WU_E_SETUP_ALREADY_INITIALIZED|Setup failed due to multiple initialization.
2149896196|WU_E_SETUP_NOT_INITIALIZED|Setup has not been initialized correctly.
2149896197|WU_E_SETUP_SOURCE_VERSION_MISMATCH|Setup failed as the version specified in the INF file doesn't match the source binary version.
2149896198|WU_E_SETUP_TARGET_VERSION_GREATER|Setup failed as the target version on the system is higher than source binary version.
2149900287|WU_E_SETUP_UNEXPECTED|Generic unexpected Setup failure.
2149900289|WU_E_EE_UNKNOWN_EXPRESSION|an expression handler was passed an expression that it doesn't know about
2149900290|WU_E_EE_INVALID_EXPRESSION|an expression handler was passed an expression that is bad.
2149900291|WU_E_EE_MISSING_METADATA|an expression handler was passed an expression that requires an applicability metadata blob, but did not receive one or received too many.
2149900292|WU_E_EE_INVALID_VERSION|Invalid version of the serialized expression data.
2149900293|WU_E_EE_NOT_INITIALIZED|The Expression Evaluator has not been initialized correctly.
2149900294|WU_E_EE_INVALID_ATTRIBUTEDATA|An invalid attribute data was passed to an expression evaluator.
2149904383|WU_E_EE_UNEXPECTED|generic unexpected expression evaluator failures
2149904385|WU_E_REPORTER_EVENTCACHECORRUPT|event cache file was corrupt/malformed
2149904386|WU_E_REPORTER_EVENTNAMESPACEPARSEFAILED|event namespace descriptor XML could not be parsed
2149904387|WU_E_INVALID_EVENT|event was reported with invalid/malformed data
2149904388|WU_E_SERVER_BUSY|event was rejected by server because server was too busy
2149908479|WU_E_REPORTER_UNEXPECTED|generic unexpected reporter failures
2281635841|Error_Label_Unreadable|
2281635844|Error_Too_Many_Open_Files|The system can not open the file
2380070913|ErrorNoScripting|
2380070914|ErrorNotAdmin|
2380070915|ErrorDisabled|Site timeout waiting for the control.
2380070916|ErrorControlFailed|
2380070918|ErrorWin2KLessThanSP3|
2380070919|ErrorRebootRequired|
2380070927|ErrorIis404|
2380070928|ErrorIis500|
2380070930|ErrorNoFrames|
2380070936|ErrorAUDisabled|AU could be disabled, not started etc. BITS could be disabled or not started etc.
3221225477|STATUS_ACCESS_VIOLATION|
3221225478|STATUS_IN_PAGE_ERROR|
3221225501|STATUS_ILLEGAL_INSTRUCTION|
3221225502|STATUS_INVALID_LOCK_SEQUENCE|
3221225616|STATUS_FLOAT_INVALID OPERATION|
3221225622|STATUS_PRIVILEGED_INSTRUCTION|
3221225725|STATUS_STACK_OVERFLOW|
3221225786|STATUS_CONTROL_C_EXIT|
3221225794|STATUS_DLL_INIT_FAILED|
3221225876|Status_Not_Found|object not found
3221226324|Status_Debugger_Inactive|An attempt to do an operation on a debug port failed because the port is in the process of being deleted.
3355443538|MCIERR_Seq_Port_Nonexistent|
3355443710|hrLogWriteFail|unable to write to the log file
3355443729|hrLogDiskFull|
3355443776|SE_Auditid_Assign_Special_Priv|
3355444211|hrOutOfMemory|The computer is out of memory
3355444214|hrOutOfBuffers|out of database page buffers
3355444218|hrReadVerifyFailure|
3355444219|Error_No_Log_Space|System could not allocate the required space in a registry log
3355444222|hrDiskIO|
3355444290|CS_Event_reg_Operations_Failed|
3355444302|hrWriteConflict|The write lock failed due to an outstanding write lock
3355445008|hrDiskFull|
3489660933|ERROR_ACCESS_DENIED|
3489660934|Error_Invalid_Handle|
3489660936|ERROR_NOT_ENOUGH_MEMORY|not enough storage is available to process this command
3489660951|Error_CRC|
3489660952|Error_Bad_Length|the program issued a command but the command length is incorrect
3489660957|Error_Write_Fault|the system cannot write the  specified device
3489660962|Error_Wrong_Disk|
3489661229|HTTP_Status_Moved|Object Permanently moved
3489661237|MCIErr_Set_Drive|
3489661250|MCIERR_Wave_Inputsinuse|
3489661332|HTTP_Status_Not_Found|
3758096641|ERROR_SECTION_NOT_FOUND|
3758096897|ERROR_CLASS_MISMATCH|
3758096899|ERROR_NO_DRIVER_SELECTED|
3758096907|ERROR_NO_SUCH_DEVINST|
3758096909|ERROR_INVALID_CLASS_INSTALLER|
3758096919|ERROR_BAD_SERVICE_INSTALLSECT|
3758096921|ERROR_NO_ASSOCIATED_SERVICE|
3758096939|ERROR_DI_DONT_INSTALL|
3758096941|ERROR_NON_WINDOWS_NT_DRIVER|
3758096943|ERROR_NO_CATALOG_FOR_OEM_INF|
3758096944|ERROR_DEVINSTALL_QUEUE_NONNATIVE|
3758096948|ERROR_DRIVER_NONNATIVE|
3758096954|ERROR_PNP REGISTRY_ERROR|
4294965488|JET_errDiskFull|
4294966080|JET_errAttachedDatabaseMismatch|
4294966090|JET_errDatabaseCorrupted|
4294966206|JET_errInstanceUnavailable|
4294966264|JET_errFileAccessDenied|
4294966274|JET_errDiskIO|
4294966278|JET_errReadVerifyFailure|
4294966285|JET_errOutOfMemory|
4294966729|JET_errDbTimeTooNew|
4294966746|JET_errDatabaseInconsistent|
4294966781|JET_errInvalidLogSequence|
4294966786|JET_errLogWriteFail|
4294966795|JET_errLogFileCorrupt|
4294967193|JET_errOutOfThreads|
4294967295|Cancel|
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment