Manifests/AdobeAcrobatReaderDC.json

{
    "Name": "Adobe Acrobat Reader DC",
    "Source": "https://acrobat.adobe.com/us/en/acrobat/pdf-reader.html",
    "Get": {
        "Update": {
            "Uri": "https://armmf.adobe.com/arm-manifests/mac/AcrobatDC/reader/current_version.txt",
            "ContentType": "text/plain; charset=utf-8"
        },
        "Download": {
            "Uri": "https://get.adobe.com/reader/webservices/json/standalone/?platform_type=win&platform_dist=#Dist&platform_arch=#Arch&language=#Language&eventname=readerotherversions",
            "Languages": [
                "English",
                "English (UK)",
                "Danish",
                "Dutch",
                "French",
                "Finnish",
                "German",
                "Italian",
                "Japanese",
                "Korean",
                "Norwegian",
                "Spanish"
            ],
            "Platforms": [
                {
                    "platform_type": "Windows",
                    "platform_dist": "Windows 10",
                    "platform_arch": ""
                }
            ],
            "Headers": {
                "Sec-Fetch-Site": "same-origin",
                "Accept-Encoding": "gzip, deflate, br",
                "Accept-Language": "en-US;q=0.9,en;q=0.8",
                "DNT": "1",
                "Sec-Fetch-Mode": "cors",
                "X-Requested-With": "XMLHttpRequest",
                "Referer": "https://get.adobe.com/reader/enterprise/",
                "Accept": "*/*"
            },
            "Updates": {
                "Neutral": "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/#version/AcroRdrDCUpd#version.msp",
                "Multi": "http://ardownload.adobe.com/pub/adobe/reader/win/AcrobatDC/#version/AcroRdrDCUpd#version_MUI.msp"
            },
            "ReplaceText": "#version"
        }
    },
    "Install": {
        "Preinstall": "",
        "Setup": "AcroRdrDC.*.exe",
        "Physical": {
            "Arguments": "-sfx_nu /sALL /msi EULA_ACCEPT=YES ENABLE_CHROMEEXT=0 DISABLE_BROWSER_INTEGRATION=1 ENABLE_OPTIMIZATION=YES ADD_THUMBNAILPREVIEW=0 DISABLEDESKTOPSHORTCUT=1",
            "PostInstall": [
                "Start-Process -FilePath \"$env:SystemRoot\\System32\\msiexec.exe\" -ArgumentList \"/update #FileName /quiet\" -Wait"
            ]
        },
        "Virtual": {
            "Arguments": "-sfx_nu /sALL /msi EULA_ACCEPT=YES ENABLE_CHROMEEXT=0 DISABLE_BROWSER_INTEGRATION=1 ENABLE_OPTIMIZATION=YES ADD_THUMBNAILPREVIEW=0 DISABLEDESKTOPSHORTCUT=1 UPDATE_MODE=0 DISABLE_ARM_SERVICE_INSTALL=1",
            "PostInstall": [
                "Get-Service -Name AdobeARMservice -ErrorAction SilentlyContinue | Set-Service -StartupType Disabled",
                "Get-ScheduledTask \"Adobe Acrobat Update Task*\" | Unregister-ScheduledTask -Confirm:$False",
                "Start-Process -FilePath \"$env:SystemRoot\\System32\\msiexec.exe\" -ArgumentList \"/update #FileName /quiet\" -Wait"
            ]
        }
    }
}