|
-
Jun 3rd, 2005, 11:15 AM
#1
Thread Starter
Hyperactive Member
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
-
Jun 3rd, 2005, 11:36 AM
#2
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?
-
Jun 3rd, 2005, 11:38 AM
#3
Thread Starter
Hyperactive Member
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!
-
Jun 3rd, 2005, 11:59 AM
#4
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.
-
Jun 3rd, 2005, 01:15 PM
#5
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.
-
Jun 3rd, 2005, 02:08 PM
#6
Re: Copy protecting my application
 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.
-
Jun 3rd, 2005, 04:58 PM
#7
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|