"Following up on the ticket—please let us know if the issue persists or if everything is working fine now."
Publishing MSIX packages to the store on VS2022 for AR
I have an app which I package and publish for several years via VS2019 using the Windows Application Packaging Project. This deploys direct to the Microsoft Marketplace where I can publish it. I have recently upgraded to VS 2022 for ARM and can no longer produce publish the package to the marketplace. VS2022 doesn't have a WAPP template standard. This is what I have tried:
- Various ways of downloading the WAPP extension. Not working
- Trying the manifest editor - can't get it working
- Downloading the Microsoft Visual Studio Installer Projects - this doesn't produce MSIX
Does anyone know how to get this working on VS2022 for ARM?
Developer technologies | Visual Studio | Extensions
-
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
2025-08-07T09:01:41.35+00:00
2 additional answers
Sort by: Most helpful
-
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
2025-08-01T08:36:38.98+00:00 To publish your app using Visual Studio 2022 for ARM, try the following:
- Use Single-Project MSIX Packaging
- Install the Single-Project MSIX Packaging Tools extension.
- This replaces the older WAPP template and works directly within your app project.
- If You Need WAPP (for multiple executables)
- Modify your VS2022 installation to include MSIX Packaging Tools.
- Or use the standalone https://learn.microsoft.com/en-us/windows/msix/packaging-tool/create-app-package to build and sign your package.
- Modify your VS2022 installation to include MSIX Packaging Tools.
- If You Need WAPP (for multiple executables)
- This replaces the older WAPP template and works directly within your app project.
- Install the Single-Project MSIX Packaging Tools extension.
Single-project MSIX Packaging Tools for VS 2022 - Visual Studio Marketplace
Extension for Visual Studio - Provides Visual Studio 2022 support for working with and debugging Windows apps that use Single-project MSIX Packaging.
- Use Single-Project MSIX Packaging
-
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 235 Reputation points Microsoft External Staff
2025-08-04T08:28:48.2933333+00:00 "Following up on the ticket—please let us know if the issue persists or if everything is working fine now."