Intermec 700 Series 700 User Manual page 266

Monochrome mobile computer
Hide thumbs Also See for 700 Series 700:
Table of Contents

Advertisement

Chapter
7
Programming
Required? No
Flag
FLG_ADDREG_NOCLOBBER
FLG_ADDREG_TYPE_SZ
FLG_ADDREG_TYPE_MULTI_SZ 0x00010000 REG_MULTI_SZ registry data type. Value field that follows
FLG_ADDREG_TYPE_BINARY
FLG_ADDREG_TYPE_DWORD
AddReg = RegSettings.All
[RegSettings.All]
HKLM,%reg_path%,,0x00000000,alpha
HKLM,%reg_path%,test,0x00010001,3
HKLM,%reg_path%\new,another,0x00010001,6
250
[AddReg]
This section, under the [DefaultInstall] section, is optional and describes
the keys and values that the .CAB file adds to the device registry. Within
the [DefaultInstall] section, a reference may have been made to this
section, such as "AddReg=RegSettings.All". This section defines the
options for that setting.
S add_registry_section: registry_root_string
String that specifies the registry root location. The following list shows
the values supported by Windows CE.
S HKCR
Same as HKEY_CLASSES_ROOT
S HKCU
Same as HKEY_CURRENT_USER
S HKLM Same as HKEY_LOCAL_MACHINE
S add_registry_section: value_name
Registry value name. If empty, the "default" registry value name is used.
S add_registry_section: flags
Numeric value that specifies information about the registry key. The
following table shows the values that are supported by Window CE.
Value
Description
0x00000002 If the registry key exists, do not overwrite it. Can be used
with any of the other flags in this table.
0x00000000 REG_SZ registry data type.
can be a list of strings separated by commas.
0x00000001 REG_BINARY registry data type. Value field that follows
must be a list of numeric values separated by commas, one
byte per field, and must not use the 0x hexadecimal prefix.
0x00010001 REG_DWORD data type. The noncompatible format in the
Win32 Setup .INF documentation is supported.
Example
700 Series Monochrome Mobile Computer User's Manual
; <default> = "alpha"
; Test = 3
; New\another = 6

Advertisement

Table of Contents
loading

Table of Contents