Add Component Search Command OptionCommand Syntax
/AddCompLocator <property_name>
-signature <search_signature>
-compid <component_id>
[-type <LocatorTypeDirectory|LocatorTypeFileName>]Creates a new component search. Parameters - <property_name> - The name of the search property
that will store the result
- -signature <search_signature> - The search
signature.
- -compid <component_id> - The component ID of the
component whose key path is to be used for the search. This should be
the GUID of a component that appears in the project. It may be the
component ID of a component belonging to another product installed on
the computer.
- [-type <LocatorTypeDirectory|LocatorTypeFileName>] -
A value that determines if the key path of the component is a file
name or a directory location.
Example:
AdvancedInstaller.com /edit MyProject.aip /AddCompLocator COMP_SEARCH_RESULT -signature comp_search
-compid {E445FA46-5308-4497-8CED-00C9DADEFD34} |