if test -r fxsetup; then
./fxsetup
fi

if test -r actsetup; then
./actsetup
fi

if test -r sqlsetup; then
./sqlsetup
fi

if test -r qfsetup; then
./qfsetup
fi

if test -r docsetup; then
./docsetup
fi

echo 
echo "INFOFLEX Setup is complete"
echo 

