Windows mobile msi安装文件失败

发布于 2024-09-12 14:30:18 字数 541 浏览 2 评论 0原文

我有一个 Windows Mobile Professional 6.1 CF 2.0 应用程序,我使用以下链接创建了一个 Windows 安装包:

http://msdn.microsoft.com/en-us/library/bb158529.aspx

我的 .ini 文件是:

[CEAppManager]
Version = 1.0
Component = netcf.core.ppc3.armv4.cab
[netcf.core.ppc3.armv4.cab]
Description =  installation module
CabFiles = Mobile.cab

但它不起作用。它成功构建了 msi 文件,但是当我单击 msi 文件时,它会将应用程序安装到我的 PC 而不是我的手机(通过 WM 设备中心连接到 PC)。

有什么想法吗?

I have a Windows Mobile Professional 6.1 CF 2.0 application, I created a windows installation package with this link below:

http://msdn.microsoft.com/en-us/library/bb158529.aspx

My .ini file is:

[CEAppManager]
Version = 1.0
Component = netcf.core.ppc3.armv4.cab
[netcf.core.ppc3.armv4.cab]
Description =  installation module
CabFiles = Mobile.cab

but it doesn't work. It builds the msi file successfully, but when I click the msi file it installs the application to my PC rather than to my mobile phone (which is connected to the PC via WM device center).

Any ideas?

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

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

发布评论

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

评论(1

泅人 2024-09-19 14:30:18

MSI 应包含在移动设备上复制并启动的 CAB。从此时起,您必须继续在移动设备上进行安装。也许这有效,但您确实忘记检查设备以了解进一步的安装步骤。

The MSI should contain a CAB that is copied and launched on the mobile device. From this point, you have to continue the installation on your mobile device. Maybe this worked but you did forget to check the device for further installation steps.

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