Windows error 0x8024001E, -2145124322

Detailed Error Information

WU_E_SERVICE_STOP[1]

MessageOperation did not complete because the service or system was being shut down.
Declared inwuerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode36 (0x024)
NameFACILITY_WINDOWSUPDATE[2][3]
DescriptionThe source of the error code is a Windows update.[2][3]
Error Code30 (0x001e)

Questions

2votes
1answer

Polluted pipeline troubleshooting

I have a script, in which this code fails, with an exit code of -2145124322 $new.ExitCode > $null $filePath = "wusa.exe" $argumentList = "`"\\PX_SERVER\Rollouts\Microsoft\VirtualPC\Windows6.1-KB958559-x64-RefreshPkg.msu`" /quiet /norestart" $exitCode = (Start-Process -FilePath:$filePath -argumentList:$argumentList -wait -errorAction:Stop -PassThru).ExitCode Write-Host $exitCode Now, the main script has about 15,000 lines of "other stuff going on", and [...] read more
powershell
pipeline
1vote
1answer

error install Visual C++ Redistributable Packages for Visual Studio 2015 on windows 7

i try to install "Visual C++ Redistributable Packages for Visual Studio 2015" on my windows 7 (x86/32Bit),but a have an error like this: [3AE0:5AE4][2015-12-12T06:27:41]i001: Burn v3.7.3813.0, Windows v6.1 (Build 7601: Service Pack 1), path: c:\TEMP\vc_redist.x86.exe, cmdline: '-burn.unelevated BurnPipe.{B576E00C-35B9-4E00-8FC8-142B71641368} {3637D34E-0977-4805-A09A-FB8271D79723} 14600' [3AE0:5AE4][2015-12-12T06:27:41]i000: Setting string variable 'WixBundleLog' to value 'c:\TEMP\dd_vcredist_x86_20151212062741.log' [3AE0:5AE4][2015-12-12T06:27:41]i000: Setting [...] read more
windows-7
visual-studio-2015

Comments

Leave a comment

(plain text only)

Sources

  1. wuerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  3. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0