C
C#9mo ago
Kleidukos

❔ Creating WinUi3 app for MSIX installer

When i run my app in vs everything works fine and my app is installed on my pc. I want a exe file as a single file that install my app like running my package app in vs. Is this possible ?
4 Replies
Murten
Murten9mo ago
Package your app using single-project MSIX - Windows apps
This article provides instructions for how to generate an MSIX desktop app via a single project in Visual Studio.
Kleidukos
Kleidukos9mo ago
I don't think so I want to double click a single file, while I have only a single file and my application is installed and I can run it The hard thing is, I want this with WinUi3 and WinAppSDK
Trinitek
Trinitek9mo ago
the msix package itself is a single file; double-click it and it installs
Accord
Accord9mo ago
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.