create smart device cab through msbuild

后端 未结 2 1117
一生所求
一生所求 2021-01-24 01:50

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

相关标签:
2条回答
  • 2021-01-24 02:24

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

    0 讨论(0)
  • 2021-01-24 02:28

    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.

    0 讨论(0)
提交回复
热议问题