In my NSIS installer, I want to display an input dialog (text + textbox) to the user and to retrieve the result of that input, so that I can use it later in the NSIS script.
I've found this reference page:
http://nsis.sourceforge.net/Docs/Chapter4.html#4.9.4.15
But I couldn't find any reference to a textbox.
If it helps, what I need is the NSIS equivalent of the following AppleScript code:
display dialog "Insert value:" default answer ""
set value to text returned of result