在 .NET Compact Framework 中部署之前如何检查设备平台?

发布于 2024-07-15 08:03:15 字数 258 浏览 9 评论 0原文

我使用 Windows Mobile 6 Pro 和 CF 3.5 开发了一个 Windows Mobile 应用程序,但有一些部署问题。

我只针对 Pocket PC,并且不想让用户将其安装在智能手机上(因为它根本无法工作)。

如何检查用户安装应用程序的平台并向他显示一些错误消息?

只是为了让您知道,我有一个 .msi,以便从桌面将应用程序安装到设备中(内部有 cab 的安装项目),这很好。

我只需要这个额外的验证。

I've developed an application for Windows Mobile using Windows Mobile 6 Pro with CF 3.5 and I have some deployment questions.

I'm targeting only Pocket PC and I don't want to let users install it on their smartphone (because it simply won't work).

How can I check for the platform on which the user is installing the application and show him some error message?

Just to let you know, I have an .msi in order to install the app into the device from the desktop (setup project with cab inside), and it's fine.

I just need this extra verification.

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

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

发布评论

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

评论(1

荒路情人 2024-07-22 08:03:15

请参阅此链接,了解如何检测平台。 Cab 文件支持可选的 setup.dll,可用于在安装初始化、安装退出、卸载初始化和卸载退出中注册自定义操作。 您可以使用 install init 入口点并停止安装或在平台不匹配时显示一个对话框。 这当然必须是原生开发。

See this link on how you can detect the platform. Cab files support an optional setup.dll, which can be used for registering custom actions in Install init, Install exit, Uninstall init and Unistall exit. You could use the install init entry point and stop the installation or show a dialog if the platform doesn't match. This of course has to be native development.

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