Adding a Skip button between Back and Next?
Hi,

I'm migrating a good size project from InstallShield to NSIS. So far I'm able to do everything with one exception.

I have a custom page implemented with nsDialogs over MUI2. On this page I'd like to provide a Skip button to give the user an option to skip a lengthly operation. In order to keep the same look and feel as the old InstallShield version, I'd like to put the Skip button between the Back and Next buttons at the bottom.

I searched everywhere but couldn't figure out how to do that. Is this possible?

Thanks...