What installation software works well for Visual Basic or C # applications?
So I'm ready to wrap up another project in VB and C # (written in Visual Studio 2008). Now I want the software to only run in full version mode if the user enters a valid registration key value (for example xxxx-xxxx-xxxx-xxxx). What software is on the guru's list with which I can manage registration key creation and integration with an application once sold to an end user?
Feedback is greatly appreciated.
+1
Anonymous
source
to share
1 answer
Take the loot at NSIS . It provides many features and most likely also a key validation plugin (or at least an option to do it yourself) for your installation. Although I only used it for simple setup.
0
Drejc
source
to share