Skip to content

Install Windows Update

Install Windows Updates (.msu files) from a directory or a single .msu file

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

  • Category: Installer
  • Brick ID: Windows-Update-Install
{
"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"
}