I'm looking to have a release layout with multiple installers but with a single source for prerequisites, in the following structure:
\Product1\setup.exe
\Product2\setup.exe
\Product3\setup.exe
\Redist
The goal is to launch each prerequisite from the master location instead of duplicating each prerequisite to the its product folder. Is there a way to change the default location of InstallShield's prerequisites (ISSetupPrerequisites)?