mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
parent
cb3e1d5b69
commit
40c1358542
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue