Skip to content
⌘ NSIS Forum Archive

Product Key

6 posts

BlasterUK#

Product Key

Is it possible to make an installer take you to a webpage where you register and get a key and then enter it and it works, but if wrong says: incorrect key?

If so, help will be appreciated.
n_baua#
Hi BlasterUK,

I assume this should solev your problem,
1>Launch the register web page of your web site.
2>User registers himself and in return gets a registration code.
3>Your setup can have a custom page which accepts this registration code.
4>To validate your registration code, you need to use some dll file based on your registration validation algorithm.
n_baua#
You will require a lot of custom pages to do that.
lot of examples here:


Make custome pages with HMNIS Or any other Editors available in Wiki.


You will also require some pluggins available in wiki.


Bit in hurry, going on 5 days vacation.
Hope you will find this info useful
n_baua#
ok, Before I leave just hit the ground here.
May be useful to you...