You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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").
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.The text was updated successfully, but these errors were encountered: