Results 1 to 5 of 5

Thread: deployment problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2007
    Posts
    91

    deployment problem

    hi.
    I have created one database driven application and installed it to my client's computer by using setup file (created deployment wizard)
    It is working just file there and it is installed in directory
    C:\Program Files\Default Company\setup2

    Now my client had copied that folder and gave it to his friend to run on his computer,and my application working fine on his computer without installing setup on his pc.(he has just paste above direcoty which is "setup2" ).

    So what do i do in my code or something else that this can not be done.
    Anything need to be done while creating setup for project???
    please let me what do i do so that when he make paste my application folder to his pc ,he should not be able to run it.

  2. #2
    Frenzied Member obi1kenobi's Avatar
    Join Date
    Aug 2007
    Posts
    1,091

    Re: deployment problem

    Well, you could either try a rudimentary key system, e.g. at first run, or you could read the serial number of a part of the pc, e.g. the CPU and compare it to a stored value. IMHO these are the simplest ways of doing it. If you need any further info or help I'd be glad to provide them.
    Please rate helpful ppl's posts. It's the best 'thank you' you can give

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: deployment problem

    Moved to Application Deployement

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Aug 2007
    Posts
    91

    Re: deployment problem

    Quote Originally Posted by obi1kenobi
    Well, you could either try a rudimentary key system, e.g. at first run, or you could read the serial number of a part of the pc, e.g. the CPU and compare it to a stored value. IMHO these are the simplest ways of doing it. If you need any further info or help I'd be glad to provide them.
    Sir,how would i know serial numner of my client computer so that i can compare it.

  5. #5
    Frenzied Member obi1kenobi's Avatar
    Join Date
    Aug 2007
    Posts
    1,091

    Re: deployment problem

    Please rate helpful ppl's posts. It's the best 'thank you' you can give

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