Skip to content

Install MSIX

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

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

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