Powershell Msixbundle Instant
To create an MSIXBundle, you'll need to use the New-AppxPackage cmdlet. This cmdlet creates a new AppX package, which can then be bundled with other architectures and languages.
For CI/CD pipelines, automate signing with SignTool.exe called from PowerShell: powershell msixbundle
Basic installation for current user:
Inside, you'll find .msix packages for each architecture and a AppxBundleManifest.xml . To create an MSIXBundle, you'll need to use
To add languages to an MSIXBundle, use the Add-AppxLanguage cmdlet. To create an MSIXBundle
Add-AppxPackage -Path "App.msixbundle" -TrustLevel Trusted
To create an MSIXBundle with multiple architectures, use the New-AppxBundle cmdlet.