Windows Update API - The IsBusy property of the Microsoft.Update.Installer interface always returns false in Windows 11 and Server 2022

S

Sean Maloney [Aiden]

The IsBusy property of the Microsoft.Update.Installer interface always returns false in Windows 11 and Server 2022.I'm looking for a fix or a workaround for this issue. It is important because some processes need to wait until the Windows Update process has completed. When this information is presented incorrectly, updating a third-party application which includes an update for a redistributable framework for example, can be disrupted and leave the application in an unstable state.To reproduce:1. Start installing a Windows Update2. Open a PowerShell window3. Run: (New-Object -ComObject "Micros

Continue reading...
 
Back
Top Bottom