Results 1 to 5 of 5

Thread: [RESOLVED] Licensing issue

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    45

    Resolved [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.

  2. #2
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    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 PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI 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

  3. #3

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    45

    Re: Licensing issue

    Quote 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

  4. #4
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Licensing issue

    I have found that they are too many variations to use reliably.

    http://vbnet.mvps.org/code/disk/smartide.htm

  5. #5

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    45

    Re: Licensing issue

    Quote Originally Posted by dglienna
    I have found that they are too many variations to use reliably.

    http://vbnet.mvps.org/code/disk/smartide.htm
    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
  •  



Click Here to Expand Forum to Full Width