This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Gathering information FROM Deferred Execution Custom Action
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Sep 24, 2021
09:45 AM
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.
(0) Replies