Ask Your Question
2

Can MSIX appinstaller for WPF, WinUI3, and MAUI be sideloaded using Visual Studio publish?

asked 2023-06-20 05:21:18 +0000

bukephalos gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-06-20 05:27:02 +0000

scrum gravatar image

Yes, MSIX appinstaller for WPF, WinUI3, and MAUI can be sideloaded using Visual Studio publish. Here are the steps:

  1. Open your WPF, WinUI3 or MAUI project in Visual Studio.
  2. Click on "Project" in the menu bar and select "Publish <project name="">".
  3. In the "Publish" window, select "Create App Packages".
  4. Select "MSIX" as the package format.
  5. Click "Create".
  6. Once the package is created, go to the "Output location" and locate the MSIX package and the appinstaller file.
  7. Copy both files to the target device and then run the appinstaller file.
  8. Follow the app installation prompts to install the app on the device.

Note that sideloading may require device developer mode to be enabled or signing the package with a certificate.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-20 05:21:18 +0000

Seen: 11 times

Last updated: Jun 20 '23