从 Visual C++ 启动 cab 文件 动态链接库
有谁知道如何从在 Windows Mobile 上安装应用程序时用作安装 DLL 的 Visual C++ DLL 启动 cab 文件。 基本上,我需要 dll 来检测紧凑框架是否未安装,并在需要时运行所需的 cab 文件。
我多年来一直在谷歌上搜索类似的东西,但没有成功。 当然,这已经完成了,并且有一些例子。 非常非常感谢您的帮助。 托尼
Does anybody know how to launch a cab file from a Visual C++ dll thats being used as a setup dll when installing an application on windows mobile.
Basically, I need the dll to detect if compact framework is not installed and run required cab file if needed.
I've beeg googling for something similar for ages with no luck. Surely this has been done and there are some examples out there.
Your help is very very very much appreciated.
Tony
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您谈论的是 Windows Mobile cab 文件,那么 Ants 的答案是不正确的。
您需要运行 wceload.exe 工具来开始安装WM 设备上的 Windows Mobile cab 文件。
If your talking about windows mobile cab file then Ants answer is incorrect.
You need to run the wceload.exe tool to start a install of a windows mobile cab file on the WM device.
您不“启动”.CAB 文件。 您从中提取文件。
这是一篇 Microsoft 知识库文章,介绍了从 CAB 中提取文件的一种方法。
http://support.microsoft.com/kb/189085
You don't "launch" a .CAB file. You extract files out of it.
Here's a Microsoft KB article about one way to extract files out of a CAB.
http://support.microsoft.com/kb/189085