G
Glenn M
MSI documentation says thay for every custom action you shoudl have a
rollback action . and you can only have a rollback action if you place
the custom action in execute defferred.
however if your custom action runs based on a condition (e.g
remove="all") that condition can only be evaluated during the execute
immediate stage.
how do you evaluate the condition at execute deferred time. do you
store it in a property at execute immediate time and they grab that
property during the execute deferred sequence?
thanks
glenn
rollback action . and you can only have a rollback action if you place
the custom action in execute defferred.
however if your custom action runs based on a condition (e.g
remove="all") that condition can only be evaluated during the execute
immediate stage.
how do you evaluate the condition at execute deferred time. do you
store it in a property at execute immediate time and they grab that
property during the execute deferred sequence?
thanks
glenn