❔ 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
https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/single-project-msix?tabs=csharp
Is this what you mean?
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.
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
the msix package itself is a single file; double-click it and it installs
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.