InstallShield 11 Universal

The Resolve Suite Product Properties action is automatically included in the Sequences view of a Universal Dynamic Suite. This action updates the Active and Install Location properties of each assembly that is referenced in the suite.
This action reads the INSTALL_LOCATION property from the assembly's productRef.inf file and updates the installation location of the assembly. This only applies to the installation location of each assembly's root product. The installation location of all indirectly-referenced assemblies (those that are referenced/required by the assemblies that are referenced by the suite and/or the assemblies that do not include a productRef.inf file) cannot be overridden by this actionif a relative path is specified, then those assemblies are installed relative to the installation location of the product/assembly that requires them.
For example, if the Install Location properties in a Dynamic Suite are set as follows:
Suite = "/foo"
Assembly's productRef.inf file's INSTALL_LOCATION = "bar"
then this assembly's actual installation location would be:
Without this action = /bar
With this action = /foo/bar
Set the properties of a Resolve Suite Product Properties action as described in Common Action Properties.
See Also
Creating a Dynamic Suite
Universal Dynamic Suite Installations