No icon for my installer.exe, why? I just want the default icon.
Hi! :)
I made a script using HM NIS Edit 2.0.1, it uses the default icons.
The icon is present on my installer.exe when I compile the script with a few test files.
But there's no icon on my installer.exe when I compile it with my real files. There's about 14 000 files for a total of 1GB uncompressed, 500MB zipped.
Anyone had this issue and knows a workaround? Thanks!!
Here are more infos:
I use NSIS 2.0.1.
I use the modern UI.
Here's my icon code:
!define MUI_ABORTWARNING
!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico"
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
Here's the only lines that changes between the two compilations:
File /r "C:\All Files\*.*"
;File /r "C:\Test Files\*.*"