Previous Topic: Target Related MacrosNext Topic: Manager Time Related Macros


Software Item Related Macros

$in

Expands to the item name.

$iv

Expands to the item version.

$ip

Expands to the item procedure source path (in the library). Useful when writing, for example, a batch file, which refers to the root location of the source files.

This macro cannot be used from external procedures.

$pn

Expands to the procedure name.

$pf

Expands to the current procedure file (of the current MSI-package).

$ioid

Expands to the item object identifier. This can be useful when creating unique keys.

$pt

Expands to the item procedure mask type, that is, Install, Uninstall, Configure, and Activate.