In deferred ( with impoersonate = no) to send the Value to the WIX to CA, i am using set property and value
and collecting the data in CA using session.CustomActionData["key"];
Is there any way to send back the data to the WIX from CA
<Property Id="RESTART" Secure="yes" Value="false" />
In immediate i was using,
session["RESTART"] = "true"
... how to achieve this in deferred CA