Is it possible to create MSIX deployments for .NET Framework apps?

Rod Falanga 666 Reputation points
2025-07-19T13:58:16.81+00:00

I'm going through a Packing MSIX apps tutorial. At work we've got some .NET Framework WPF apps which have been deployed using the older ClickOnce deployment methodology. However, I can see that I'm going to have to drop that and use MSIX instead.

What I'm not clear on is can I make a MSIX for an old .NET Framework? The original developer wrote it using .NET Framework 4.5.2. Is it possible to create a MSIX for a .NET Framework 4.5.2 WPF app? If not, what version(s) of .NET Framework can I create a MSIX deployment for? Or will we have to upgrade this old app to .NET Core?

Developer technologies | Windows Presentation Foundation
0 comments No comments
{count} vote

1 answer

Sort by: Most helpful
  1. Starry Night 30 Reputation points
    2025-07-22T08:10:19.29+00:00

    Is it possible to create a MSIX for a .NET Framework 4.5.2 WPF app?

    Yes, it is possible to create an MSIX package for a .NET Framework 4.5.2 WPF app. You can use the MSIX Packaging Tools of Visual Studio to package your app, which allows for modern deployment options and features. Additionally, please ensure that your application targets a version of the .NET Framework that is compatible with MSIX packaging.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.