I'm running a command-line build using installbuilder on OSX for a windows distribution. For some reason, I can't set the windowsExecutableIcon project property to a valid windows icon meeting the documentation standard. Even if I try to use the favorite icon from the start menu shortcut (which works fine), I still receive an error:
:installer:bitrock
[ 0%] Executing pre build actions
[ 0%] Checking output directory
[ 0%] Prebuild check
Error: Error while setting installer icon
Error building project
:installer:bitrock FAILED
bitrock build.xml:
<windowsExecutableIcon>${buildDir}/resources/main/images/favicon.ico</windowsExecutableIcon> <windowsUninstallerExecutableIcon>${buildDir}/resources/main/images/uninstall.ico</windowsUninstallerExecutableIcon>
Note that the uninstall icon works fine as well. If I comment out the ' windowsExecutableIcon' then I have no problem.
I see this behavior in 8.6 and 9.0 versions of install builder.





