# Install Windows Update

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

Source: https://docs.capaone.com/capaone/application-manager/powerbricks/install-windows-update/  
Product: CapaOne — a separate CapaSystems product; do not apply this page to any other.

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

## Parameters

#### 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

- **Category:** Installer
- **Brick ID:** `Windows-Update-Install`

## Raw JSON definition

**JSON**

```json
{
  "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": [
    {
      "allowManualInput": false,
      "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.9.1.1"
}
```
