当我尝试从我的 WPF 应用程序创建 Windows 商店包时,我看到此错误: “该文件不是有效的应用程序包,因为它缺少清单或块映射”
我创建了一个 AppxManifest.xml 文件,但它仍然无法正常工作。
这是我使用 Makeappx.exe 和控制台输出的方法:
MakeAppx.exe pack /d .\ /p StoreAppTest1.appx
Microsoft (R) MakeAppx Tool version 1.0.0.0
Copyright (C) 2012 Microsoft. All rights reserved.
The package path (/p) parameter is: "StoreAppTest1.appx"
The content directory (/d) parameter is: ".\"
Enumerating files from directory ".\"
Packing 4 file(s) in ".\" (content directory) to "StoreAppTesame).
MakeAppx : error: The package must contain a manifest.
MakeAppx : error: Package creation failed.
MakeAppx : error: 0x80080203 - The file is not a valid app pa
missing a manifest or block map.
MakeAppx : error: The specified package format is not valid.