I am working on a project consisting of a server and a client application deployed through ClickOnce. The client is installed for the first time when the user clicks the http: //...file.application link , and the user interaction during installation is minimal (only the standard ClickOnce install / not install dialog box).
One of our customers wants to be able to automate the installation of the client on users' machines. Is there a way to install a ClickOnce application without any user interaction to automate the deployment process?
Is there software to support this type of deployment?
My problem arises because I donβt know how ClickOnce deployment works under the hood (I donβt even know if ClickOnce installer can be launched from the command line ...) and how clickonce the application is not packaged at all as a Windows installer, I donβt sure of nothing.
Any information on this is appreciated.
alfred barthand
source share