Install MSIX
Installs an MSIX package.
Parameters
Section titled “Parameters”MSIX Path
Section titled “MSIX Path”Required
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 package.", "developerVendor": "CapaSystems A/S", "displayName": null, "id": "MSIX-Install", "name": "Install MSIX", "parameters": [ { "defaultValue": "", "defaultValueObject": null, "description": "Remember to include the [Download Content] PowerBrick when using $PackageRoot. Ex. $PackageRoot\\Setup.msix", "id": "MainPackage", "name": "MSIX Path", "regExValidation": "", "required": true, "type": "TextBox", "value": null, "values": [], "valuesObject": null } ], "powershell": { "base64Encoded": true, "function": "ZnVuY3Rpb2..." }, "type": "powerbrick", "version": "2026.7.2.1"}