I developed an NetBeans Platform Application and generated a Windows installer. When I install the application I have the following Icon on the desktop:
Where do I change the icon in the settings of the project? In the branding of my NetBeans project, I changed all 3 application icons to my icon, but still I end up with the one above on the desktop.
I assume you changed the icon for /build/launcher/bin/.exe file.
This is most likely being overwritten with the default.
You can manually change the icon for the default executable here: /harness/launchers/app.exe
Checkout http://wiki.netbeans.org/DevFaqExecutableIcon
The docs here say you can use a third-party tool - but i have never tried this.