在 CF 2.0 上创建 cab 文件
如何? 我需要拥有哪些组件(平台构建器?)?
请尽可能清楚 - 我发现这个主题非常模糊,大多数人只是给你一个非常模糊的答案。
我正在运行 WInCE 5.0 和 CF .net 2.0
最终我需要创建一个自更新应用程序,但我将从创建一个 cab 安装程序包开始。
How to?
what components do i need to have(platform builder?) ?
Please be as clear as possible - I find that this subject is very hazy and most people just give you a very vague answer.
I am running WInCE 5.0 with CF .net 2.0
Ultimately I need to create a self-updating application but I am going to start with creating a cab installer package.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在 Visual Studio 中使用适当的项目类型创建 cab 文件。 在 Visual Studio 2005 中选择“其他项目类型”、“设置和部署”、“智能设备 CAB 项目”。
在 CAB 文件中,您可以包含可执行文件和资源文件。 您可以指示应将这些文件复制到哪里。 您还可以添加注册表项。
You can create a cab file using the appropriate project type in Visual Studio. In Visual Studio 2005 select "Other Project Types", "Set up and deployment", "Smart device CAB project".
In a CAB file you can include executable and resource files. You can instruct where these files should be copied to. You can also add registry keys.
这个链接实际上也对我有帮助
http://www.mobilepractices.com/ 2008/02/how-to-create-windows-mobile-smart.html
有关如何在 Visual Studio 2008 中创建 cab 文件的精彩演练
This link actually helped me as well
http://www.mobilepractices.com/2008/02/how-to-create-windows-mobile-smart.html
great walkthrough on how to create cab files in Visual Studio 2008
您还可以查看 Mobile Packager 等商业软件 http://www.mobilepackager.com
You can also checkout commercial softwares like Mobile Packager http://www.mobilepackager.com