Skip to content

Install MSIX

Installs an MSIX package.

Required

Remember to include the [Download Content] PowerBrick when using $PackageRoot. Ex. $PackageRoot\Setup.msix

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