Skip to main content
April 14, 2016
Answered

How to Install Adobe Acrobat Reader DC version 15.010.20060 silently via the command line?

  • April 14, 2016
  • 2 replies
  • 14530 views

Hi, I downloaded Adobe Acrobat Reader DC version 15.010.20060 exe. I want to install it silently via the command line. I'm running the following command install.exe /sAll /msi EULA_ACCEPT=YES /qn . I can get it to install but not fully silently. Progress bar shows and after completion it prompts an OK button and opens a the website on completion. Is there a way of getting this to install silently fully through the command line? 

    This topic has been closed for replies.
    Correct answer christopherk16604993

    Hi,

    Please try the below perimeters' , it works for AcroRdrDC1501720050_en_US.exe. I've installed fully silent.

    /qn EULA_ACCEPT=YES AgreeToLicense=Yes RebootYesNo=No /sAll

    2 replies

    christopherk16604993Correct answer
    Participant
    September 22, 2016

    Hi,

    Please try the below perimeters' , it works for AcroRdrDC1501720050_en_US.exe. I've installed fully silent.

    /qn EULA_ACCEPT=YES AgreeToLicense=Yes RebootYesNo=No /sAll

    April 14, 2016

    Hallo,

    -     Acro.......exe unzip

    -     danach eventuell verändern mit Acrobat Customization Wizard DC

    -     cmd file mit folgenden Inhalt "msiexec /i AcroRead.msi TRANSFORMS=AcroRead.mst /quiet /l*v %Temp%\adobereader_DC.log"

    April 14, 2016

    Hi,

    First off thanks very much for your reply.

    I tried to create a custom msi but it wouldn't unzip for this install version (15.010.20060). I could be wrong in saying this but I think it can only be done with base installs and version 0.01, I think I read this on the Customization Wizard DC forms.  I had no problem doing this with Version 2015.006.30033. I can try it again if you think this is incorrect.

    Thanks