Skip to content

Can a WiX Custom action return a string other than the custom action status #6559

Discussion options

You must be logged in to vote

Custom actions don't return values like that but take a look at the session parameter. If you want to display a message or log information, consider looking at session.Message or session.Log

If you want to store information for later use, consider setting a property: session["PROPERTY_NAME"] = "PROPERTY VALUE"

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by robmen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants
Converted from issue

This discussion was converted from issue #6558 on August 27, 2021 13:13.