Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

in my Setup project i delete icon and add new one now when i build the setup project i have this error

Invalid icon file xxx located in 'application folder'

i use VS 2010

share|improve this question

3 Answers

Alternately, just change the AddRemoveProgramsIcon value to "None" in your install project, if you are not ready to specify an icon file yet.

share|improve this answer

I think this might help you:

Add a valid icon in the Project. Then Left click to select the project (In solution explorer). Go to properties window, change the AddRemoveProgramsIcon . Browse and set it to the newly added valid icon.

share|improve this answer

I think you're using that icon for shortcuts, if so you have to re-affect all shortcuts to the new icon, same thing when you delete an assembly & even if you replace it with a new one with the same name you have to re-affect all

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.