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
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.
You cannot do that using ClickOnce, since its main advantage is that it doesn't require write access to the Program Files folder.