Deploying to Program Files directory

前端 未结 2 637
情话喂你
情话喂你 2021-01-19 07:13

I have developed a C# application and I would like to deploy it to the C:\\Program Files\\Company Name\\Product folder. I am not seeing the \"Company Name\" fo

2条回答
  •  温柔的废话
    2021-01-19 08:18

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

提交回复
热议问题