Hi @alberto ,
Welcome to Microsoft Q&A!
UWP does not support .exe packaging and installation.
Currently supported packaging for UWP
- App Package (.msix or .appx) A single package that contains your application and its resources, targeted at a single device architecture.
- App Bundle (.msixbundle or .appxbundle) An app bundle is a type of package that can contain multiple app packages, each of which is built to support a specific device architecture.
- App Package Upload File (.msixupload or .appxupload) - for Store Submission only A single file that can contain multiple app packages or an app bundle to support various processor architectures. The app package upload file also contains a symbol file to Analyze app performance after your app has been published in the Microsoft Store.
Thank you.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.