Import from INI file¶
The DataFlex Reports Studio can import the necessary registration information from an .ini file. The file must contain the Serial Number, Registration Name, and Registration Code (it may also contain other information, but only those three data elements are used). The information can be in any order, but they must be contained in a section labeled [DataFlex_Reports_License_Information], and the mandatory identifying labels must be in place for the import to be successful.
The mandatory identifying labels are:
Serial_Number=
Registration_Name=
Registration_Code=
So a properly formatted .ini file would contain the following minimum elements:
[DataFlex_Reports_License_Information]
Serial_Number=xxxxxx
Registration_Name=xxxxxxxxxxxxxxxxxxxxxxxx
Registration_Code=xxxxxxxxxxxxxxxxxxxxxxxx
Notes¶
- You cannot import this INI file in the DataFlex Registration utility.