创建 Windows Mobile 安装程序

发布于 2024-09-24 10:21:20 字数 156 浏览 2 评论 0原文

我使用 J9 开发了一个在 Windows Mobile 中运行的应用程序。但现在我希望将其打包在单个安装程序(.cab)中,该安装程序应将 J9 文件、我的应用程序及其依赖项复制到移动设备中的文件夹中,并创建一些快捷方式(.lnk)文件。 我可以使用任何建议的工具来创建 cab 文件吗? 谢谢!

I have developed an application using J9 that runs in windows mobile. but now I want it to package in a single installer(.cab), that should copy the J9 files, my application and its dependencies to a folder in the mobile, and creates some shortcuts(.lnk) files.
Any suggested tool that I can use to create the cab file??
Thanks!

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

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

发布评论

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

评论(2

我只土不豪 2024-10-01 10:21:20

正确的(可能是唯一的)工作工具是 cabwiz.exe。它作为所有 WinMo SDK 以及 Visual Studio 的一部分提供。我不知道有任何单独的下载。有一些单独的第三方工具,例如 cab-o-matic,但请注意,所有这些工具只是将 cabwiz.exe“包裹”在下面,所以您仍然需要它。

cabwiz 非常好MSDN 中在线记录,并且有几个< a href="http://www.nsbasic.com/ce/info/technotes/TN30b.htm" rel="nofollow noreferrer">教程来自 第三方

The correct (and likely only) tool for the job is cabwiz.exe. It's shipped as part of all of the WinMo SDKs as well as Visual Studio. I'm not aware of any separate download for it. There are some separate third party tool, like cab-o-matic, but be aware that all of these tools simply "wrap" cabwiz.exe underneath, so you still need it.

cabwiz is pretty well documented online in MSDN, and there are several tutorials from third parties as well.

温柔女人霸气范 2024-10-01 10:21:20

我不想去Visual Studio的原因之一是因为我主要在Linux中开发。虽然从来没有一个Linux应用程序来创建.cab文件,但有一个,它叫做lcab,另一个是pocketpc-cab,我认为第二个使用第一个,但我不确定。不管怎样,我使用第二个工具创建了 cab 文件,并在 Windows Mobile 中进行了测试,它可以工作。我无需安装整个 SDK 即可获得所需的一切,甚至更好的是无需更改为任何其他操作系统,我绝对必须热爱 Linux 及其社区。

One of the reasons I didn't want to go to the visual studio is because I mainly develop in linux. Never though there was a linux application to create .cab files, but there is one, it is called lcab, and the other is pocketpc-cab, I think the second uses the first one but Im not sure. Anyway I create my cab file using the second tool and tested in windows mobile and it works. I got all that I need it without having to install a whole SDK, and even better without changing to any other OS, I definitely have to love linux and its community.

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