-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
ComplianceRelated to compliance requirementsRelated to compliance requirementsIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.
Description
In the future we plan on supporting security updates through Microsoft Update, for this to work well, the installer should ask users to opt-in to Microsoft Update.
Workflow
- check existing MU opt-in status
- If already opt-in to MU, go to the last step
- if not, go to next step.
- Show opt-in UI
- if the user opts out, go to the last step
- if the user opts in, got to next step
- Add MU service using WUA API (see examples in a separate section)
- Configure AU
- If Windows 10, goto to last step
- if AU is on, goto last step
- check OS install type
- if client OS set AU notification level (see examples in a separate section) to
scheduled installs - if server OS set AU notification level (see examples in a separate section) to
notify before installation
- if client OS set AU notification level (see examples in a separate section) to
- Continue with the installation
example how to set AU notification level
PowerShell
API
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385824(v=vs.85).aspx
example how to add MU service using WUA API
in PowerShell
VB
And the documentation: https://msdn.microsoft.com/en-us/library/windows/desktop/aa826676(v=vs.85).aspx
screen layout
example
Here is what the screen should say and look like (icon blurred until we get permission to use them):

text
| Text | Location | Comments |
|---|---|---|
| Use Microsoft Update to help keep your computer secure and up to date | Header | |
| Microsoft Update helps keep your computer secure and up to date for Windows and other Microsoft products, including PowerShell 7. Updates will be delivered based on your current update settings. You can review or change these settings from the Windows Update control panel. | Description text… top / middle | |
| Use Microsoft Update when I check for updates (recommended) | First radio selection | Boldface |
| I don’t want to use Microsoft Update. | Second radio selection | |
| See the Microsoft Update FAQ | Bottom left (aligned left), first link. | Link (see below for details) |
| Read the Microsoft Update Privacy Statement | Bottom left (aligned left), second link | Link (see below for details) |
urls
- Microsoft Update online FAQ URL
http://go.microsoft.com/fwlink/?LinkID=57191
- Microsoft Update privacy statement URL
ExE-Boss, sba923, MingMZ and anamnavidragonwolf83, Jaykul, stknohg, mi-hol and ExE-Boss
Metadata
Metadata
Assignees
Labels
ComplianceRelated to compliance requirementsRelated to compliance requirementsIssue-Enhancementthe issue is more of a feature request than a bugthe issue is more of a feature request than a bugResolution-FixedThe issue is fixed.The issue is fixed.