开发者_Python百科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?
Refer to the forum post ClickOnce for windows application.
精彩评论