NSIS Skip pages at runtime?

To skip a page, call the abort instruction in the pre callback function for that page.

The pre callback function exists only in the Page function which I'm a bit relunctant to use since they do not seem to include normal headers. I prefer the "! Insertmacro MUI_PAGE_INSTFILES" function (which have the right headers in the right language).

– Silence May 6 '10 at 14:07 1 @Silence: You forgot to mention that you are using the MUI. You need to use the MUI_PAGE_CUSTOMFUNCTION_PRE define when using MUI pages. – Anders May 6 '10 at 20:29 Both your solutions works but I prefer the second one.

Thank you! – Silence May 7 '10 at 18:01.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions