InstallShield: cannot extract icon with index 0错误解决方案
Posted on 2015-04-20 14:33 言士心 阅读(810) 评论(0) 编辑 收藏 举报在VS2012打包过程中,遇到这个错误,困扰我好几天,后来通过谷歌找到解决方案,如下:
- Expand the deploy solution (+) on the right panel (Solution Explorer)
- Expand the menu "Configure the target system"
- Double click on Shortcuts folder
- Here you will find 2 output you set up in the project wizard.
- Select one of them, and find the property Icon, click to (...) to browse the propertly icon.
- Do the same with the second one output built solution.
- Rebuild your project!