如何制定 Windows Mobile 服务条款 +如何制作安装 msi 文件?

发布于 2024-08-15 04:38:57 字数 394 浏览 6 评论 0原文

我想制定一个在安装应用程序之前必须接受的服务条款。如何在 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技术交流群

发布评论

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

评论(1

遮云壑 2024-08-22 04:38:57

这是正确的。 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.

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