Archive: How can i add an icon to the verifying window


How can i add an icon to the verifying window
Hi everyone,

I use the classic ui with nsDialog, and have set an icon for the installer using 'Icon "install.ico"', but there is no icon shown in the verifying window, can anyone help me?

Thank you!


well, there's no icon control in the verifying window of the original exeheader, so i finaly added it by myself and rebuilded nsis.


you could use a resource editor and just modify the exeheader to add the control to the dialog resource & add the icon resource

no need to rebuild nsis completely