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
|
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 |
|||
|
|
|
Alternately, just change the AddRemoveProgramsIcon value to "None" in your install project, if you are not ready to specify an icon file yet. |
|||
|
|
|
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. |
|||
|
|
|
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 |
|||
|
|