BASEDIR=`ckpath -d $BASEDIR  -p "Where should APPIQ CIM Extensions be installed? [$BASEDIR]" ` || exit $?

# make parameters available to installation service,
# and so to any other packaging scripts
cat >$1 <<EOB
BASEDIR=$BASEDIR
EOB
