I invested some evenings and added some cool new features to my tool MSIX Commander
Those new features are the following:
- Added the Edit Manifest Tab. It lets you change the Min- and
in a Manifest of oneMaxversions ore multiple MSIX Files automatically. - Added the Change Signature Tab. If you sign your packages with a
self signed testcert and later want to change the signature to a productive cert, you can do that for one ore multiple MSIX Files automatically. - Added the stop services button to the Packaging Machine tab, it lets you stop and disable some services to get a quieter machine and less trash in your package.
- Open Manifest Button
You find the new version again on GitHub: https://github.com/bergerpascal/MSIX_Commander/releases
If you missed my first blog about MSIX Commander you can find that one here:
I hope you like the tool. I would be very happy to hear your feedback, bugs and possible feature requests.
Principal Workplace Consultant at baseVISION AG
I work since 1998 in IT. Since then I have worked in numerous Deployment Projects. My specialties are SCCM, MDT, Hardware Integration, the Windows Client OS, PowerShell and mainly Software Packaging with MSI, App-V and MSIX.
I’m also the Service Owner of WimAsAService
I’m also the Service Owner of WimAsAService
Latest posts by Pascal Berger (see all)
- Installing a font with MSIX so that other apps on your system can see it - July 17, 2020
- MSIX Commander 10.7.5 released with contributions by Tim Mangan and now available as AppInstaller with AutoUpdate - April 25, 2020
- Disable Automatic Updates of Windows Store Apps on your packaging machine - April 13, 2020
3 Comments
Marius · September 5, 2019 at 11:04
Small error in the powershell code. If you press ‘Get Software’ with zero or one installed MSIX application you get: “Method invocation failed because [System.Management.Automation.PSObject] does not contain a method named ‘op_Addition’.” Probably need to cast as array someplace.
Pascal Berger · September 5, 2019 at 12:04
Hi Marius,
thanx for the feedback I noted it down on my todo list and will try to fix it in one of the next releases.
Debug MSIX App with PSF Trace Fixup – Alexandru Marin · February 26, 2021 at 23:08
[…] is crashing. There are many tools out there which can help you debug MSIX apps like Hover, MSIX Commander, Process Monitor, etc. With the first two tools you can jump into the container and perform your […]