Results 1 to 11 of 11

Thread: how do i protect my protect my program from being installed more then once?

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    6

    Exclamation how do i protect my protect my program from being installed more then once?

    Hi ive been making my own programs but i want to know how to make the file being installed once if you have any code for vb like this it would real help


    Thanks
    kieran 1234

  2. #2
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: how do i protect my protect my program from being installed more then once?

    Hi kieran... Welcome to the forums...

    Which version of VB are you using ? VB6, VB.Net, ASP, ASP.Net ?

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

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

    Re: how do i protect my protect my program from being installed more then once?

    Also, what installation package are you using?

  4. #4
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: how do i protect my protect my program from being installed more then once?

    Let's clarify:

    1) Installed only once on one computer, and you cannot install on any other computer ?

    2) Installed once, as in, cannot install the same application more than once on the same computer ? (separate directories)

    3) Install once, then uninstall, but you cannot install it again ?

  5. #5

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    6

    Post Re: how do i protect my protect my program from being installed more then once?

    I have Vb 2008 (08), I dont Have problems installing the program and i am using windows installer 3.7 as installation package

    Really I need some help Or code

    Thanks
    kieran 1234

  6. #6
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: how do i protect my protect my program from being installed more then once?

    Quote Originally Posted by kieran 1234 View Post
    I have Vb 2008 (08), I dont Have problems installing the program and i am using windows installer 3.7 as installation package

    Really I need some help Or code

    Thanks
    kieran 1234
    I think, you need to do some coding to generate a unique code based on the system which it is installed. So, after the first installation of the program and when the user starts the program, a Registration window will be shown showing the unique code for that PC. So, when the user reports this unique code to you(the developer), you'll provide a activation code generated after examining the unique code and tells that to the customer. When the user enters this activation code in your program, the program will be unlocked and will be able to use in that PC.
    In this way, you can keep tack of the users who are using your product.

    A free open source project for this purpose is ActiveLock. You can download the files from: http://www.activelocksoftware.com/

    Good luck....

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  7. #7
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: how do i protect my protect my program from being installed more then once?

    Quote Originally Posted by kieran 1234 View Post
    I have Vb 2008 (08)
    Thread moved from 'ASP/VBScript' forum to 'VB.Net' (VB2002 and later) forum (thanks for letting us know akhileshbc )

    By the way, VB 2008 is not the same as VB 8 (that is actually VB2005).

  8. #8

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    6

    Exclamation Re: how do i protect my protect my program from being installed more then once?

    To All of u i am a kid i need some instructions on the active lock

  9. #9

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    6

    Re: how do i protect my protect my program from being installed more then once?

    by the way i cant install anything programs (not admin)

  10. #10
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: how do i protect my protect my program from being installed more then once?

    I suggest that you invest in some licensing software. I use the term "invest" on purpose. Presumably you are charging people money for your software and you want to prevent them installing it without paying for it. In that case the money you spend on the licensing software will be repaid many times over, so it is an investment.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  11. #11

    Thread Starter
    New Member
    Join Date
    Sep 2010
    Posts
    6

    Re: how do i protect my protect my program from being installed more then once?

    sorry but i dont have any money to invest some softwere

    i will try active lock

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