如何制定 Windows Mobile 服务条款 +如何制作安装 msi 文件?
我想制定一个在安装应用程序之前必须接受的服务条款。如何在 Visual Studios 2008 中执行此操作。
编辑
我想要创建一个安装 msi,通过主动同步在手机上安装应用程序。我已经制作了 cab 文件并准备就绪,我只需要制作 msi 文件,但我不确定如何让它工作。
我按照本教程
http://msdn.microsoft.com/en-us/ Library/aa446504.aspx
最后它希望我将其安装在我的 Windows 7 上而不是我的移动设备上。
I want to make a Terms of service that must be accepted before you install the application. How do I do this in Visual Studios 2008.
Edit
I want to make a setup msi that will install the application on their phone through active sync. I have the cab file made and ready to go I just need to make the msi file but I am not sure how to get it to work.
I followed this tutorial
http://msdn.microsoft.com/en-us/library/aa446504.aspx
and in the end it wants me to install it on my windows 7 not on my mobile device.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是正确的。 MSI 安装在桌面上。它将您的 CAB 注册到 ActiveSync、WMDC,以便当您连接设备时,它会为您提供在设备上安装应用程序的选项。 MSI 不在设备上运行,而 CAB 在设备上运行。
This is correct. The MSI installs on the desktop. It registers your CAB with ActiveSync, WMDC so that when you attach a device, it gives you the option of installing the application on the device. The MSI does not run on the device, the CAB does.