mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Update Fleet-maintained apps (#27685)
Automated ingestion of latest Fleet-maintained app data. Co-authored-by: jahzielv <19838370+jahzielv@users.noreply.github.com>
This commit is contained in:
parent
f66742ae6d
commit
8fa88fdec0
2 changed files with 8 additions and 8 deletions
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "6.4.1.51520",
|
||||
"version": "6.4.3.52139",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM apps WHERE bundle_identifier = 'us.zoom.xos';"
|
||||
},
|
||||
"installer_url": "https://cdn.zoom.us/prod/6.4.1.51520/ZoomInstallerIT.pkg",
|
||||
"installer_url": "https://cdn.zoom.us/prod/6.4.3.52139/ZoomInstallerIT.pkg",
|
||||
"install_script_ref": "2d889c52",
|
||||
"uninstall_script_ref": "b91fca4d",
|
||||
"sha256": "86d7dbb34ed3ad62fad5c8f9d20ca027eca88e1a29e1e7fc5f9b4dfd7d1e6455"
|
||||
"sha256": "d3bd37ea335d58c45161e96f3f6320015f9ac4dd3304133223862c2761d17d23"
|
||||
}
|
||||
],
|
||||
"refs": {
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"version": "6.4.62735",
|
||||
"version": "6.4.63669",
|
||||
"queries": {
|
||||
"exists": "SELECT 1 FROM programs WHERE name = 'Zoom Workplace (64-bit)' AND publisher = 'Zoom';"
|
||||
},
|
||||
"installer_url": "https://zoom.us/client/6.4.2.62735/ZoomInstallerFull.msi?archType=x64",
|
||||
"installer_url": "https://zoom.us/client/6.4.3.63669/ZoomInstallerFull.msi?archType=x64",
|
||||
"install_script_ref": "8959087b",
|
||||
"uninstall_script_ref": "00632846",
|
||||
"sha256": "3c71e714725c9f07cf73369af5756d1ff12b5ae4e4fa0ebfd33485d28156c911"
|
||||
"uninstall_script_ref": "4b6d941b",
|
||||
"sha256": "f3496b4565e2fc69496db8164b8f9bb1f4beb63e968ac6a8482935717a1f8d8b"
|
||||
}
|
||||
],
|
||||
"refs": {
|
||||
"00632846": "$product_code = \"{43DB520C-E8B3-426E-BA7C-38AA044FDDBF}\"\n\n# Fleet uninstalls app using product code that's extracted on upload\nmsiexec /quiet /x $product_code\nExit $LASTEXITCODE\n",
|
||||
"4b6d941b": "$product_code = \"{8D8D4EA6-C699-4ADA-A2CC-E66F9297D7EB}\"\n\n# Fleet uninstalls app using product code that's extracted on upload\nmsiexec /quiet /x $product_code\nExit $LASTEXITCODE\n",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue