Results 1 to 6 of 6

Thread: not licensed system

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2010
    Posts
    3

    not licensed system

    vb6 custom app works on 1 windows xp workstation but when we transferred the folder with the exe custom app it doesn't work on other PC's with windows 7 and windows xp. When we open the VB6 custom application it gives a message "not licensed system". Anyone can shed light on this? sorry if this sounds like a stupid question I really don't have a clue.

  2. #2
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: not licensed system

    I'm confused a bit. Let's get some things cleared first.

    1. Did you make the application? (do you have the source code)
    2. What is the exact text of message you described with "not licensed system"? (a screen shot image would be nice)
    3. Don't you have a proper installer for deploying the application rather then just copying the folder? Does the application have any dependencies beyond the basic VB6 runtime?

  3. #3

    Thread Starter
    New Member
    Join Date
    Oct 2010
    Posts
    3

    Re: not licensed system

    Quote Originally Posted by baja_yu View Post
    I'm confused a bit. Let's get some things cleared first.

    1. Did you make the application? (do you have the source code)
    2. What is the exact text of message you described with "not licensed system"? (a screen shot image would be nice)
    3. Don't you have a proper installer for deploying the application rather then just copying the folder? Does the application have any dependencies beyond the basic VB6 runtime?
    Thanks for taking the time to respond to my query.

    1. We don't have the source code. It's a company bought custom application. Company supervisors wanted us to use the same app in our computers.

    2. exact error message is "filename not licensed system" sorry can't provide you a screenshot.

    3. As told, application doesn't have and doesn't need an installer. The required dependencies is included in the folder.

  4. #4
    Next Of Kin baja_yu's Avatar
    Join Date
    Aug 2002
    Location
    /dev/root
    Posts
    5,989

    Re: not licensed system

    You obviously need to purchase a license for every computer you install it on. I'd suggest contacting whomever you bought it from.

  5. #5

    Thread Starter
    New Member
    Join Date
    Oct 2010
    Posts
    3

    Re: not licensed system

    Thanks, that's what we suspected all along.

  6. #6
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: not licensed system

    Quote Originally Posted by vans324 View Post
    3. As told, application doesn't have and doesn't need an installer. The required dependencies is included in the folder.
    I don't buy it. The installer normally puts the license in place unless the program does some kind of runtime activation.

    It may also do all sorts of other things like check for prerequisites; set up data folders, set security on them, and copy files into them; register components; define shortcuts; etc.


    But yes, the upshot is you'll need to get in contact with the source of this application.

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