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
Post a Comment