通过msbuild创建智能设备cab
是否可以使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
就是这么困难,是的,这很蹩脚。
It is that difficult and, yes, that is lame.
您可以使用 CAB42 来自动化设备 CAB 文件的构建过程。 该工具在构建服务器和自动化流程(例如需要多个 CAB 文件配置)中使用时非常有用。 该工具为您提供了定义 CAB 包配置的选项,并相应地执行必要的 msbuild 命令。
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.