Reputation: 377
This app is an executable and not a UWP, yet you can install it right from the Windows Store. I've been looking for how to put the executable apps I've made to the Windows Store but couldn't find how. Can someone explain how to do this?
Upvotes: 9
Views: 2684
Reputation: 10015
This is done by using the Desktop Bridge, also known as the Desktop App Converter.
It allows you to bring an exe (win32, winforms, WPF, ...) to the Windows Store so people can install it on their Windows 10 machine through the (trusted) store instead of having it to download it from obscure download sites.
The first step is simply using the Desktop App Converter to get your .exe in the store. Once that is done, you can start adding Windows 10 specific features (like in-app purchases) to the converted app. Most simple .exe files and installers (msi, InstallShield, ...) can be converted easily, if you run into issues, don't hesitate to post on the official forums to get feedback or help.
Upvotes: 12