cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Azmaeus
Level 6

Gathering information FROM Deferred Execution Custom Action

I was able to use CustomActionData to get properties INTO my Custom Action vbscript, but now I need to get information OUT of it. I tried:

Session.Property("CustomActionData") = "Success"

and

Set Session.Property("CustomActionData") = "Success"

Both of those cause the script to fail. What I'm ultimately trying to do is gather a result from the Custom Action, if there's a way to collect the CA return code but still resume even if it's an error, that would be great too, otherwise I'm trying to set a property so on the SetupCompleteSuccess dialog I can provide information on whether the CA succeeded or not.

Labels (1)
0 Kudos
(0) Replies