Skip to content

Commit

Permalink
Added links to installer metadata extractor code. (#23786)
Browse files Browse the repository at this point in the history
  • Loading branch information
getvictor authored Nov 19, 2024
1 parent cb3e1d5 commit 40c1358
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions articles/deploy-software-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Learn more about automatically installing software in a separate guide [here](ht
* Choose a file to upload. `.pkg`, `.msi`, `.exe`, `.rpm`, and `.deb` files are supported.

> Software installer uploads will fail if Fleet is unable to extract information from the installer package such as bundle ID and version number.
> - [.pkg extractor code](https://github.com/fleetdm/fleet/blob/main/pkg/file/xar.go#:~:text=func%20ExtractXARMetadata)
> - [.msi extractor code](https://github.com/fleetdm/fleet/blob/main/pkg/file/msi.go#:~:text=func%20ExtractMSIMetadata)
> - [.exe extractor code](https://github.com/fleetdm/fleet/blob/main/pkg/file/pe.go#:~:text=func%20ExtractPEMetadata)
> - [.deb extractor code](https://github.com/fleetdm/fleet/blob/main/pkg/file/deb.go#:~:text=func%20ExtractDebMetadata)
> - [.rpm extractor code](https://github.com/fleetdm/fleet/blob/main/pkg/file/rpm.go#:~:text=func%20ExtractRPMMetadata)
* To allow users to install the software from Fleet Desktop, check the “Self-service” checkbox.

Expand Down

0 comments on commit 40c1358

Please sign in to comment.