简体   繁体   English

"WinUI 2.6 没有 UWP 限制?"

[英]WinUI 2.6 without UWP restrictions?

I want to write an application for Windows 11 (using WinUI 2.6) without all the restrictions of UWP, which seems to be the only way to write apps with WinUI 2.6.我想为 Windows 11(使用 WinUI 2.6)编写一个不受 UWP 限制的应用程序,这似乎是使用 WinUI 2.6 编写应用程序的唯一方法。 The idea is I want to be able to distribute the application on its own instead of in an app package, and I want it to be able to run external programs.这个想法是我希望能够自行分发应用程序而不是在应用程序包中分发,并且我希望它能够运行外部程序。 I just can't figure out if it's possible, let alone how to do it.我只是不知道这是否可能,更不用说如何去做了。

Win UI 2.x targets the sandboxed UWP platform. Win UI 2.x 面向沙盒 UWP 平台。

You should look into WinUI3 if you want to develop a full-trust desktop application that can run external programs for example.如果你想开发一个可以运行外部程序的完全信任的桌面应用程序,你应该研究WinUI3

WinUI 2 is only supported with UWP.只有 UWP 支持 WinUI 2。 The next iteration of WinUI is WinUI3<\/a> and it uses the same UWP XAML. WinUI 的下一个迭代是WinUI3<\/a> ,它使用相同的 UWP XAML。

"

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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