简体   繁体   English

MSIX 打包工具和 MFC 支持(用于 Windows 商店)

[英]MSIX Packaging Tool and MFC Support (for Windows Store)

Hi!你好!

Could someone answer my question, please?有人可以回答我的问题吗? Does the MSIX Packaging Tool support VC++/MFC? MSIX 打包工具是否支持 VC++/MFC?

My manifest has declaration:我的清单有声明:

<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" />

Is this element OK for MFC deployment?此元素是否适合 MFC 部署?

I highly appreciate the support.我非常感谢您的支持。

The VC redist dependency declared in your MSIX package looks ok, assuming you declared it in the right place in your manifest.在您的 MSIX package 中声明的 VC redist 依赖项看起来没问题,假设您在清单中的正确位置声明了它。 What is your problem?你有什么问题? Does your application fails to run?您的应用程序是否无法运行?

Also, is this an application still under development?另外,这是一个仍在开发中的应用程序吗? If so, I recommend you using Visual Studio and the Windows Application Packaging Project to build your MSIX, not the MSIX Packaging Tool (which is intended to be used only by IT pros when repackaging applications).如果是这样,我建议您使用 Visual Studio 和Windows 应用程序打包项目来构建您的 MSIX,而不是 MSIX 打包工具(仅供 IT 专业人员在重新打包应用程序时使用)。

Extract MSFT docs:提取 MSFT 文档:

In the package manifest for your app, add the following element under the node.在应用程序的 package 清单中,在节点下添加以下元素。 Make sure you replace the Name and MinVersion values with the values you copied in the previous step.确保将 Name 和 MinVersion 值替换为您在上一步中复制的值。 The following example specifies a dependency for the current version of the VC 14.0 framework package.以下示例指定了当前版本的 VC 14.0 框架 package 的依赖项。

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

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