InstallShield: cannot extract icon with index 0 vb.net

不想你离开。 提交于 2019-12-10 16:13:54

问题


Im trying to use installshield to mak an installer for my applicatoin but when I add my icon to it then when i try and build it i get the error message InstallShield: cannot extract icon with index 0

Any ideas?


回答1:


Sure. InstallShield is trying to extract the embedded resource (icon) for Add/Remove Programs and/or a shortcut. Recompile your EXE to include an icon and the message will go away.




回答2:


I faced something similar. You need to check that the exe from which the icon will be extracted is present on the path specified in Shortcut/Folder of Install Shield




回答3:


The reason I get this message is usually because I have not selected the icon file on the Shortcuts/Folders dialogue:



来源:https://stackoverflow.com/questions/11954618/installshield-cannot-extract-icon-with-index-0-vb-net

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!