Archive: NSIS welcome screen


NSIS welcome screen
HI All,

This is my first post ever so please excuse mein case of any mistake and I am new to NSIS

I need to change the welcome screen of NSIS such that we should remove the left hand image which is win.bmp by default ...I need to take it out completely ...any suggestions would be very helpful to me

Cheers,
Pavan.


You can use blank image or custom welcome page.


Hi Pospec,

Thanks for the reply, can you please point me to scripts which use custom welcome page

I checkup few but all I get is to modify the image or somehting like that but not to takeout the image itself


Yes, of course. You can try some scripts from your NSIS directory - you'll find them in Examples folder.

Point is in replacing standard welcome page with your own page (without the image).

You can create custom pages using InstallOptions or nsDialogs.

Why can't you use blank image instead of standard image?


Thanks pospec ...It seems to be working with nsDialogs ...next thing where I am stuck is I need to change the background color and text of NEXT button at the bottom with out loosing the functionality (I dont know if I am asking the right way)


Search the forum how to get HWND for Next control. Use SetCtlColors instruction (more info is in docs) for changing color.


Thanks once again ....I am searching the forum for finding it ....I have also changed the background color of the entire dialog also I guess if we have to change the default microsoft blue color(at the borders) of the Dialog we can do the same again finding the HWND and changing the color?