I am looking at the "click once" publishing feature of visual studio 2015 to deploy easily a simple application c# desktop application.
However, there two things that I'd like to achieve and I can't find out to do it:
- Firsly, I'd like to specify the installation folder on the client machine. Currently, when I install the application, the app and other dlls are installed somewhere in
AppData\Local\Apps
... - Secondly, I'd like to prevent the application from automatically opening after the installation is complete.
Any suggestions?
I could use another installer package, but I was intending to use the updating feature from the "click-once" publishing feature.
Thanks