Forum Discussion
DanielLowe12071973
Aug 04, 2022Copper Contributor
Packaging standards, MSI or MSIX?
Does anyone know the roadmap for the MSIX application packaging format? Is this format a replacement for MSI? Is there an expectation that this will become an industry standard going forward.
I still have thousands of MSI packages, I really like the features of MSIX but i am wondering if worth the investment in moving to MSIX.
- Aditi_Narvekar
Microsoft
MSIX is a modern application packaging and deployment technology, and Microsoft is investing and developing MSIX. However at this time, we don't have a roadmap to publicly share out.- William_LeggattCopper Contributor
Aditi_Narvekar do you know if there is anything available in private preview . or like the MSIX packaging Insider program?
MSIX packaging tool insider program - MSIX | Microsoft Docs
I also noticed this guidance was recently updated
- Bogdan MitracheSteel ContributorWhat do you mean by investment?
Do you want to learn MSIX while creating new setup packages? I would definitely recommend this. MSIX is here to stay, and even though its adoption trend is not going crazy, this technology is here for the long term.
Do you want to migrate thousands of working MSI packages to MSIX? I don't know if this is worth it, it depends on the problem you want to solve and its return on investment. In many cases deploying the classic MSI packages (which you have probably tested very well) is enough for some IT teams.- Gregory GoeppelBrass Contributor
I'm new to MSIX but far enough in to realize MSIX is not just about deployment. For client apps it's the way to go because of it's containerization and safety. Not so sure about system level services, etc. Bogdan Mitrache
- Bogdan MitracheSteel ContributorMSIX It's not optimized for system resource deployment. Per-user deployment is the core focus for MSIX. There is support for services, but it is not the best.
Most apps don't need per-machine resources like services and drivers so MSIX should do the job should for many use cases. Plus, its support for automatic updates without writing additional code or using third-party tools is another key feature (|even though currently there are some issues with it - the MS team is working hard on it).