|
-
Oct 1st, 2005, 06:51 AM
#1
Thread Starter
Member
[RESOLVED] Licensing issue
hi guys!
yet another question
we are going to deploy our first application later this week. what we want is to secure it, so that only the authorized person, who bought it can install the application. what we have decided is that, our application genereate a number, depending upon the hardware of the user system [we are looking at hard disk serial number], then we merge this number with the name of the buyer. After that, we generate a license key on this number.
now what i want to know, how can i get the harddiskt number in VB, i searched for it on MSDN but found nothing.
it is not necessary that we must go for the idea, you can give any better suggestion, what we want is that only a person who has bought the software from us can run the INSTALLER and the INSTALLED application.
-
Oct 1st, 2005, 12:17 PM
#2
Re: Licensing issue
Moved from Application Deployment forum.
Look at the "A program registration scheme" example in MartinLiss' signature.
You may not want to use the HD's volume serial number as it will change with each reformatting a user does.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 1st, 2005, 01:27 PM
#3
Thread Starter
Member
Re: Licensing issue
 Originally Posted by RobDog888
Moved from Application Deployment forum.
Look at the "A program registration scheme" example in MartinLiss' signature.
You may not want to use the HD's volume serial number as it will change with each reformatting a user does.
i am not looking for volume serial number, i am looking for the serial number of the hard disk.
the setting that can be viwed at the system startup (BIOS INFO), contains the serial number of the hardDisk when we go in the IDE section. i want to use that serial number
-
Oct 1st, 2005, 01:32 PM
#4
Re: Licensing issue
I have found that they are too many variations to use reliably.
http://vbnet.mvps.org/code/disk/smartide.htm
-
Oct 1st, 2005, 03:36 PM
#5
Thread Starter
Member
Re: Licensing issue
 Originally Posted by dglienna
hey! .. thank you .. i am gonna rate you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|