I am getting this Warning when I Build my Setup File
WARNING: File 'c.ico' should not be installed into a User's Profile folder because it may not be available to all users
In the project I have c.ico in two places and have built the project two times using each location
"SourcePath" = "8:..\TestIcon\Resources\c.ico" "TargetName" = "8:c.ico"
"SourcePath" = "8:..\TestIcon\c.ico" "TargetName" = "8:c.ico"
Please NOTE that Resources is a Folder I created it is not the folder under Resources.resx
If I understand this WARNING it says if you run this application on another computer the c.icon will not be found
I do not have another computer to test this on so the question is
Is that WARNING true the application will not run on another computer?
If So how do I fix the issue?
I am curious as why I can not rename or name the shortcut "Primary output from TestIcon"
I ask this because in a tutorial the user would rename the shortcut It seems logical to not permit renaming to avoid naming conflicts
For Clarity I am Including a Screen Shot