> > installed onto ... the dll sets a property to tell if there is a problem.
> > How do I force a rollback, if we decide the install cannot proceed?
Your custom action simply has to return ERROR_INSTALL_FAILURE and all
previuos setup operations will be rollback'ed automatically.