Is there any guide about deploying adobe acrobat reader with endpoint manager

Question

Please share any info about deploying adobe reader as a win 32 app via endpoint manager. What would be the install and uninstall command.

Thanks

Answer ( 1 )

  1. Hello, You can refer below details for Adobe.

    Installation Command –

    “AcroRdrDC1900820071_en_US.exe” /sAll /rs /norestart

    Run the below PowerShell Commnad to Check GUID for Adobe from appeared list or you can also take reference from Registry

    get-wmiobject Win32_Product | Sort-Object -Property Name | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize

    For Example – Uninstall command should like this. Msiexec /x “{GUID}” /q

    msiexec /x “{AC76BA86-7AD7-1033-7B44-AC0F074E4100}” /q

    Note – Please make sure you tested the command line manually before Proceeding to create package with Intune! Double check while copy pasting specially double quote to ignore any issue.

    You can take reference to below post –

    https://www.anoopcnair.com/intune-win32-app-deployment/

    Best answer

Leave an answer

Sorry, you do not have permission to answer to this question .