适用于 Windows 应用程序的 ClickOnce
我有一个名为 SuperViewer 的图像查看器插件(它是一个 Windows 控件)。我想在我的网页中使用它作为控件。我可以成功使用。现在,我想要:
使用 Visual Studio 2008 发布“SuperViewer”,以与 ClickOnce 技术。如果我的网页加载,我必须检查插件是否安装。如果已安装,则无需执行任何操作。否则,我需要显示一个名为“启动 SuperViewer 安装程序”的按钮,并使用 ClickOnce 技术安装已发布的设置。
我从MSDN成功学习了ClickOnce。我该如何做其他事情?
I have an image viewer plugin called SuperViewer (it is a windows control). I would like to use it as contol in my web page. I could succeeded to use. Now, I want to:
Publish the 'SuperViewer' using Visual Studio 2008, to use with the ClickOnce technique. If my web page loads, I have to check whether the plug in is installed or not. If it is installed, nothing to do. Otherwise, I need to show a button called 'Launch SuperViewer Installer' and install the published set up using ClickOnce technology.
I succeeded to study ClickOnce from MSDN. How do I do the other stuff?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅论坛帖子适用于 Windows 应用程序的 ClickOnce。
Refer to the forum post ClickOnce for windows application.