Install Windows Update
Install Windows Updates (.msu files) from a directory or a single .msu file
Parameters
Section titled “Parameters”Update Path
Section titled “Update Path”Required — Default: $PackageRoot\Updates
Full path to a directory containing .msu files or a single .msu file. Remember to include the [Download Content] PowerBrick when using $PackageRoot. Ex. $PackageRoot\Updates
Details
Section titled “Details”- Category: Installer
- Brick ID:
Windows-Update-Install
Raw JSON definition
Section titled “Raw JSON definition”{ "category": "installer", "description": "Install Windows Updates (.msu files) from a directory or a single .msu file", "developerVendor": "CapaSystems A/S", "displayName": null, "id": "Windows-Update-Install", "name": "Install Windows Update", "parameters": [ { "defaultValue": "$PackageRoot\\Updates", "defaultValueObject": null, "description": "Full path to a directory containing .msu files or a single .msu file. Remember to include the [Download Content] PowerBrick when using $PackageRoot. Ex. $PackageRoot\\Updates", "id": "literalPath", "name": "Update Path", "regExValidation": "", "required": true, "type": "TextBox", "value": null, "values": [], "valuesObject": null } ], "powershell": { "base64Encoded": true, "function": "ZnVuY3Rpb2..." }, "type": "powerbrick", "version": "2026.7.2.1"}