【问题标题】:Can an app created using Microsoft Desktop App converter be used on a Surface Hub?可以在 Surface Hub 上使用使用 Microsoft 桌面应用转换器创建的应用吗?
【发布时间】:2023-11-15 06:58:01
【问题描述】:

我已经使用 Microsoft 的 Desktop App Converter Here are the instructions I followed 转换了一个应用程序,并且能够在运行 Windows 10 的笔记本电脑上很好地安装它。然后我使用 Windows 配置设计器创建了一个包,用于将其安装在Surface Hub,但无法在 Surface Hub 上安装。它说“发生配置失败”。

我尝试转换多个应用程序,但没有一个应用程序安装在 Hub 上。是我做错了什么还是桌面应用转换器无法与 Surface Hub 一起使用?

谢谢

【问题讨论】:

    标签: desktop-bridge desktop-app-converter


    【解决方案1】:

    暂时,您无法在其他设备上安装该应用。它只能在 Windows 10 台式机(包括新的 Windows 10 S)上运行,不能在平板电脑(基于 ARM 的)、手机、Surface Hub 或 Windows 10 生态系统中的任何其他设备上运行。

    如下图所示,桌面桥可帮助您开始将应用迁移到完整的通用版本。请记住,您仍在将二进制文件构建为 Win32/.NET 资源,唯一的区别是桌面桥可帮助您将它们打包到 AppX 而不是 MSI 中,并允许您访问 UWP API动态磁贴等,),当然也会在 Windows 应用商店中发布。

    您可以在 Microsoft 博客上阅读有关 Desktop Bridge migration process and options 的更多信息。

    一旦您进入最后一步,Reach All 如下图所示,您的应用程序代码全部为 UWP,您可以在任何您想要的 Windows 10 设备上部署您的应用程序。 p>

    【讨论】:

    • 是的,Surface Hub only runs Universal Windows Platform (UWP) apps. Apps created using the Desktop App Converter will not run on Surface Hub. See a list of apps that work with Surface Hub,检查official document