Skip to content
Discussion options

You must be logged in to vote

Thanks @robmen, you've helped me answer my own question.

Knowing it should work made me investigate the ProcessMessage documentation. Now in my C# custom action I set the record of the message to make it "Explicit"

`var recordProgress = new Record(3);
recordProgress.SetInteger(1, 1);
recordProgress.SetInteger(2, 1);
recordProgress.SetInteger(3, 0);

session.Message(InstallMessage.Progress, recordProgress);`

and clicking the cancel button in the bundle UI does indeed cancel the action.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@gbull122
Comment options

@robmen
Comment options

@gbull122
Comment options

Answer selected by gbull122
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants