I need to create a INNO Setup script that will allow me to have a dialog, where the user can type in a serial number, then I need to save the serial number they entered into the Windows registry.
Also, if they don’t enter a serial number, the next button needs to be disabled, so that they cannot proceed with the installation, if they do not enter a serial number.
Any help would be greatly appriceated.
Thanks!
Here’s a stripped down sample of what I use in my scripts. Also, take a look at the InnoSetup docs for CheckSerial (http://www.jrsoftware.org/ishelp/topic_setup_userinfopage.htm).