Novell ADMINSTUDIO 9.5 User Manual page 677

Hide thumbs Also See for ADMINSTUDIO 9.5:
Table of Contents

Advertisement

Registry Element
The Registry element is used when searching for Registry entries. The following is a sample Registry element:
<Registry hive="HKEY_LOCAL_MACHINE" key="System\CurrentControlSet\Services\Tcpip\*"/>
The Registry element has the following attributes:
Table 9-15 • Registry Element / Attributes
Attribute
ID
hive
key
valueName
valueData
AdminStudio 9.5 User Guide
Chapter 9: Converting Windows Installer Packages to Virtual Applications
Description
The ID attribute is always used for binding. Binding allows you to reference an object
from another object. You can bind together File, Registry, Shortcut, and Message text.
For example, if you wanted to create a shortcut to a file, you would use the ID attribute to
identify the file, and then obtain the shortcut for that file (the full path and file name).
The ID attribute is not required.
Note •
You should not use an ID attribute unless you are going to bind to it because it adds overhead
to the conversion process.
The hive attribute is the C++ constant name of the registry hive. Most likely, the hive
would be one of the following:
HKEY_CLASSES_ROOT
HKEY_CURRENT_CONFIG
HKEY_CURRENT_USER
HKEY_LOCAL_MACHINE
HKEY_PERFORMANCE_DATA
HKEY_PERFORMANCE_NLSTEXT
HKEY_PERFORMANCE_TEXT
HKEY_USERS
The key attribute is the Registry key name, delimited by back slashes. For example:
If you are using keys in a Fingerprint, you can end your key attribute with a
slash asterisk) and that will match all subkeys.
If you enter
software\Microsoft\*
subdirectory of
The
field is a valid binding target. See
key
The valueName attribute is the name of the registry value.
The
field is a valid binding target. See
valueName
The value Data attribute is a string representation of your value data. If you are creating a
Fingerprint, this is the information that would be returned by
retrieves the type and data for the specified value name associated with an open registry
key.
The
field is a valid binding target. See
valueData
ADS-0950-UG00
Testing Windows Installer Packages for Virtualization Compatibility
, that Fingerprint will match anything that is a
.
software\Microsoft
Rule Data
Binding.
Rule Data
Binding.
RegQueryValueEx
Rule Data
Binding.
(back
\*
, which
677

Advertisement

Table of Contents
loading

Table of Contents