Archive: Chaning Icons


Chaning Icons
Hi!

I want to change the default icons for my NSIS installers to something else and change the the little header image to something else. I read the help file for the scripting program I'm using,and it just gave syntax...it didn't tell me exactly where to put the line of script. The program is HM Edit by the way.

I was wondering, do I put these lines underneath the lines that define the installer icons? If so, I've tried that and the script won't compile...it comes up with an error. It says that the bitmap I pointed didn't exist. I double-checked the directory and file name though, and both were correct. :cry:

So, any help would be appreciated. Thanks.


Modern or Classic?

Also see the Documents about them:


The Modern UI, but the documentation wasn't specific about where to put the syntax, only that I should put it in.


It's a configuration !define, so you need to put it before you use the !insertmacro MUI_PAGE_ macro's

-Stu