I have written a PowerPoint addin using Visual Studion 2012.
I had never done this before and started the project from File / New / powerpoint 2010 addin.
This created a "class library" project.
So I wrote my addin and it works perfectly. Happy Days!
But, when the application is installed on a computer the icon in Control Panel / Installed Software is a default icon.
Normally, I would have expected to be able to go into Project Properties / Application and select the icon there that I wanted to use but the only option I have is to choose a resource file.
I have added the .ico file to my resource but just cannot seem to work out how to make it the icon for the project.
Can anyone help please?
Sorry, forgot to say, this is being installed using the "ClickOnce" distribution system. I have looked at the "Publish" properties tab and there is nothing in there to define the application icon either.
Thanks
Trevor