actions-marketplace-validations/MSIX Bundler
This action creates an msixbundle file from a list of MSIX packages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Sep 11, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/lancemccarthy_action-msixbundler@483c44aca9e6b3df043c7e844640d70332588b8a # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| msix-folder | The absolute path to the folder containing all the MSIX files to be bundled. | yes | "" |
| msixbundle-filepath | The absolute file path to be used for the .msixbundle (C:\MyFolder\MyApp_1.0.0.0_x86_x64.msixbundle). | yes | "" |
| msixbundle-version | Specifies the version number of the bundle. The version number MUST be in four parts separated by periods in the form: <Major>.<Minor>.<Build>.<Revision>. | yes | 0.0.0.0 |
| sdk-version | The version of makeappx.exe and signtool.exe (default is 10.0.26100.0). | no | 10.0.26100.0 |
| architecture | The architecture version of makeappx.exe to use (default is x86). | no | x86 |
| enable-bundle-signing | Enables signing the bundle using signtool.exe | no | false |
| certificate-path | Path to the code signing certificate (i.e., the PFX file). | — | "" |
| certificate-private-key | The private key (password) for the PFX. | no | "" |
| signing-hash-algorithm | The hash algorithm used for signing (default is SHA256). | no | SHA256 |
Outputs
| name | description |
|---|---|
| msixbundle_path | The absolute file path to the generated msixbundle file. |