Inno Setup Serial Number Validation
I am getting ready to go live with an application, and I am trying to figure out how to put a product key into the installer. Serial Para Sodelscot 3.9 here. I see that it is available via the customer information dialog, but that gets me half way there.
Nov 9, 2013 - I am using Inno to create an installation build. Would there be a way to create a serial number list, with keys associated to them on a server and have the build cross refrence to the server on whether that. If you know of any good software to buy for serial keys please let me know just in case for future use. May 15, 2014 - im trying validate serial number entered user on server side of webservice,,, when user enters serial key, clicks next button, serial number should validated.i used code below that.the name of method validates serial number validatekey().and im passing static value 123456 method, service return false. I have the lastest Inno Script Studio 5.5.9. I added a custom message, but it does not show up when I run the. Aug 25, 2013 - code below for that.the name of my method that validates the serial number is ValidateKey().and im passing a static value 123456 for that method and service will return false for this value,,,,but my installation is proceeding further and im getting the alert messagebox at the last step of my installation.
The way I see it, a key is meaningless if it doesn't have a means to prevent it from being reused a million times, but I don't want to have to connect to a server to see if the key has been used before. I want to do a custom key algorithm based on the date that will let my installer expire keys as time passes. I know that isn't perfect, because someone could change their system time and keep using a key, but it should be enough for my purposes.