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

Fix MSI Service Error handling #5818

Merged
merged 1 commit into from
Sep 19, 2019
Merged

Conversation

directionless
Copy link
Member

When ErrorControl is set to critical, a failure to start osquery results in a system reboot. Instead, this should be set to normal where it is logged and the startup proceeds.

Upstream docs are Docs are http://wixtoolset.org/documentation/manual/v3/xsd/wix/serviceinstall.html

This was fixed in #5467 and seems to have gotten lost.

When ErrorControl is set to `critical`, a failure to start osquery results in a system reboot. Instead, this should be set to `normal` where it is logged and the startup proceeds.

Upstream docs are Docs are http://wixtoolset.org/documentation/manual/v3/xsd/wix/serviceinstall.html

This was fixed in osquery#5467 and seems to have gotten lost.
@directionless directionless merged commit 8e67884 into osquery:master Sep 19, 2019
@directionless directionless deleted the seph/wix branch September 19, 2019 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants