I created an app - happens to be a pocket pc app - but I'm guessing this is a general .Net question.

At any rate - I created a setup/install for it in VS. Even put a shortcut in the Program files folder on the PPC.

That shortcut showed up as the standard vanilla "app-like window" icon.

So I found an ICON from another program I had - added it to the project. Recreated the setup - everything seemed fine - now the shortcut had the ICON.

Here's the problem - I decided to change the icon slightly. Edited the .ICO with VS - there are 4 images in the .ICO. I changed all 4 of them.

But regardless of what I do I cannot get the shortcut when installed to look like the new image - it retains the old image before the edit of the .ICO. I've remade everything - removed the ICON from the project properties - re-added it. I cannot seem to get the picture to change.

Anyone ever have an issue like this?