Skip to content

ProductSearch element (Util extension)

Describes a product search.

Attributes

After

string

Id of the search that this one should come after.

Condition

string

Condition for evaluating the search. If this evaluates to false, the search is not executed at all.

Guid

string

The Guid attribute has been deprecated; use the ProductCode or UpgradeCode attribute instead. If this attribute is used, it is assumed to be a ProductCode.

Id

string

Id of the search for ordering and dependency.

ProductCode

string

The ProductCode to use for the search. This attribute must be omitted if UpgradeCode is specified.

Result

Rather than saving the product version into the variable, a ProductSearch can save another attribute of the matching product instead. This attribute’s value must be one of the following:

  • assignment: Saves the assignment type of the product: per-user (0), or per-machine (1).
  • language: Saves the language of a matching product if found; empty otherwise.
  • state: Saves the state of the product: advertised (1), absent (2), or locally installed (5).
  • version: Saves the version of a matching product if found; 0.0.0.0 otherwise. This is the default.

UpgradeCode

string

The UpgradeCode to use for the search. This attribute must be omitted if ProductCode is specified. Note that if multiple products are found, the highest versioned product will be used for the result.

Variable

string required

Name of the variable in which to place the result of the search.

Parents