|
|
От: |
okman
|
https://searchinform.ru/ |
| Дата: | 06.10.11 16:35 | ||
| Оценка: | |||
RegistrySearch
Type = raw
Sets the raw value from the registry value.
Please note that this value will contain a prefix as follows:
DWORD
Starts with '#' optionally followed by '+' or '-'.
REG_BINARY
Starts with '#x' and the installer converts and saves each hexadecimal digit (nibble) as an ASCII character prefixed by '#x'.
REG_EXPAND_SZ
Starts with '#%'.
REG_MULTI_SZ
Starts with '[~]' and ends with '[~]'.
REG_SZ
No prefix, but if the first character of the registry value is '#', the installer escapes the character by prefixing it with another '#'.