Previous Topic: Manager Time Related MacrosNext Topic: InstallShield Parameters


Software Location Related Macros

$msi

Expands to the path of the directory, where MSILIB resides; the path used for MSI administrative installations.

This macro only applies to MSI-packages.

The relevant item procedure now handles the expansion to the MSI subdirectory, into which an Administrative Installation of the current item once was made.

$cd()

Used for example to provide a path to a file on a specific CD.

Usage: $cd(OfficeSw)\Subdir\msispy.msi, where OfficeSw is the CD label and Subdir is the directory on the CD, in which the msi-file msispy.msi is located.