如何修复 InstallShield 的图标
How To Fix Icon For InstallShield
我曾经能够在 Visual Studio 中创建安装项目,但现在 Microsoft 拥有 "improved" 它,我正在浪费时间试图将一个简单的项目提供给我公司的其他人.他们需要升级他们的 .NET 版本,否则我什至不会使用安装程序。因此,在经历了下载 "improved" InstallShield 的痛苦并经历了观看视频和设置所有参数的痛苦之后,我尝试构建安装项目,但它说图标无效。 "Screw the icon. Let me deploy my project." 实际的错误消息是 "Cannot extract icon with index 0 from file ..." 使用标准图标或不使用图标对我来说都没有关系,我只是希望用户能够测试这个项目。
那么,将此设置项目交到我的用户手中的最简单方法是什么?
我通过在项目中添加一个新图标并重新编译解决了这个问题。您可以通过右键单击项目并选择添加 -> 新项目 -> 图标文件来执行此操作。然后在项目 -> 属性菜单项下分配该图标文件。
修复此错误的简单方法:
右键单击您的项目-转到属性-应用程序选项卡-在应用程序选项卡中在图标和清单选项中将图标设置为您的项目
简单的解决方案:
At the time of Installation Wizard, while missing the reselection of
the Image / Icon for shortcut after we have browsed the resource path.
Missing this causes this index error (please refer screenshot). after
re-selection rebuild is required this solves problem.
我曾经能够在 Visual Studio 中创建安装项目,但现在 Microsoft 拥有 "improved" 它,我正在浪费时间试图将一个简单的项目提供给我公司的其他人.他们需要升级他们的 .NET 版本,否则我什至不会使用安装程序。因此,在经历了下载 "improved" InstallShield 的痛苦并经历了观看视频和设置所有参数的痛苦之后,我尝试构建安装项目,但它说图标无效。 "Screw the icon. Let me deploy my project." 实际的错误消息是 "Cannot extract icon with index 0 from file ..." 使用标准图标或不使用图标对我来说都没有关系,我只是希望用户能够测试这个项目。
那么,将此设置项目交到我的用户手中的最简单方法是什么?
我通过在项目中添加一个新图标并重新编译解决了这个问题。您可以通过右键单击项目并选择添加 -> 新项目 -> 图标文件来执行此操作。然后在项目 -> 属性菜单项下分配该图标文件。
修复此错误的简单方法: 右键单击您的项目-转到属性-应用程序选项卡-在应用程序选项卡中在图标和清单选项中将图标设置为您的项目
简单的解决方案:
At the time of Installation Wizard, while missing the reselection of the Image / Icon for shortcut after we have browsed the resource path. Missing this causes this index error (please refer screenshot). after re-selection rebuild is required this solves problem.