Archive: Page creation control


Page creation control
Hi,
i want to display page depending on a condition.
For example: is component A selected then display page A , else page .. and so on.
I try with macro, but i get some errors like "Error: command PageEx not valid in section or function".
I wrote in macro :
StrCmp $Component "component A" 0 +2
!insertmacro COMPONENTA
!insertmacro COMPONENT

where COMPONENTx, a macro to create page A or ..

Thanks for any help.

Mamilo


Hi mamilo!

Have a look:

http://nsis.sourceforge.net/Show_cus..._been_selected

Cheers

Bruno