Hi Ulrich,
Before upgrading I wanted to know if this bug is solved.
I have version 9.3.1 and trying to change the setup dialog icon nothing changes. I was able to change the setup file icon but not the dialog one.
Opening back the Project advanced properties the custom icon checkbox is unchecked and the icon file is not selected.
In the XML project file I checked in the following changes:
Thanks.
Before upgrading I wanted to know if this bug is solved.
I have version 9.3.1 and trying to change the setup dialog icon nothing changes. I was able to change the setup file icon but not the dialog one.
Opening back the Project advanced properties the custom icon checkbox is unchecked and the icon file is not selected.
In the XML project file I checked in the following changes:
Thanks.
Code:
<UseCustomIcon>1</UseCustomIcon> <CustomIcon>%TempLaunchFolder%\setup.ico</CustomIcon> <PrimerFiles> <PrimerFile> <SourcePath>C:\ProgramData\IndigoRose\Setup Factory\9.0\Themes\Eyeshot 11\setup.ico</SourcePath> <DeleteOnExit>1</DeleteOnExit> <NeededByUninstall>0</NeededByUninstall> <BuildConfigs> <Cfg>All</Cfg> </BuildConfigs> </PrimerFile> </PrimerFiles>
Comment