Skip to content
⌘ NSIS Forum Archive

Creating key product

6 posts

jcgonzales86#

Creating key product

Hi, I would create a installer with a key product, is possible make this one?...thanks...
fabian.rap.more#
The PassDialog plugin should do the trick.

jcgonzales86#
Ohhh, thanks, I downloaded, but how can I use it?, because I try make new installer but I don't know how set the serial number...thanks again...
Afrow UK#
There is an example script in there. Setting up a serial number is another matter that you will have to solve yourself.

One possibility is to have an online script to validate a serial and output a value depending on its validity.
Another option is to hard code your serial but of course this isn't a good idea.

Stu