Hai,
I want to know how to make my .net project as a single installation package is there any solution please tell me,
and I also want to know which are the minimum required software to be installed to run my project output exe file over any other PC
Loading
Posted Jul 6, 2011, 11:51 AM
http://carso-owen.blogspot.com/2007/02/custom-serial-number-generator-in-c-net.html
http://www.codeproject.com/KB/install/LicenseKeyGeneration.aspx
http://www.rohitab.com/discuss/topic/33510-example-product-key-generator/
Posted Jul 6, 2011, 11:51 AM
http://carso-owen.blogspot.com/2007/02/custom-serial-number-generator-in-c-net.html
http://www.codeproject.com/KB/install/LicenseKeyGeneration.aspx
http://www.rohitab.com/discuss/topic/33510-example-product-key-generator/
Nafihudheen KTPosted Jul 6, 2011, 10:49 AM
can I make a customized package having some product key like that to protect my software project from unauthorized installation and use..
if any body having any idea on it please replay me....
Mamta MPosted Jul 6, 2011, 12:09 AM
you will need to create a setup project for that. The following link shows all the articles related to . NET setup and deployment (some are for WPF, ignore them). Choose the article that best suits your need and it will give you detailed information on how to create the setup project and install it on client machine.
http://www.c-sharpcorner.com/Search/?sKeywords=setup+and+deployment
-Mamta