Registry files are generated by Regedit to represent exports to the metabase. *.reg files are in text format and specify the keys and values to add or remove from the registry.
Root Path |
Uses standard File Browser |
Delimiter |
|
Ordering |
|
Selection Type |
|
Sample Path |
|
Filters |
*.reg |
COM components are stored as a file in their native text file format.
M-I Differencing is not supported for *.reg files. Snapshots will not be taking during installation resulting in nothing to diff during the M-I diff. If the user would like to difference registry changes they are encouraged to use the built-in Registry keys type.
Regedit /s <file path> is called on the *.reg file to write its changes to the registry.
During uninstall only the *.reg file used during installation will be removed. The registry keys inside the reg file are unaffected. Users are encouraged to use the build-in Registry keys type to allow for registry un-installation.
Action |
Condition |
Result |
Install |
The supplied *.reg file is not in the proper format for regedit. |
Installation fails. |
Install |
The agent does not have proper permissions to write into the registry sections designated by the *.reg file |
Installation fails. |