Archive: Presenting a licence agreement based on user choice


Presenting a licence agreement based on user choice
Hi all,

I'm using NSIS 2.46 with Modern UI and have come across a situation which I am unable to solve. Searching doesn't seem to produce any helpful results so I thought I would ask here. I want to present a particular licence agreement based on a choice which the user makes. So for example if they select that they are based in Europe one licence agreement shows, however if they select North America another agreement shows. However I am a bit stumped about how to do this - can anyone help me out?

thanks


Ach


You probably have two choices:
*Use two pages and skip one of them by calling abort in the pre callback for the page
*Load the license at runtime ( http://forums.winamp.com/showthread....23#post2318823 http://nsis.sourceforge.net/CustomLicense_plug-in
http://forums.winamp.com/showthread.php?t=333267 )


Thanks for putting me on the right track Anders, I now have everything working very nicely thanks :)