visual-studio-2010 - 使用 InstallShield LE 从默认设置自定义 setup.exe 图标

标签 visual-studio-2010 icons installshield installshield-le

所以我想弄清楚是否可以在最终安装文件 (setup.exe) 中添加自定义图标。目前,该项目正在使用 InstallShield 图标,如下所示:

InstallShield icon example for setup.exe

我找不到任何要更改的字段以自定义 setup.exe图标。

我是否需要升级到 InstallShield 2012 Express/Professional/Premier 才能更改此字段?我不想使用类似 Resource Hacker 的东西编辑.exe的内容因为这会改变文件的哈希值/也可能会造成签名问题。

目前使用:

  • InstallShield 2012 Spring 限量版
  • Visual Studio 2010
  • 最佳答案

    不幸的是,我认为 Install Shield Limited Edition 不支持此功能。来自 Flexera website product features :

    Specify Custom Icon and Version Resource Properties Modify the icon and version resource properties to match your company and product branding.



    这只对安装盾的高级版和专业版有刻度,我认为这是在谈论安装程序的图标。

    这留下了诸如Resource Hacker之类的工具,但正如eggy指出的那样,这可能会导致问题。

    关于visual-studio-2010 - 使用 InstallShield LE 从默认设置自定义 setup.exe 图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16452584/

    相关文章:

    visual-studio-2010 - Visual Studio 不允许我将项目拖放到其中?

    c++ - Visual C++ vector 删除会增加内存使用量吗?

    c++ - 获取窗口图标,将其放在 Canvas 上,叠加图像,另存为ico(WinXP和Win7)

    delphi - Delphi 中图标的线程加载

    file - 如何在使用 installshield 2010 安装过程中删除文件

    c# - 如何在 VS2010 的测试结果窗口中查看单元测试的输出?

    wix - 为什么 Icon 元素要求 Id 属性以 '.exe' 或 '.ico' 结尾

    installation - 从 EXE 中提取 MSI

    installshield - 在升级过程中始终执行删除/重新安装

    c# - 堆栈溢出异常——为什么?