Add/Modify Registry Data
Getting there
- From a command line, open the Attachmate Customization Tool:
path_to_setup\setup.exe /admin
- From the Select Customization dialog box, select the option that best describes the task you are performing.
- From the navigation pane, click Add registry data.
- To add a new registry value, click Add.
-or-
To modify a registry value in the table, select the value, and then click Modify.
Specify registry keys and values to add or modify during the installation process. By modifying registry values, you can change the way the application operates (for example, for certain Attachmate applications, you can add a value that specifies to never save settings on exit).
|
Key
|
Enter the complete Registry path from the root, for example:
HKEY_LOCAL_MACHINE\SOFTWARE\Reflection\Rwin\Reflection
|
|
Name
|
Enter the registry value name, for example:
SaveChanges
If the Name box is blank, the data entered into the Value box are written to the Default registry key.
|
|
Type
|
Select the data type of the value. For example:
DWORD
Types include strings, integers (DWORD), or binary values.
|
|
Value
|
Enter the value. For example:
0x00000000 (0)
|
|