SdSubstituteProductInfo

InstallShield 2014 ยป InstallScript Language Reference

The SdSubstituteProductInfo function replaces any occurrences of the %P, %VS, and %VI placeholders in svString with the values of the system variables IFX_PRODUCT_DISPLAY_NAME, IFX_PRODUCT_DISPLAY_VERSION, and IFX_INSTALLED_DISPLAY_VERSION. You can use this function before calling a function, such as MessageBox, that does not automatically perform this replacement before displaying strings.

Syntax

SdSubstituteProductInfo ( svString );

Parameters

SdSubstituteProductInfo Parameters

Parameter

Description

svString

Specifies the string containing placeholders; returns the string with the placeholders replaced.

Return Values

This function does not return a value.