registration information stored in the Windows registry. Create any file with the .reg extension and place the following strings there:
[HKEY_ROOT\HKEY_RELATIVE]
"Name"="User Information"
"Key"="XUCBSNJ9T642DCQP3FW8C6NJL75X7"
here: HKEY_ROOT - root path of Windows registry, it can be:
HKEY_LOCAL_MACHINE and HKEY_CURRENT_USER, - this field has been filled out in the Registration Features - Registration data storing panel, "Base place in registry" field;
HKEY_RELATIVE - related path in the Windows registry, has been filled out in the "Relative path in registry" field
User Information - information about the user the registration key has been generated for;
XUCBSNJ9T642DCQP3FW8C6NJL75X7 - the registration key.
Send the .reg file to the user. After the user double-clicks this file, a message will be displayed offering to add information into the Windows registry, the user must click "Yes". In case everything has been done successfully, the module will be registered.
registration information stored in the external file. Create a file with the name which you have typed in the Registration Features - Registration data storing, "Relative path in the file system" field and place the following information there:
[Registration information]
Name=UserInfo
Key=XUCBSNJ9T642DCQP3FW8C6NJL75X7
here UserInfo - information about the user the registration key has been generated for;
XUCBSNJ9T642DCQP3FW8C6NJL75X7 - the registration key.
Send this file to the user and instruct them to copy the registration file into the folder specified in the "Base folder in file system" field. In case everything has been done successfully, the module will be registered.