Add any level of sub keys to Registry Roots like
HKEY_CLASSES_ROOT, HKEY_CURRENT_USER. Following are the registry value types supported by Nvn Installer. 1. Binary value - The value is interpreted and stored as a hexadecimal value (REG_BINARY). 2. String value - The value is interpreted and stored as a string (REG_SZ). 3. Multiple string value - The value is interpreted and stored as a multiple strings (REG_MULTI_SZ). 4. Integer value - The value is interpreted and stored as an integer (REG_DWORD). 5. Expandable string value - The value is interpreted and stored as an expandable string (REG_EXPAND_SZ). Nvn Installer needs every registry to be assigned with a feature to it. Refer ProductInformation to know how to create feature, defining default feature etc For any questions, suggestions or bug reports, please drop a mail to support@nvninstaller.com |
Help >