简体   繁体   中英

Windows 10 UWP apps as desktop apps

Is there a way to package Windows 10 UWP apps as desktop apps with an installer that install and run like a traditional EXE?

I'm interested in utilizing UWP development but do not want to be constrained to the Windows Store model.

You can package your UWP app as a Windows App Package (.appx or .appxbundle) file from VS. That package is also your installer! You can simply double-click to install it. Just make sure the package is singed with a certificate that is trusted on the target computer.

https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM