May 13, 2022
12:22 AM
I am using Visual Studio Installer in current VS2013 project. Works pretty well (we are installing Windows service to several Windows 2012R2 servers). When building your setup project, just remember to add install and uninstall custom actions to your project. Another common problem is that installer doesn't allow to install new version over existing application (there is way to do that but I always forget how to do it...).
... View more
May 12, 2022
11:25 PM
Hi
I'm writing a software application that the user needs to buy a license for and activate it. I need suggestions on how to start about writing a powerful algorithm for code generation and of course, code checking. I know that people can reverse engineer the code and make a keygen, however, my question is two parts:
In general, regardless of the application being cracked this way, how can I start writing an algorithm to accept a certain Serial or String or a combination. (e.g is that the right thing? e.g: the first number is from 3-9 the second should be the first - 3, while the third number should be the second * + ....whatever...??)
What is the best approach for protecting a Desktop application from piracy without dealing with the internet. Is it the algorithm (make it harder to reverse engineer), protect the source code from being seen after application is installed somewhere?? ...??
PS: Maybe it is worth to mention that I am using Java as my development language. Thanks
... View more
Labels
- Labels:
-
Product Release
Latest posts by BillyAkinbredal
Subject | Views | Posted |
---|---|---|
66 | May 13, 2022 12:22 AM | |
37 | May 12, 2022 11:25 PM |
Activity Feed
- Posted Re: How do I create an InstallShield LE project to install a windows service? on InstallShield Forum. May 13, 2022 12:22 AM
- Posted Algorithm for activation key on FlexNet Embedded Forum. May 12, 2022 11:25 PM