Skip to content
⌘ NSIS Forum Archive

Online key validation

3 posts

pankajch82#

Online key validation

Hi ,
Here is hat i am looking for ....

Installer should take input for "Product Key" & verify online from a mysql DB .

Looking for examples for same .

Thanks
Pankaj
LoRd_MuldeR#
There are NSIS plugins to let the user a serial key. You can use one of them to obtain the serial. Then you need to verify it, which necessarily requires you own custom code. Maybe you'll have to write your own plugin for that. Maye you can use the "inetc" plugin to communicate with the server...
Red Wine#
Here's a reference that you might find useful,

Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.