|
-
February 4th, 2009, 03:15 AM
#1
vb setup
hi all,
i want to know how to make a vb application setup that will run/install only time.
if some one try to install again in same pc or another pc it will not run.
thanks
-
February 4th, 2009, 09:16 AM
#2
Re: vb setup
Have a look at this link and follow it through. Hopefully this will get you started. An entry in the registry or an ini file would be an easy way to go.
http://visualbasic.freetutes.com/lea...n%27s-dep-file
If you find my answers helpful, dont forget to rate me 
-
February 4th, 2009, 07:25 PM
#3
Re: vb setup
That can be very hard to do. If someone wants to break it, there is usually a way.
Your program can write a file somewhere, and look for it, or write a date in the registry.
The other way is thru hacking the code. VB6 isn't real secure anyways.
You could have it phone home, and check your site to authenticate installs.
Tags for this Thread
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
|