mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Update Fleet-maintained apps (#28186)
Automated ingestion of latest Fleet-maintained app data. Co-authored-by: jahzielv <19838370+jahzielv@users.noreply.github.com>
This commit is contained in:
parent
fa8c087abf
commit
2a9ab19db2
1 changed files with 5 additions and 5 deletions
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "25.2.600.0",
|
||||
"version": "25.2.664.0",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'Cloudflare WARP' AND publisher = 'Cloudflare, Inc.';"
|
||||
},
|
||||
"installer_url": "https://downloads.cloudflareclient.com/v1/download/windows/version/2025.2.600.0",
|
||||
"installer_url": "https://downloads.cloudflareclient.com/v1/download/windows/version/2025.2.664.0",
|
||||
"install_script_ref": "8959087b",
|
||||
"uninstall_script_ref": "bed0c3ff",
|
||||
"sha256": "4806438ff1b8b86e62338e169095c0127f9ac5a41609ff74c37eeb6eb407c930"
|
||||
"uninstall_script_ref": "d3c95af7",
|
||||
"sha256": "abadabc597ec33ade211d161936cb17d0e7fd50f43208d23ac29b4f77fd8a855"
|
||||
}
|
||||
],
|
||||
"refs": {
|
||||
"8959087b": "$logFile = \"${env:TEMP}/fleet-install-software.log\"\n\ntry {\n\n$installProcess = Start-Process msiexec.exe `\n -ArgumentList \"/quiet /norestart /lv ${logFile} /i `\"${env:INSTALLER_PATH}`\"\" `\n -PassThru -Verb RunAs -Wait\n\nGet-Content $logFile -Tail 500\n\nExit $installProcess.ExitCode\n\n} catch {\n Write-Host \"Error: $_\"\n Exit 1\n}\n",
|
||||
"bed0c3ff": "$product_code = \"{8123B6B1-C603-4DC7-A5C5-2A1E710B5307}\"\n\n# Fleet uninstalls app using product code that's extracted on upload\nmsiexec /quiet /x $product_code\nExit $LASTEXITCODE\n"
|
||||
"d3c95af7": "$product_code = \"{4A67FBB8-472C-4AF1-AADA-570FABC9A0E8}\"\n\n# Fleet uninstalls app using product code that's extracted on upload\nmsiexec /quiet /x $product_code\nExit $LASTEXITCODE\n"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue