New Page with edit box
I'm brand new to NSIS. And I was told to make an install for one of our products. This requires one screen to contain at least 1 edit box, with a default value. Then I need to take the value of that box and pass it in to a script. I also need to be able to check that the value of the box is valid. I know about the onLeave Function so I can just used that.
also, I need a label next to this edit box.
Also, this install style that I intend to make will be very typical of our products, but sometimes we need additional information on that and other pages. So, sometimes I'll need things like check boxes, radio buttons, etc.
I've searched around all I could to try to find an answer to this problem, but I'm just not finding it on the help, online, anywhere on this board, or in any of the examples. I tried to reverse engineer the directory page to see what it is doing, but I just simple have no idea what's going on.
thank you