if which dzhandle >/dev/null; then
    case "$1" in install|upgrade)
	# install, upgrade
	#  - check, if product will be installed in an instance,
	#    where it already exists?

	dzhandle preinst-product -m "$*" #PACKAGE# #DZ-DIR# #DZ-ADDON#
    esac
fi
