Changing the default icons
I am trying to change the default icons to something else. Currently I have to define them for every project. I tried setting them up in the nsisconf.nsi file, but it doesn't seem to work for me. Here is what I have in nsisconf.nsi:
Icon "C:\program files\nsis\icon123.ico"
EnabledBitmap "C:\program files\nsis\enabled123.bmp"
DisabledBitmap "C:\program files\nsis\disabled123.bmp"