c# - How To Fix Icon For InstallShield -
i used able create setup project in visual studio, microsoft has "improved" , i'm wasting hours trying simple project else in company. need upgrade version of .net or wouldn't use setup. after going through pain of downloading "improved" installshield , going through pain of watching video , setting parameters tried build setup project , says icon isn't valid. "screw icon. let me deploy project." actual error message "cannot extract icon index 0 file ..." doesn't matter me if uses standard icon or no icon, want user able test project.
so, easiest way setup project in hands of user?
i solved problem adding new icon project , re-compiling. can right-clicking on project , selecting add -> new item -> icon file. assign icon file under project -> properties menu item.
Comments
Post a Comment