Archive: Can you change the icon in a NSIS zip self-extracting file?


Can you change the icon in a NSIS zip self-extracting file?
I apologize if this has been asked recently, I searched the forum and could not find an answer that pertained to the ZIP version of NSIS.

I am currently running version 2.44 and use the "Installer based on ZIP file" option frequently to create a simple installation for distribution.

I would like to change the resultant .exe file's icon from the NSIS icon to one I've created with our company's logo. Can this be done with the ZIP version of the program, or must I build a full installation script to change the icon?

Thanks in advance.


Modify the correct nsh file in Contrib\zip2exe.

Stu


Perfect
Thanks!


if you use MUI you need a .ico and you can just do

!define MUI_ICON "File.ico"