MSIX 打包工具和 MFC 支持(针对 Windows 商店)

MSIX Packaging Tool and MFC Support (for Windows Store)

嗨!

有人可以回答我的问题吗? MSIX 打包工具是否支持 VC++/MFC?

我的清单有声明:

<PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.29016.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />

此元素是否适合 MFC 部署?

非常感谢您的支持。

在您的 MSIX 包中声明的 VC redist 依赖项看起来没问题,假设您在清单中的正确位置声明了它。你有什么问题?你的申请失败了吗运行?

另外,这个应用还在开发中吗?如果是这样,我建议您使用 Visual Studio 和 Windows 应用程序打包项目 来构建您的 MSIX,而不是 MSIX 打包工具(仅用于由 IT 专业人员在重新打包应用程序时使用)。

提取 MSFT 文档:

In the package manifest for your app, add the following element under the node. Make sure you replace the Name and MinVersion values with the values you copied in the previous step. The following example specifies a dependency for the current version of the VC 14.0 framework package.