简体   繁体   中英

MSIX Packaging Tool and MFC Support (for Windows Store)

Hi!

Could someone answer my question, please? Does the MSIX Packaging Tool support 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?

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. 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).

Extract MSFT docs:

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.

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