I previously used ninite to install this. However, this is no longer supported through ninite anymore. I usually install this manually but I know where a way to automate this using a batch script of some kind. Here's what I have:
msiexec.exe /I AcroRead.msi /QN
From what I've read, this should work, but unfortunate it's not installing. I've also tried this:
start /d "\\directoryToMyFile\" AcroRead.msi
It runs the file, but there a prompt in which it needs me to select the "Install" button.
Am I taking the best approach? I have a batch file that installs several other programs just fine, but for Adobe Reader it's giving me so much trouble.