Results 1 to 4 of 4

Thread: How to make my application installs only once on a system?

  1. #1

    Thread Starter
    Hyperactive Member jeba's Avatar
    Join Date
    Feb 2000
    Posts
    265

    Post

    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.

  2. #2
    Guest

    Post

    you can modify the setup programm by yourself. only put a sub at the begining which checks registry entrys, or else.

    taLON

  3. #3
    New Member
    Join Date
    Nov 1999
    Posts
    2

    Post

    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

  4. #4
    Hyperactive Member onerrorgoto's Avatar
    Join Date
    Aug 1999
    Location
    Sweden
    Posts
    330

    Post

    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).]

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