Re: [WiX-users] rollback conditions

2008-02-04 Thread Richard
In article <[EMAIL PROTECTED]>, larsenal <[EMAIL PROTECTED]> writes: > I think so. I've added a CA which is supposed to throw an error as follows: > > > > However, it seems that it's not forcing a rollback. Any ideas? The docs say: NameTypeDescription Error String This attr

Re: [WiX-users] rollback conditions

2008-02-04 Thread larsenal
I think so. I've added a CA which is supposed to throw an error as follows: However, it seems that it's not forcing a rollback. Any ideas? Richard-45 wrote: > > > In article <[EMAIL PROTECTED]>, > larsenal <[EMAIL PROTECTED]> writes: > >> I removed all conditions from the Rollback a

Re: [WiX-users] rollback conditions

2008-02-04 Thread Richard
In article <[EMAIL PROTECTED]>, larsenal <[EMAIL PROTECTED]> writes: > I removed all conditions from the Rollback action. It's sequence is set to > After="InstallInitialize". It still doesn't fire. > > Any ideas? It won't fire unless the transaction is interrupted and a rollback occurs.

Re: [WiX-users] rollback conditions

2008-02-04 Thread larsenal
UPDATE: I removed all conditions from the Rollback action. It's sequence is set to After="InstallInitialize". It still doesn't fire. Any ideas? -- View this message in context: http://www.nabble.com/rollback-conditions-tp15273453p15277792.html Sent from the wix-users mailing list archive at

[WiX-users] rollback conditions

2008-02-04 Thread larsenal
I want different rollback CAs to fire based on whether an install or uninstall is occurring. What I have so far never seems to fire any rollback: ... (&PluginFeature = 3) AND NOT (!PluginFeature = 3) (&PluginFeature = 2) AND (!PluginFeature = 3) (&PluginFeature = 3) (&PluginFeature = 2) --