Adobe Reader Silent Installer

Discussion in 'Application Software' started by spinalGR, Jun 13, 2023.

  1. spinalGR

    spinalGR MDL Senior Member

    Oct 16, 2014
    408
    81
    10
    Where to find Adobe Reader Silent Installer ?
     
  2. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,449
    1,344
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    In my old batch file I have:
    Code:
    echo Installing Adobe Reader...
    start /wait %~dp0Adobe_Reader\AdbeRdr11010_en_US.exe /sAll /rs "/qn /norestart ALLUSERS=1 EULA_ACCEPT=YES AgreeToLicense=Yes SUPPRESS_APP_LAUNCH=YES"
    start /wait %windir%\System32\msiexec.exe /p "%~dp0Adobe_Reader\AdbeRdrUpd11023.msp" /qn
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,674
    103,513
    450
    Using Echo is not really silent ;):p:D
     
  5. Flipp3r

    Flipp3r MDL Guru

    Feb 11, 2009
    2,008
    957
    90
    My mistake! :oops:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. spinalGR

    spinalGR MDL Senior Member

    Oct 16, 2014
    408
    81
    10
    any help ?
     
  7. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,162
    5,977
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,162
    5,977
    150
    Step D.
    there is an additional MSP file
    let's install this too
    (seems to be a necessary patch)
    Code:
    msiexec.exe /p AcroRdrDCUpd2300320201.msp /quiet /passive /qn /norestart
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,162
    5,977
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Krakatoa

    Krakatoa MDL Addicted

    Feb 22, 2011
    688
    1,132
    30
  11. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    4,162
    5,977
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...