Re: [WiX-users] How to rollback a quiet CA

2010-05-17 Thread Andres Juarez
e: Fri, 14 May 2010 17:23:20 -0700 > Subject: Re: [WiX-users] How to rollback a quiet CA > > A rollback CA is a deferred CA that is scheduled (usually right) before the > deferred CA it undoes the action of and is only called if there is a failure > in any action "after"

Re: [WiX-users] How to rollback a quiet CA

2010-05-14 Thread Blair
A rollback CA is a deferred CA that is scheduled (usually right) before the deferred CA it undoes the action of and is only called if there is a failure in any action "after" the rollback CA is "scheduled". If you are attempting to use "quiet CAs" for this, you will do: With appropriate sched