InstallAware for Windows Installer
 

Find All Registry

This command searches for the names of subkeys or values contained within a registry key. The returned names are delimited by the $NEWLINE$ variable.

Variable

Type the name of the variable to receive the read names.

Root

Select the root of the read operation using the drop down menu.

Key

Type the name of the key to read from.

Find all key names

Select this box to obtain the names of subkeys within the designated key.

Find all key values

Select this box to obtain the names of values within the designated key. The default value, which is unnamed, will be reported as the string literal (Default). This string literal should be replaced with an empty string before being passed to other registry functions.

 Notes
  • If no matching files are found, the variable entered in the Variable field will be an empty string.
  • You may easily navigate the results returned by this command using the For Each...Next loop constructs.