You can distribute license or renewal code directly via web site, e-mail, phone, voice, letter, fax, instant message or other available method.
It is also possible to
distribute codes via files (in-place).
It can be suitable when you need to place the code into setup file or when you sell some development library and you need to provide developer license for it.
How to put a license code into the license file?
- Create simple text file in UTF-8 encoding
- Paste the license code into this file
- Set the name of file as: [any-of-your-module-name].itplic
- Place this license file in same folder with your protected modules
Example.
Let’s assume you are protecting the project which contain following files:
- MyApplication.exe
- MyLibrary.dll
In this case your license file can be:
- MyApplication.itplic
- MyLibrary.itplic
How to put a renewal code into the renewal file?
- Create simple text file in UTF-8 encoding
- Paste the renewal code into this file
- In case of many renewal codes, set the name of files as: [any-of-your-module-name]-[xx].itpren, where xx is index
- Place these renewal files in same folder with your protected modules
Example.
Let’s assume you are protecting the project which contain following files:
- MyApplication.exe
- MyLibrary.dll
In this case your renewal file can be:
- MyApplication.itplic
- MyLibrary.itplic
Or if you have many renewal files they can be:
- MyApplication-01.itpren
- MyApplication-02.itpren
- MyApplication-03.itpren
- MyApplication-04.itpren