Hi there,
If I have a defered quiet CA:
<CustomAction Id="QtExecDeferredExampleWithProperty_Cmd"
Property="QtExecDeferredExampleWithProperty"
Value=""[#MyExecutable.exe]"" Execute="immediate"/>
<CustomAction Id="QtExecDeferredExampleWithProperty" BinaryKey="WixCA"
DllEntry="CAQuietExec"
Execute="deferred" Return="check" Impersonate="no"/>
If I want to have the rollback CA for the above, is there any way of doing
that? Because the property setting CA cannot be deferred but inmediate, so
changing to the below won't work:
<CustomAction Id="RB_QtExecDeferredExampleWithProperty_Cmd"
Property="RB_QtExecDeferredExampleWithProperty"
Value=""[#MyExecutable.exe]"" Execute="rollback"/>
<CustomAction Id="RB_QtExecDeferredExampleWithProperty" BinaryKey="WixCA"
DllEntry="CAQuietExec"
Execute="rollback" Return="check" Impersonate="no"/>
thanks
Andres
_________________________________________________________________
The New Busy is not the old busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_3
------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users