|
#11
|
||||
|
||||
|
Use InnoSetup help
Code:
ValueType The data type of the value. This must be one of the following: none string expandsz multisz dword qword binary If none (the default setting) is specified, Setup will create the key but not a value. In this case the ValueData parameter is ignored. If string is specified, Setup will create a string (REG_SZ) value. If expandsz is specified, Setup will create an expand-string (REG_EXPAND_SZ) value. If multisz is specified, Setup will create an multi-string (REG_MULTI_SZ) value. If dword is specified, Setup will create a 32-bit integer (REG_DWORD) value. If qword is specified, Setup will create a 64-bit integer (REG_QWORD) value. If binary is specified, Setup will create a binary (REG_BINARY) value.
__________________
Haters gonna hate
|
| The Following User Says Thank You to KaktoR For This Useful Post: | ||
Tigru (14-05-2024) | ||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Help] need Advanced Installer script with Razor1911's UltraArc module | rez3vil | Conversion Tutorials | 3 | 15-04-2024 02:24 |
| Portable Installer Inno Setup Script | y_thelastknight | Conversion Tutorials | 59 | 23-10-2020 00:02 |
| INDEX - Conversion Tutorial Index | Razor12911 | Conversion Tutorials | 5 | 11-06-2020 02:05 |
| Simple Arc Installer | 78372 | Conversion Tutorials | 1 | 15-06-2017 15:37 |
| MSC+Srep+lzma Simple Script Example | gozarck | Conversion Tutorials | 10 | 07-09-2015 16:31 |