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

Flare should include installer-info files #1775

Closed
directionless opened this issue Jul 9, 2024 · 2 comments · Fixed by #1899
Closed

Flare should include installer-info files #1775

directionless opened this issue Jul 9, 2024 · 2 comments · Fixed by #1899

Comments

@directionless
Copy link
Contributor

Ages ago I added something to launcher's installers to leave installer-info files on disk. We should include them in the flares. And maybe any info about likely kolide installers in the Downloads folder.

@RebeccaMahany
Copy link
Contributor

And maybe any info about likely kolide installers in the Downloads folder.

Added in #1878 🙂

@RebeccaMahany
Copy link
Contributor

The installer info files live in the configuration directory => installer-info.json. You can call launcher.DefaultPath(launcher.EtcDirectory) (from here) to get the path to the configuration directory.

On macOS and Linux, the file lives here: /etc/kolide-k2/installer-info.json. We do not have this file on Windows, so we should only attempt to retrieve it on macOS and Linux.

I think this file could fit into the installCheckup (if we rename it from "Package Install Logs" to "Package Install").

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants