Skip to content
⌘ NSIS Forum Archive

Product Key

6 posts

samcarton#

Product Key

Is there a way to make that the user has to enter a product key before continuing the installation?😎
pospec#
Create a custom page and try to validate the key in leave function. If validation fails then Abort leave function and the page will show again.
ClayDowling#
Check out the registration plugin at http://nsis.sourceforge.net/Registration_plug-in

It's commercial software, but there's a free version that you can try out first. There are also articles on my website about how to use the plugin directly in your software.