How to make my application installs only once on a system?
one more question.
How to find (search) a file using code?
Thanx in Advance,
Jebs.
Printable View
How to make my application installs only once on a system?
one more question.
How to find (search) a file using code?
Thanx in Advance,
Jebs.
you can modify the setup programm by yourself. only put a sub at the begining which checks registry entrys, or else.
taLON
if you want the user to enter a password
couple of steps
1 . make a "password" form to run first
2 . generate a random number
3 . present this to the user
4 . get them to ring/email you
5 . give them a password
6 . this password will be a decrypted version
of your random number which you will have encyrpted in your program.
once this has happened create a file with an
strange extenstion .%% or something, write a value to it.
when you program next runs check for that file , if its there skip your password form.
hope this gives you some ideas
joe
Search this forum for
"Active Lock" or go here
Activelock.com
ActiveLock is a free ActiveX control that can be used to protect your VB programs from piracy. Using ActiveLock you can add registration features to your softwares, create trialware and raise your sales.
------------------
On Error Goto Bed =:0)
[email protected]
[This message has been edited by onerrorgoto (edited 02-09-2000).]
[This message has been edited by onerrorgoto (edited 02-09-2000).]