Add Registry Entry Command OptionCommand Syntax:
/AddReg <source_registry_key>
<dest_registry_key>
[-SingleComponent]Adds an already existing key from the registry to the project. Parameters - <source_registry_key> - The path of the source key.
- <dest_registry_key>; - The destination registry key.
- [-SingleComponent] - Specify whether the keys imported from the
registry should be grouped into a single component.
Example:
AdvancedInstaller.com /edit MyProject.aip /AddReg HKLM\Software\LocalKey HKUD\Software\MyKey |