PDA

View Full Version : Dependencies and different OS


tkroeckel
10-06-2004, 08:46 AM
I have to integrate dependencies (MDAC, Jet-Engine) into a setup. The default action is "Technology required" before the normal setup starts, the installation of the dependencies is performed at the very beginning of the setup procedure.
Is it possible, due to the target OS, that this action can be skipped by defining an action?
Regards
Thomas Kroeckel

Lorne
10-06-2004, 09:36 AM
Yep. Either (a) modify the installation script of the dependency in question so it only performs all of its actions if your conditions are met, or (b) modify the detection function so it only returns false if your conditions are met.