Packaging an UWP windows application #10382
shubhamgupta1313
started this conversation in
General
Replies: 1 comment
-
WinAppSDK (this is what you're using if you build for If you want an unpackaged app, see this doc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to develop an UWP windows application build using XAML. It runs perfectly on the local host. For distribution of my application, I created an msix package using visual studio 2022 preview and able to create the package. According to the documentation, After the package gets created, an installer file automatically gets copied in the installer location. But I am not able to find any of the installer file at the installer location. Visual studio terminal shows that app package has been published and installer files get copied but there are no installer files at that location. In the app packages folder of my repo, I am able to find the msix package and the corresponding PowerShell file to run it. I am able to install the application through the PowerShell file but I need to have the .exe files. Any views why this is happening or some alternate approach for packaging?
Attached the screenshots of the terminal showing the successful installation message and PowerShell file and msix package.
![Screenshot (104)](https://user-images.githubusercontent.com/43696690/201019311-70c8d4bc-9334-49b1-891a-e84b23d9bc0b.png)
![Screenshot (105)](https://user-images.githubusercontent.com/43696690/201019322-f7875c0a-ae79-4a00-8e1f-a34c0ad8c686.png)
#UWP #visual studio #msix #packaging
Beta Was this translation helpful? Give feedback.
All reactions