How do I check that a browser has ClickOnce enabled?

Robert Barnes 96 Reputation points
2024-10-12T04:29:14.3033333+00:00

My software, [https://jazzsoftware.co.nz/], is written with VB.Net, and is delivered with ClickOnce. I've tried to make it very clear in the relevant web pages and the setup instructions [https://www.jazzsoftware.co.nz/Docs/JazzSetup.htm] that users wanting to download MUST use a browser enabled for ClickOnce, and Setup includes instructions on how to enable this in Edge. Yet it is very common for users to require several download attempts before they succeed (or give up?)

How can I check that the user's browser has ClickOnce enabled? If I could do this as the first step when they clicked [Download] I could provide a better experience and hopefully a higher success rate.

Thank you, Robert

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,504 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Lan Huang-MSFT 29,746 Reputation points Microsoft Vendor
    2024-10-14T05:21:46.43+00:00

    Hi @Robert Barnes,

    For all Windows users, ClickOnce is supported out of the box.

    To check whether ClickOnce is enabled, go to edge://flags/#edge-click-once and select Enable from the drop-down list. You must restart the browser.

    https://learn.microsoft.com/en-us/deployedge/edge-learn-more-co-diUser's image

    Best regards,
    Lan Huang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.