在桌面上安装与当前正在运行的应用程序不同的 Silverlight 应用程序

发布于 2024-10-20 02:25:47 字数 110 浏览 2 评论 0原文

具体来说,我在浏览器中运行主应用程序。我想提供一个安装一组工具的链接,这些工具使用户能够执行主应用程序中提供的功能的子集。我想要一个显示“安装工具”的链接,这将依次启动工具的浏览器外安装,而不是主应用程序。

Specifically, I have the main application running in the browser. I would like to offer a link to install a set of tools that provide the user to perform a subset of the functionality provided in the main application. I'd like to have a link that says, "Install Tools," and this would in turn kick off the Out Of Browser installation of the tools, not the main application.

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

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

发布评论

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

评论(1

无法回应 2024-10-27 02:25:47

因此,基本上为了解决这个问题,我创建了一个单独的 Silverlight 应用程序,并提供了原始应用程序到它的链接。它对相同的数据进行操作,并且链接使其看起来好像是主应用程序的一部分。在新的应用程序中,我在桌面上提供了“安装工具”的链接。它看起来似乎很不起眼,而且占地面积更小。对我有用!

So basically to solve this, I created a separate Silverlight application and provided a link to it from the original application. It operates on the same data and the link makes it appear as if it were part of the main application. In the new application I provide a link to "Install Tools" on their desktop. It looks seemless and is a smaller footprint anyways. Works for me!

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