Creates a new registry search.

Installer software, free windows MSI creation tool
Home | Contact | Site Map |
Download Features Java Licensing Purchase Testimonials Support Forums FAQs
USER GUIDE

Add Registry Search Command Option

Command Syntax

/AddRegLocator  <property_name> 
                -signature <search_signature> 
                -root <HKCR|HKCU|HKLM|HKU> 
                -key <registry_key>
                [-name <registry_value_name>] 
                [-type <LocatorTypeDirectory|LocatorTypeFileName|LocatorTypeRawValue>]
                [-64bit]

Creates a new registry search.

Parameters

  • <property_name> - The name of the property that will store the result of the search.
  • -signature <search_signature> - The signature of the search.
  • -root <HKCR|HKCU|HKLM|HKU> - The root of the registry entry.
  • <registry_key> - The registry key to be looked up.
  • [-name <registry_value_name>] - The registry value name. If this value is null, then the value from the key's unnamed or default value, if any, is retrieved. Type
  • [-type <LocatorTypeDirectory|LocatorTypeFileName|LocatorTypeRawValue>] - A value that determines if the registry value is a file name, a directory location, or raw registry value.
  • [-64bit] - Specify whether you want to search the 64 bit section of the registry.

Example:

AdvancedInstaller.com /edit MyProject.aip /AddRegLocator REG_SEARCH_RESULT -signature reg_search 
    -root HKLM -key Software\MyKey\
© 2002 - 2008 Caphyon Ltd. Trademarks belong to their respective owners. All rights reserved.