ClickOnce Deployment with Firefox
ClickOnce .NET applications normally require Internet Explorer to launch. A Firefox plugin adds a Run ClickOnce Application entry to the browser download dialog, allowing users to install and start ClickOnce-deployed applications directly from Firefox without extra configuration.

Generally, Microsoft .NET ClickOnce applications can be only started using Microsoft Internet Explorer. The application start-up fails on clicking on a such a link in Firefox. I came across a plug-in for Firefox that implements a work-around for this problem. I have tested it and it works as expected.
On clicking in the launch link, the Opening dialog from Firefox is displayed. The section "What should Firefox do with this file?" contains a new entry:
- Run ClickOnce Application
On selecting it and confirming with OK, the ClickOnce application will be started properly.
You can download on the official Firefox Add-ons page.
Related Posts
ClickOnce Deployment with TX Text Control .NET for Windows Forms
Deploy a TX Text Control .NET for Windows Forms application through ClickOnce in Visual Studio 2005. The guide covers adding redistributable files, setting Build Action to Content, configuring…
Check TX Text Control Template Dependencies Before Deployment
When templates are moved from Windows to Linux, from TX Text Control Classic to Core, or from one server to another, missing fonts, images, merge fields, blocks, and form field names can break…
Create 100,000 Documents in Under an Hour with Parallel MailMerge in .NET C#
The DocumentServer.ParallelMailMerge NuGet package makes it simple to process MailMerge jobs in parallel worker processes. This article shows when to use it, how to call it, and how worker counts…
Speed Up Document Generation by Factor 2 Using Selection Objects in .NET C#
This article compares two ServerTextControl document generation patterns: Assigning prebuilt Selection objects and formatting text after inserting and selecting it. The benchmark shows an…
Getting Started: ServerTextControl and MailMerge in a .NET 8 Console…
This article shows how to create a .NET 8 console application on Linux using Docker and WSL that uses the ServerTextControl to create a document and MailMerge to merge JSON data into the document.…
