在 CF 2.0 上创建 cab 文件

发布于 2024-07-13 20:15:03 字数 170 浏览 8 评论 0原文

如何? 我需要拥有哪些组件(平台构建器?)?

请尽可能清楚 - 我发现这个主题非常模糊,大多数人只是给你一个非常模糊的答案。

我正在运行 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 技术交流群。

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

发布评论

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

评论(3

自由如风 2024-07-20 20:15:03

您可以在 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.

你另情深 2024-07-20 20:15:03

这个链接实际上也对我有帮助
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

哆兒滾 2024-07-20 20:15:03

您还可以查看 Mobile Packager 等商业软件 http://www.mobilepackager.com

You can also checkout commercial softwares like Mobile Packager http://www.mobilepackager.com

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