Forum Discussion
How to get started today
- May 08, 2018
Amit,
When looking to move your existing apps forward to MSIX, I'd recommend starting with the tooling vendor creating your packages today (if you have one). For example, if you're using the WiX Toolset to create your installation packages, we at FireGiant have created an extension to create .appx packages (and soon MSIX packages when Windows provides full support for MSIX) along with your .msi packages. I expect all the other major packaging vendors will support MSIX as well. If you don't have a vendor already, there are several to choose from (I think this presentation showed them: https://developer.microsoft.com/en-us/events/build/content/msix-inside-and-out-pptx).
As to your second question, MSIX will allow you deploy directly via SCCM. You can use the Windows Store for Business but it is not a requirement. MSIX deployment is much more like MSI in that way.
Hope that helps.
I wrote a blog article with a step by step tutorial on how you could convert a setup to an msix and test it today with the tools provided by Microsoft right now:
https://blog.basevision.ch/2018/07/how-to-create-an-msix-right-now-in-the-insider-preview-a-step-by-step-tutorial/
- vigneshwaran4264Jul 13, 2018Brass Contributor
Great Blog with clear steps. I felt it is pretty same as how you create .appx using DAC.
I think I need to just alter few steps in my blog to create MSIX.
http://app2pack.blogspot.com/2016/04/project-centennial-first-hands-on.html
- Nona SirakovaJul 12, 2018Brass Contributor
Great tutorial! Thank you for putting it together.