|
-
Aug 11th, 2008, 10:15 AM
#1
Thread Starter
Lively Member
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.
-
Aug 11th, 2008, 10:33 AM
#2
Frenzied Member
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 
-
Aug 11th, 2008, 11:40 AM
#3
Re: deployment problem
Moved to Application Deployement
-
Aug 11th, 2008, 12:30 PM
#4
Thread Starter
Lively Member
Re: deployment problem
 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.
-
Aug 11th, 2008, 02:32 PM
#5
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|