Hey everybody!
I have a program that silently installs Adobe Reader 9.4 and it works wonderfully, but when I upgrade it to install Adobe Reader X the commands I use to run it don't work properly. I get the Windows Installer help window pop up. Here's what I'm running for 9.4:
AdobeReaderInstallFile.exe /sAll /rs /l /msi "/qb-! /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES"
Does anybody know of the proper usage to get a true silent install for 10.0? Thanks in advance!
Do yuo want to deploy it silent in your organization, then i think you need to get the MSI installer by following this link http://www.adobe.com/products/reader/distribution.html
else if you are just installing it in your computer why dont you follow the http://get.adobe.com/reader/
Hi,
Command Line Switches for the Bootstrap Web Installer for Reader are provided below:
/sAll Silent Mode for product
/sPB Silent Mode with Progress Bar for product
/rs Reboot Suppress
/rps Reboot Prompt Suppress
/ini "PATH" Alternative initialization file
/sl "LANG_ID" Set Language; LANG_ID - Code in decimal digits
/l Enable Error Logging. Log file Bootstrap.log will be generated in temp directory
/msi[Command line] Parameters for MSIEXEC
AdobeReaderInstallFile.exe /sAll /rs /l /msi "/qb-! /norestart ALLUSERS=1 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES"
This command line has parameters for both silent install (/sAll) as well as progress bar mode (/qb) which is useless. Also /rs and /norestart work the same way supressing the reboot.
SUPPRESS_APP_LAUNCH=YES can also be removed as the checkbox for suppressing the application launch after install has been removed from the installer.
Moreover the quotes are not being recognised by the MSI Installer causing it to launch help window pop up.
So the command that can be used for silent install and suppressing EULA is:
AdbeRdr_1000_en_US.exe /sAll /msi /norestart ALLUSERS=1 EULA_ACCEPT=YES
North America
Europe, Middle East and Africa
Asia Pacific