问题描述
我有一个名为SuperViewer的图像查看器插件(它是一个Windows控件)。我想在我的网页中使用它作为控制。我可以成功使用。现在,我想要做的是: -
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, what I want to do is :-
使用Visual Studio 2008发布'SuperViewer',与ClickOnce技术一起使用如果我的网页加载,我必须检查是否插入安装与否。如果安装,无事可做。否则,我需要显示一个名为"Launch SuperViewer
Installer"的按钮,并使用ClickOnce技术安装已发布的设置。
Publish the 'SuperViewer' using Visual Studio 2008, to use with 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.
我成功地从MSDN学习了ClickOnce。如何做其他事情?
I succeeded to study ClickOnce from MSDN. How to do other stuffs ?
推荐答案
RobinDotNet
RobinDotNet
这篇关于ClickOnce for Windows应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!