+ Reply to Thread
Results 1 to 3 of 3

Thread: Validating Serial Numbers

  1. #1
    Trevor Keegan Guest

    Default Validating Serial Numbers

    Hi,

    Another beginners question.....regarding the use of Serial Numbers in SB.

    I would like to know, is there some way for my application to be able to access the information from the Serial Number (e.g. DLL etc) ? (I am using Borland C++ Builder). I believe that the if the application wanted to register itself using the serial numbers, then we could just write a script to do that.

    It would seem a bit of a pity if after doing the registration, there is a need to do another registration to give the application the information.....or is the idea, that the installation would pass the necessary information to the application......or am I missing something here.

    Regards
    Trevor Keegan

    Regards
    Trevor Keegan

  2. #2
    Join Date
    Mar 2004
    Posts
    4,308

    Default Re: Validating Serial Numbers

    Trevor,

    The built-in serial number and subscription features are there to protect your installation. It's not an application license protection (e.g. Armadillo) system!

    If you are using the setupPROTECT features, your users can't install/update your product without a valid serial number and/or subscription key.

    Does this help?

    Friedrich

  3. #3

    Default Re: Validating Serial Numbers

    Hello Friedrich,

    OK....yes I understand....I have noticed that I similar question had been asked before, and you had suggested to just write a simple script to validate the serial number.

    But I guess that if I want my application to have access to this, then I should probably consider writing my on Serial Number validation routine/dll.

    Regards
    Trevor Keegan

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •