Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,

i have created one application. and i want to protect it.
without serial or product key it should not install in any computer.

i am creating setup,
when user(any person) install my application in computer, without serial or product key he should not do this.
i want security of serial or product key install time.


how can i do this.
Posted
Updated 8-Dec-11 17:54pm
v2
Comments
aayu 8-Dec-11 23:09pm    
well i didn't got your question can you please explain in-detail what you are trying to do it.... so i can help you hopefully.
[no name] 8-Dec-11 23:54pm    
check it out my improved question.
thanks.

You can use Custom Actions while creating Vb.Net Deployment Application.Follow these Steps to Add Protection to your Vb.Net Application.
Right Click on your Deployment Application in Solution Explorer->View->User Interface

It will open User Interface Window on left Pane.Then Right Click on Start in Left Pane.
Add Dialog->Customer Information

Go to the Properties of Customer Information And Set Following Properties :
ShowSerialNumber = True
SerialNumberTemplet = ###-%%%-###

And Build Your Project It will create Product Key For your Application : 111-000-111
For More Inforamtion See This link :
http://www.emoreau.com/Entries/Articles/2007/12/Licensing-a-VBNet-application.aspx[^]

--MKB :)
 
Share this answer
 
Comments
[no name] 13-Dec-11 3:50am    
thanks it's very very very helpfull thanks again
Go through this link hope this will help you.

http://vijirajkumar.blogspot.com/2010/03/create-setup-and-deployment-project.html[^]

Mark answer if it helps you


Thanks & Regards
aayu
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900