# Install MSIX

> Installs an MSIX or APPX package for every user on the machine.

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

Installs an MSIX or APPX package for every user on the machine.

## Parameters

#### Package Path
*Required*

Full path to the package file. Accepted file types are .msix, .msixbundle, .appx and .appxbundle. Remember to include the [Download Content] PowerBrick when using $PackageRoot. Ex. $PackageRoot\Setup.msix

## Details

- **Category:** Installer
- **Brick ID:** `MSIX-Install`

## Raw JSON definition

**JSON**

```json
{
  "category": "installer",
  "description": "Installs an MSIX or APPX package for every user on the machine.",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "MSIX-Install",
  "name": "Install MSIX",
  "parameters": [
    {
      "allowManualInput": false,
      "defaultValue": "",
      "defaultValueObject": null,
      "description": "Full path to the package file. Accepted file types are .msix, .msixbundle, .appx and .appxbundle. Remember to include the [Download Content] PowerBrick when using $PackageRoot. Ex. $PackageRoot\\Setup.msix",
      "id": "MainPackage",
      "name": "Package Path",
      "regExValidation": "",
      "required": true,
      "type": "TextBox",
      "value": null,
      "values": [],
      "valuesObject": null
    }
  ],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.9.1.1"
}
```
