通过msbuild创建智能设备cab

发布于 2024-07-30 12:34:27 字数 509 浏览 8 评论 0原文

是否可以使用msbuild任务将智能设备项目构建成cab文件进行部署。

我在网上看到了几个页面:

http://guystarbuck.blogspot.com/#115584006223003606< /a> http://blog.opennetcf.com/ctacke/2008/09/ 18/AutomatingCABFileGenerationWithMSBUILD.aspx

但我不敢相信您必须为一些应该简单的事情付出那么多的麻烦!

谢谢。

Is it possible to use an msbuild task to build a smart device project into a cab file for deployment.

I've seen a couple of pages on the web:

http://guystarbuck.blogspot.com/#115584006223003606
http://blog.opennetcf.com/ctacke/2008/09/18/AutomatingCABFileGenerationWithMSBUILD.aspx

but I can't believe that you have to go to that much trouble for something that should be simple!

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

つ低調成傷 2024-08-06 12:34:28

就是这么困难,是的,这很蹩脚。

It is that difficult and, yes, that is lame.

如此安好 2024-08-06 12:34:28

您可以使用 CAB42 来自动化设备 CAB 文件的构建过程。 该工具在构建服务器和自动化流程(例如需要多个 CAB 文件配置)中使用时非常有用。 该工具为您提供了定义 CAB 包配置的选项,并相应地执行必要的 msbuild 命令。

摘要

CAB42 是一款图形工具,可用于为 Windows Mobile 智能设备快速设置和构建具有不同配置的多个 CAB 文件。

关于

我使用 CAB42 构建具有不同配置文件和设置的 Microsoft Mobile .CAB 文件。 此外,当您想要动态包含相对于输出的各个目录中的文件时,cabwiz.exe 是一个需要配置的 PITA,因为所有文件都必须显式包含在绝对文件路径中。

You can use CAB42 in order to automate the build process of device CAB-files. This tool is great when using at build servers and automated processes where it is necessary with multiple CAB-file configurations for example. The tool gives you options to define your own configurations for CAB-packages and executes the necessary msbuild commands accordingly.

Summary

CAB42 is a graphical tool to quickly setup and build multiple CAB files with diferent configurations for Windows Mobile smart devices.

About

I use CAB42 to build Microsoft Mobile .CAB files with different profiles and settings. Also, cabwiz.exe is a PITA to configure when you want to dynamically include files in various directories relative to your output as all files must be explicitly be included with a absolute file path.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文