Add Directory Search Command OptionCommand Syntax:
/AddDrLocator <property_name>
-signature <search_signature>
[-path <folder_path>]
[-depth <search_depth>]Creates a new folder 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. It used to identify the search.
- [-path <folder_path>] - The starting location of the
search.
- [-depth <search_depth>] - The depth of the
search.
Example:
AdvancedInstaller.com /edit MyProject.aip /AddDrLocator FOLDER_SEARCH_RESULT -signature folder_search
-path WindowsVolume -depth 3 |