Windows mobile msi安装文件失败
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.