Results 1 to 7 of 7

Thread: Copy protecting my application

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2001
    Posts
    395

    Copy protecting my application

    Are there any simple copy protection methods for my application. Doesn't have to be military strength or anything as I will only be having about 50 people use the application. But I want some protection rather than nothing!

    Jon

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

    Re: Copy protecting my application

    Assuming you are talking about the source code for your program, I'm sure you can find an encryption algorithum on the web that would do the trick. Have you done an searchs?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2001
    Posts
    395

    Re: Copy protecting my application

    I will create an exe file for my Visual Basic application. But when I give it to the end user, I don't want them copying the programming and selling it themselves or giving it to a friend. i.e. looking for normal copyprotection!

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

    Re: Copy protecting my application

    You could create a setup key much the same way as other commerical products have. I believe that is done through the actual installer itself (which rules out the Package And Deployment Wizard).

    Check the Wise and InstallShield sites for information regarding what is available in this area with their product.

  5. #5
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: Copy protecting my application

    You could create a setup key much the same way as other commerical products have. I believe that is done through the actual installer itself (which rules out the Package And Deployment Wizard).
    Actually, since the Setup program supplied by the package and deployment wizard is written in VB and MS gives you the source, you can add anything you want to the setup procedure.

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

    Re: Copy protecting my application

    Quote Originally Posted by moeur
    Actually, since the Setup program supplied by the package and deployment wizard is written in VB and MS gives you the source, you can add anything you want to the setup procedure.
    Really? Cool. I did not know that. Thanks.

  7. #7
    Old Member moeur's Avatar
    Join Date
    Nov 2004
    Location
    Wait'n for Free Stuff
    Posts
    2,712

    Re: Copy protecting my application

    MS calls it the Setup Toolkit
    http://msdn.microsoft.com/library/de...tupProgram.asp

    One of the easiest changes to make is to modify the background graphics to add your company logo etc.

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