c# - Publish project for all users -


i have c# windows forms project created.

when click "publish" deploys click-once application single user. if run install on admin account, there shortcut in appdata can click on run program. if try copying shortcut c:\users\public happens click-once application gets placed on users' desktop. user has run install , annoying cause if have update, each user has uninstall , reinstall new application. there way configure vs 2015 publish in way creates "regular" install users?

robindotnet addressed in blog post while back:

doing all-users install counter design goals of clickonce deployment, think it’s going has live with, @ least now. using xcopy or setup & deployment package , rolling own incremental update methodology way go if absolutely have have users installation

https://robindotnet.wordpress.com/2009/09/07/installing-a-clickonce-application-for-all-users/

there more alternative deployment methods listed in this answer might work you.


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -