Install MSIX
Installs an MSIX or APPX package for every user on the machine.
Parameters
Section titled “Parameters”Package Path
Section titled “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
Section titled “Details”- Category: Installer
- Brick ID:
MSIX-Install
Raw JSON definition
Section titled “Raw JSON definition”{ "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"}