Hi, I am using SpicIE and C# .NET to make my IE plugin.
I want to use ClickOnce to deploy my IE plugin because ClickOnce has features like internet updating and I like the way the installer looks and how streamlined ClickOnce deployment/installation is.
My problem is that there is no "Publish" menu item when I right click on my IE plugin project in the solution explorer because it is a Class Library. If I set the output type of my project to "Application" then the "Publish" menu item shows up and I can
get to the Publish Wizard.
Now for my IE plugin to show up in IE, I have to call this command "regasm /codebase MyPlugin.dll" and on uninstall it should call "regasm /codebase MyPlugin.dll /uninstall".
same problem .. am facing, i failed to test it with another system, The plugin is not showing in IE. But using visual studio when i build it , its working. I want to know how to deploy it as executable..
july_12_1987
Member
2 Points
12 Posts
How to deploy an IE plugin (Class Library) using ClickOnce?
Jul 08, 2010 06:53 PM|LINK
Hi, I am using SpicIE and C# .NET to make my IE plugin.
I want to use ClickOnce to deploy my IE plugin because ClickOnce has features like internet updating and I like the way the installer looks and how streamlined ClickOnce deployment/installation is.
My problem is that there is no "Publish" menu item when I right click on my IE plugin project in the solution explorer because it is a Class Library. If I set the output type of my project to "Application" then the "Publish" menu item shows up and I can get to the Publish Wizard.
Now for my IE plugin to show up in IE, I have to call this command "regasm /codebase MyPlugin.dll" and on uninstall it should call "regasm /codebase MyPlugin.dll /uninstall".
How can I do this by using ClickOnce?
raminsha
Member
565 Points
130 Posts
Re: How to deploy an IE plugin (Class Library) using ClickOnce?
Feb 29, 2012 05:35 PM|LINK
same problem .. am facing, i failed to test it with another system, The plugin is not showing in IE. But using visual studio when i build it , its working. I want to know how to deploy it as executable..
help plz