With .NET 5, isn't ClickOnce still an option?
How to distribute our application with user prompting reduced or better yet eliminated.

Greg Pipes
1
Reputation point
We are having difficulty distributing our application to our user community. The installation of the application by the end user winds up including too many intimidating questions by the install and we would like to reduce these questions and possibly eliminate them. We used to be able to do this with a ClickOnce install with minimal prompts.
We are curious about three options and what is involved with each, along with will we receive the benefits of reduced end user prompting.
The three options are:
- marking the website we distribute our application from as "safe";
- Somehow signing our application;
- Having our application distributed through the Microsoft Store?
{count} votes
We are signing all executables with a certificate from www.digicert.com. We also have an MSI package that is digitally signed. The problem is not the signing, the problem is downloading and running an executable from the web.
@Greg Pipes
You can try to upload it to the Microsoft Store and let the Microsoft Store distribute it for you.
If you decide to use this way, please ask a new question with the
windows-partner-center-submission
tag for more detailed guidance and better support.