Deploying to Program Files directory

你离开我真会死。 提交于 2019-12-01 19:00:19

You cannot do that using ClickOnce, since its main advantage is that it doesn't require write access to the Program Files folder.

Did you specify the company name in the assembly info?

To find out where it is, right click on the start menu icon and go to properties. It will tell you where it is.

Edit: I'm dumb. If you want to do an install to Program Files\Comapny Name, use an installer project not click once. Click once is going to keep it where it can track it for versioning.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!