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.
Hi John,
I work in the space of appv and msi technology and I am excite to know more about MSIX.
given we are migrating apps on win 10 I would like to know which is the best tool to convert our existing desktop apps into appx. I would also like to know if we can use sccm to distribute this appx package and whether it needs to installed into private store for business.
- vigneshwaran4264May 09, 2018Brass ContributorThere are support from these vendors.
Advanced Installer, flexera, cloudhouse etc..- jvintzelMay 09, 2018Bronze Contributor
The following have announced upcoming support for MSIX:
Advanced Installer
Cloudhouse
Embarcadero
Firegiant
Flexera
InstallAware
Liquit
Raynet
- Simon MayMay 09, 2018Copper ContributorWe’re an application packaging specialist with many customers...how do we get added to this list?
Thx,
Simon
- Nona SirakovaMay 08, 2018Brass Contributor
You can start by converting your existing app to .appx with the Desktop App Converter (you can find it in the Microsoft Store)
You can use MDMs to distribute.
Yes, you can distribute your app by putting them on Microsoft Store or Store for Business
- Rob MenschingMay 08, 2018Brass Contributor
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.