Can I publish WPF exe to Microsoft Store as my Installer Helper?

Nickolay Gubkin 40 Reputation points
2023-02-08T06:25:40.9966667+00:00

I have WPF exe that serves me like Installer Helper.

The main purpose of this installer helper to check a user computer specs and download the fit installation package.

Today I have two different installation packages.

After downloading the matched installation package the installation process will be started with GUI as usual program.

So, my question is if I can publish such EXE to Microsoft Store?

If yes, what should I write in "Standard install scenarios" and "Miscellaneous install failure scenarios" in Package details?

Thanks.

Developer technologies | Windows Presentation Foundation
0 comments No comments
{count} votes

Accepted answer
  1. Hui Liu-MSFT 48,681 Reputation points Microsoft External Staff
    2023-02-08T07:45:11.99+00:00

    Issue 1: Yes, the WPF Application can be published to Microsoft Store but not directly. WPF can be converted to UWP via Desktop Bridge app and there are several ways to convert and package it. If you use Visual Studio to design your project, there is a simple way to prepare your WPF app to publish to the Store. You could use Windows Application Packaging Project to package your WPF app and upload the package in Dev center to release your app. For more details about packaging, you could refer to the official document: Package a desktop app from source code using Visual Studio.

    Issue 2:

    You could fill it in according to your application's usage environment. If there are install failure scenarios, you can fill them in.


    If the response is helpful, please click "Accept Answer" and upvote it.

    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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.