We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since 10-7-2024 Boxstarter on Windows 11 installs several updates, reboots and sequential updates error out.
It seems that $searcher.Search($Criteria) at line 72 in Install-Windowsupdate.ps1 returns an empty System.__ComObject
$searcher.Search($Criteria)
System.__ComObject
At line 84 we try to call the method AcceptEULA() on that weird object, that does not exist
AcceptEULA()
skip the not-update object
Boxstarter.Winconfig\Install-WindowsUpdate -AcceptEula -getUpdatesFromMS
Chocolatey v2.3.0 Boxstarter 3.0.3 Boxstarter.Bootstrapper 3.0.3 Boxstarter.Chocolatey 3.0.3 Boxstarter.Common 3.0.3 Boxstarter.HyperV 3.0.3 Boxstarter.WinConfig 3.0.3 chocolatey 2.3.0 vmware-tools 12.4.0.23259341
not applicable
none
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Checklist
What You Are Seeing?
Since 10-7-2024 Boxstarter on Windows 11 installs several updates, reboots and sequential updates error out.
It seems that
$searcher.Search($Criteria)
at line 72 in Install-Windowsupdate.ps1 returns an emptySystem.__ComObject
At line 84 we try to call the method
AcceptEULA()
on that weird object, that does not existWhat is Expected?
skip the not-update object
How Did You Get This To Happen?
Boxstarter.Winconfig\Install-WindowsUpdate -AcceptEula -getUpdatesFromMS
System Details
Installed Packages
Output Log
Additional Context
none
The text was updated successfully, but these errors were encountered: