tags:

views:

29

answers:

1

We would like to deploy an application via ClickOnce but you really do need to click twice. I.e. once on the link - at least one more time on the "Do you want to run this application" dialog (the first time).

Can some kind of trust be created (via Group Policy or otherwise) on certain PCs so that the user never gets asked any questions. I.e. we've already verified that the application is trusted etc just take this URL and it starts.

A: 

I don't think it can be installed without that prompt. ClickOnce applications are run from the internet zone, and it is Internet Explorer that is prompting you. It can't install software w/o asking the user if they want to. Firefox downloads the .application file and you have to double-click on it to run it. It's just like downloading any software from the internet and running it.

RobinDotNet

RobinDotNet