Archive: Modify/add to standard page buttons?


Modify/add to standard page buttons?
This is a two part question...

1. I want to eliminate the back buttons on some pages. Not all of them, however. (We're specifically talking the license page, where I have a custom page before it that I don't want the user to revisit.)

2. I want to add a button (actually I'll be replacing the cancel button) on a custom page. Of course the ini file won't allow me to locate a button in that area.

Unfortunately I'm limited on work arounds. The 'boss' wants it a certain way, and he's not terribly flexible on it. ;)


1.

GetDlgItem $R0 $HWNDPARENT 3
ShowWindow $R0 ${SW_HIDE}

2. http://nsis.sf.net/ButtonEvent_plug-in

-Stu