从命令行生成AppxManifest.xml [英] Generate AppxManifest.xml from command line

查看:550
本文介绍了从命令行生成AppxManifest.xml的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个Windows商店应用程序(Windows 8.1)。我尝试使用第三方工具来加快建设时间。与Visual Studio中的打包应用程序不同,构建工具只使用cl.exe和link.exe,因此它只创建.exe文件。我认为我现在需要的是AppxManifest.xml
文件以便打包应用程序。但是,当我尝试使用msbuild.exe或Visual studio构建打包应用程序时,我的解决方案已重建。

I'm developing a Windows store app (Windows 8.1). I tried to use a 3rd party tool to speed up building time. Unlike packing app in Visual studio, build tool only uses cl.exe and link.exe, so it only creates .exe file. I think what I need now is AppxManifest.xml file in order to pack the app. But when I try to use msbuild.exe or Visual studio to build to pack app, my solution is rebuilt.

有没有人知道如何从命令行生成AppxManifest.xml?

Does anyone know how to generate AppxManifest.xml from command line?

如果我错了,请提供建议

If I was wrong, please give advice

推荐答案

你好,

您可以首先在
如何为Windows 8创建基本软件包清单

You can firstly create your package manifest following How to create a basic package manifest for Windows 8.

对于Windows 8.1应用程序,您可以按照 MakeAppx.exe 从磁盘上的文件生成你的包。

For Windows 8.1 app, you could follow MakeAppx.exe to generate your package from files on disk.

谢谢你。

祝你好运,

Mattew Wu

Mattew Wu


这篇关于从命令行生成AppxManifest.xml的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆