FeatureSaveTarget

InstallShield 2014 » InstallScript Language Reference

Project: This information applies to the following project types:

InstallScript
InstallScript MSI

FeatureSaveTarget gets the current values of all text substitutions used by the setup project and stores them in the installation log file. This includes the current target directory of all components and the value of all target-directory-related system variables, as well as all other text substitution values.

When the setup initializes and a valid log file is found, any values previously stored with this function are automatically restored. This allows a maintenance setup to update previously installed components and install new components to the appropriate location.

Syntax

FeatureSaveTarget ( szReserved );

Parameters

FeatureSaveTarget Parameters

Parameter

Description

szReserved

Pass a null string ("") in this parameter. No other value is allowed.

Return Values

This function always returns zero (0).

See Also