Skip to content
⌘ NSIS Forum Archive

Is there any way to put "terms and conditions" in a separate dialog?

4 posts

cysun#

Is there any way to put "terms and conditions" in a separate dialog?

I've attached 2 printscreens with the last jre installer. The tc window appears when the button is pushed.
Afrow UK#
What comes to mind is you make a custom dialog using nsDialogs for the button and write a plug-in/dll/executable which displays the terms and conditions when called.

Stu
cysun#
Thank you for your replies.

I guess it's easier to just skip a section when next is pushed (using Abort?). And when 'Show TC' is pushed to include the license page. Am I right?