Registry

Insert, delete, or modify items in the Windows registry. There can be multiple Registry commands in a single .aic file.

Options include entering the name of the registry key that you want to insert, delete, or modify. Then, entering the action you want to perform:

Action
Description
Delete
Removes the key from the registry.
New
Adds a key to the registry.
Query
Specifies where in the structure the key and associated values should be stored.

To create a new key or modify the existing key organization, use the new or delete commands.

To add information to the registry, use the New and Query functions. Use the Key command followed by one or more Value statements. Single Key commands and all Value statements begin with BeginRegistry command and end with EndRegistry.