fleet/tools/custom-package-parser
Ian Littman 6014908ab6
Correct fix for long MSI interned strings (#25104)
h/t https://github.com/binref/refinery/issues/72, for #24720. No changes
file as this is an unreleased bug.

Also added output for version in the custom package parser tool.

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
2025-01-02 14:43:36 -06:00
..
main.go Correct fix for long MSI interned strings (#25104) 2025-01-02 14:43:36 -06:00
README.md Automatic install custom packages (#25021) 2024-12-27 15:10:28 -03:00
tests.md Automatic install custom packages (#25021) 2024-12-27 15:10:28 -03:00

custom-package-parser

Tool to extract the metadata of software packages (same way Fleet would extract metadata on uploads). This tool was used to determine accuracy of Fleet's processing of software packages (with the most used/popular apps) (see tests.md).

Using a local file:

go run ./tools/custom-package-parser -path ~/Downloads/MicrosoftTeams.pkg
- Name: 'Microsoft Teams.app'
- Bundle Identifier: 'com.microsoft.teams2'
- Package IDs: 'com.microsoft.teams2,com.microsoft.package.Microsoft_AutoUpdate.app,com.microsoft.MSTeamsAudioDevice'

Using a URL:

go run ./tools/custom-package-parser -url https://downloads.1password.com/win/1PasswordSetup-latest.msi
- Name: '1Password'
- Bundle Identifier: ''
- Package IDs: '{321BD799-2490-40D7-8A88-6888809FA681}'