Registry Settings Management in Deployment
The Registry Editor allows you to specify registry keys and values to be added to the registry of the target computer.
By default the Registry Editor displays a standard set of registry keys that correspond with the standard Windows registry keys: HKEY_CLASSES_ROOT, HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_USERS, and HKEY_PER_USER. For Setup projects, additional keys that match the Manufacturer property for the project are displayed under HKEY_CURRENT_USER\Software and HKEY_LOCAL_MACHINE\Software.
You can add your own keys under any registry key or sub-key; add string, binary, or DWORD values to any key; or import registry files.
Most items in the Registry Editor, including keys and values, can be moved between nodes by dragging with the mouse or by using the Cut and Paste commands on the Edit menu.
The following topics describe tasks that can be accomplished in the Registry Editor.
In This Section
Topic |
Description |
---|---|
Explains how to specify registry keys for a target computer. |
|
How to: Add and Delete Registry Values in the Registry Editor |
Describes how to specify values for registry keys on a target computer. |
Explains how to specify a default registry value for a key on a target computer. |
|
Explains how to import an existing registry file. |
Related Sections
Topic |
Description |
---|---|
Describes properties available in the Registry Editor. |
|
Explains how to open the deployment editors. |
|
Describes the File System Editor, which allows you to add project outputs, files, and other items to a deployment project and specify where they will be installed on the target computer. |
|
Describes the File Types Editor, which is used to establish file associations on the target computer. |
|
Describes the User Interface Editor, which can be used to specify and set properties for predefined dialog boxes that are displayed during installation on the target computer. |
|
Describes the Custom Actions Editor, which allows you to specify additional actions to be performed on the target computer at the end of an installation. |
|
Describes the Launch Conditions Editor, which allows you to specify conditions that must be met in order to successfully run an installation. |
|
Describes new features related to setup and deployment. |