I would like to include license-check into my NSIS installer. Simple Text field and button would be enough for me, but I didn’t find any example how to include Text field (text box) into page and how to read its value.
Will you help me with it, please?
You can use this to create a text field :
And get the input (Not sure for this one) :
(As show in example\nsDialogs\example.nsi)