This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Knowledge Base
- :
- Custom icon for built installer executable for Windows is incorrect when building with the command-l...
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
Custom icon for built installer executable for Windows is incorrect when building with the command-line builder not the InstallAnywhere IDE
Custom icon for built installer executable for Windows is incorrect when building with the command-line builder not the InstallAnywhere IDE
Summary
This article discusses a known issue in which the custom icon for the built installer executable for Windows is incorrect when building with the command-line builder not the InstallAnywhere IDE.Symptoms
This article discusses a known issue in which the custom icon for the built installer executable for Windows is incorrect when building with the command-line builder, not the InstallAnywhere IDE. An example scenario when this issue would occur would be building a project, on Windows, with a custom icon for the built installer executable for Windows using the InstallAnywhere IDE. When building a different project with the command-line builder, not the InstallAnywhere IDE, the built installer executable displays the custom icon for the first project and not the second project.For InstallAnywhere 2012, this is the installer executable icon specified under Installer UI > Look & Feel > Installer Icon. For InstallAnywhere 2013 and higher versions, this is the installer executable icon specified under Installer UI > Look & Feel Settings > Installer Icon > Executable Icon Path.
Cause
This issue is due to the executables in the:<IA_HOME>\resource\self_extractors\windows
directory, where <IA_HOME> is the InstallAnywhere installation directory, where InstallAnywhere itself is installed. The issue occurs because those executables retain the icon from building the project in the InstallAnywhere IDE rather than the command-line builder updating the icon, which the command-line builder should but does not do.
Steps To Reproduce
Steps To Reproduce:- Create a project, Project A, with the InstallAnywhere IDE.
- Specify a custom icon for the installer executable for Windows. For InstallAnywhere 2012, this is the installer executable icon specified under Installer UI > Look & Feel > Installer Icon. For InstallAnywhere 2013 and higher versions, this is the installer executable icon specified under Installer UI > Look & Feel Settings > Installer Icon > Executable Icon Path.
- Build the project with the InstallAnywhere IDE.
- Create another project, Project B, with the InstallAnywhere IDE.
- Specify a custom icon for the installer executable for Windows.
- Build the project with the InstallAnywhere IDE.
- Build Project A with the InstallAnywhere IDE.
- Build Project B with the command-line builder.
The built installer executable for Windows for Project B should have the custom icon for Project B, not Project A.
Actual Results:
The built installer executable for Windows for Project B has the custom icon for Project A, not Project B.
Workaround
Workaround:- Open Project A in the InstallAnywhere IDE.
- Select the custom icon for Project A for the installer executable for Windows.
- Save the project.
- Build the project.
- Make a copy of the <IA_HOME>\resource\self_extractors\windows directory.
- Open Project B in the InstallAnywhere IDE.
- Select the custom icon for Project B for the installer executable for Windows.
- Save the project.
- Build the project.
- Make a copy of the <IA_HOME>\resource\self_extractors\windows directory.
- Before using the command-line builder to build Project A, first overwrite the <IA_HOME>\resource\self_extractors\windows directory with the custom icons for Project A.
- Before using the command-line builder to build Project B, first overwrite the <IA_HOME>\resource\self_extractors\windows directory with the custom icons for Project B.
Additional Information
For more information about the command-line builder, click here and here.This problem is a known issue being tracked under Issue# IOA-000067127
100% helpful
(1/1)