❔ UWP > .exe
Hey 👋 I have a question, can we "convert" a UWP application to a .exe ?
Thanks
5 Replies
you would have to change the code if you want to completely get rid of the appx/msix
why do you want an exe
if you really want an .EXE, you arguably don't want UWP. That's kinda a core part of the framework, you're developing for platforms and distribution methods that don't support arbitrary executables
UWP apps are already exes
are you talking about being able to take an arbitrary UWP and turn it into a standalone exe? @Estemaz
i.e. one that doesn't need to be installed from a package
and do you have the source for this app, or is it just any app?
with the source app
I see
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.