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

时间:2021-04-07 22:39:43

So I am trying to figure out whether I can add a custom icon to the final install file (setup.exe). Currently, the project is using the InstallShield icon as shown below:

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

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

I cannot find any field to change to customise the setup.exe icon.

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

Do I need to upgrade to InstallShield 2012 Express/Professional/Premier to be able to change this field? I don't want to use something like Resource Hacker to edit the contents of the .exe as this will change the hash of the file/may pose signing problems as well.

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

Currently using:

目前使用:

  • InstallShield 2012 Spring Limited Edition
  • InstallShield 2012春季限量版
  • Visual Studio 2010
  • Visual Studio 2010

1 个解决方案

#1


6  

Unfortunately, I don't think this is not supported by Install Shield Limited Edition. From the Flexera website product features:

不幸的是,我不认为Install Shield Limited Edition不支持这一点。来自Flexera网站的产品功能:

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

指定自定义图标和版本资源属性修改图标和版本资源属性以匹配您的公司和产品品牌。

This only has ticks for the Premier and Professional versions of Install Shield, and I think this is talking about the installer's icon.

这只有Install Shield的Premier和Professional版本的标记,我认为这是关于安装程序的图标。

This leaves a tool such as Resource Hacker, but as eggy pointed out, this could cause problems.

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

#1


6  

Unfortunately, I don't think this is not supported by Install Shield Limited Edition. From the Flexera website product features:

不幸的是,我不认为Install Shield Limited Edition不支持这一点。来自Flexera网站的产品功能:

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

指定自定义图标和版本资源属性修改图标和版本资源属性以匹配您的公司和产品品牌。

This only has ticks for the Premier and Professional versions of Install Shield, and I think this is talking about the installer's icon.

这只有Install Shield的Premier和Professional版本的标记,我认为这是关于安装程序的图标。

This leaves a tool such as Resource Hacker, but as eggy pointed out, this could cause problems.

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