Packing precautions:
1. The auxiliary files you want to package should be located in the directory or subdirectory of the EXE main program. Multi-level subdirectories are supported. The relative paths of the main program and auxiliary files must be correct.
2. If your software package is very large, you can only package the main program and important subsidiary file data that you need to protect.
3. If the packaged software test runs abnormally, you can remove some unimportant attachment files during packaging and then repackage it. Unpackaged attachment files can be distributed to users as external files together with the packaged software.
4. If the files packaged by the above measures still run abnormally, you can check the compatibility mode for packaging when packaging. The compatibility mode requires packaging of the entire software directory and cannot only package some files.
[Packaging steps]
1. Specify the EXE main program;
2. Add auxiliary files used by the software, such as DLL dynamic libraries, data files, audio and video, etc., and ensure that the relative paths are correct.
3. Set the encryption key;
4. Start packing;
Package and generate an exe file that can be run independently. You can distribute this packaged file to users. When the user opens the file you packaged, an authentication box will pop up, requiring the user to enter the opening password before they can open it. The user's machine code is displayed in this authentication box. The user will send his machine code to you, and you will provide the user with the machine code based on the user's machine code. Create an activation password:
【Create opening password】
1. Specify the encryption key used for encryption;
2. Specify the user’s machine code;
3. Create an opening password;
Enable passwords to be sent to users, and users can only run your software on their own computers.
it works
it works
it works