Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add InstallerErrorCode to COM interface #1926

Merged
merged 1 commit into from
Feb 11, 2022

Conversation

JohnMcPMS
Copy link
Member

@JohnMcPMS JohnMcPMS commented Feb 10, 2022

Change

Adds UInt32 InstallerErrorCode{ get; }; to the InstallResult COM object. This exposes the actual result from executing the installer to the caller. This is useful for manual investigation of the error by the user, and is something we already show on the command line.

Validation

Manually confirmed that the error code is being exposed. Since this is just returning an existing Context data item, no additional automation is added.

Microsoft Reviewers: Open in CodeFlow

@JohnMcPMS JohnMcPMS requested a review from a team as a code owner February 10, 2022 22:50
@JohnMcPMS JohnMcPMS merged commit 2006c66 into microsoft:master Feb 11, 2022
@JohnMcPMS JohnMcPMS deleted the installer-result branch February 11, 2022 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants