Creating a variable configuration file and a lookup file manually
Creating a variable or file
A variable file contains the variable setting names based on the template of the original settings file or configuration file.
Note: Use a text editor that supports UTF‑8.
- Using a text editor, open the .ucf file.
- From the setting that you want to have a variable value, change its value to , where is a unique variable name.
- Save the file.
Notes:
- We recommend saving the .ucf file with a different name to distinguish it from the original file. For example, you can add the prefix to the file name.
- Take note of the variable names in the configuration file. These variable names are used when creating the lookup .csv file.
Sample standard settings file
nvOemMfgLongName "Lexmark International"
HTTPSENABLE TRUE
LPDTIMEOUT 90
printTimeout "90"
Sample variable file
nvOemMfgLongName $(variable_1)
HTTPSENABLE $(variable_2)
LPDTIMEOUT $(variable_3)
printTimeout $(variable_4)
Creating a VCC variable configuration file bundle
Note: Use a text editor that supports UTF‑8.
- Extract the .xml or .ucf files in the bundle that you want to have variable settings.
- Using a text editor, open the .xml or .ucf files.
- From the setting that you want to have a variable value, change the value to , where is a unique variable name.
- Save the file.
- Compress the updated .xml or .ucf files in another bundle.
Notes:
- We recommend saving the bundle with a different name to distinguish it from the original bundle. For example, you can add the prefix in the file name.
- When updating multiple configuration files, use unique variable names. A variable name used in an .xml or .ucf file must not be used in a different .xml or .ucf file contained in the VCC bundle.
- Take note of the variable names in the configuration file. These variable names are used when creating the lookup .csv file.
Creating a lookup file
A .csv file contains different values for the variable setting names based on the template.
Note: We recommend creating the .csv file using a spreadsheet that supports CSV file format.