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
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
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.
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
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)
--
5 matches
Mail list logo