Adobe Reader Command Line Switches
Command Line installation switches. I need to find command line swich installation options for Adobe Reader XI. I have tried the customization wizard, but I am not sure how to proceed with the MST file that is created. Following up on last week’s announcement of Adobe Acrobat and Acrobat Reader DC’s release, this article documents the silent install options for Reader.When it comes to deployment, you typically want a silent install so it is not hanging a computer waiting for somebody to click the ‘Next’ button. I need to print PDF file directly from command line; in Acrobat Reade XI I have used /h /t switches, but now it is wrong. Anyone does know the new options for Reader DC? My OS is Windows 7 32 bit with IE 11. Install / Update Adobe Reader to the latest version of the software: Adobe Reader XI 11.0.2 using the command line. Simply follow the steps below =) The process will be: - Install Adobe Cusomization Wizard XI - Customize the.msi - Uninstall any existing Adobe Reader versions. Reinstall Adobe Reader 11.0.0 (silent install / supress reboot). Bike mania flash game. Hi experts, what are the available command line switches for the Adobe Acrobat Reader versions? I would like to open a PDF document from the commandline, specifying the display zoom factor. Command Line Switches and arguments to control some program executables. On this page I will collect command line switches for some program executables. This will make it easier to create reliable 'quick-and-dirty' batch files to perform common tasks like printing, file conversion, etcetera without the need to dig into the program's COM object.
MSI switches¶
Install Adobe Reader Command Line
'C:Program Files (x86)AdobeAcrobat Reader DCReaderAcroRd32.exe' /t file.pdf 'my printer-name' no 'cmd /c' preceding it and I did not include the printer driver or port at the end of the command. Pay special attention and make sure you are using the correct syntax. I noticed that you had two slashes between Reader and AcroRd32. Probably a typo.
For Microsoft documentation, see http://msdn.microsoft.com/en-us/library/Aa367988.
Adobe Reader Exe Command Line Switches
Command | Description |
---|---|
{ /? /h} | Displays the Windows Installer version and copyright information. |
/a | Applies the administrative installation option. |
/f | For product repair. Enables one or more of the command-line options below:
|
/g | Identifies the language. Syntax: /g LanguageID |
/i | Installs or configures a product. |
/j | Advertises a product. If you want to install the application with elevated privileges, use /jm. Syntax:
|
/L | Specifies the path to the log file. To include the v option in a log file using the wildcard flag, type /L*v at the command prompt. The Windows Installer log file options can also be used with the uninstall and repair processes. For example, use /L*v to set verbose logging.
|
/p | Applies an update. |
/q | Sets the user interface level. The modal box is not displayed if the user cancels the installation.
|
/t | Applies transform to advertised package. Syntax: /t TransformList |
/x | Uninstalls a product. |
/y | Calls the system API DllRegisterServer to self-register modules passed on the command line. |
/z | Calls the system API DllUnRegisterServer to unregister modules passed on the command line. |
Package Code | Specifies the globally unique identifier of the Windows Installer package. For Acrobat products, this is the GUID. |
Package | Not supported. Specifies the name of the Windows Installer package file |
/sAll | Run installer in silent mode. |
/sPB | Silent mode with minimum UI: show the progress bar only. |
/rs | Reboot Suppress. Setup.exe will not initiate reboot even if it is required. |
/rps | Reboot Prompt Suppress. If reboot is required, the system restarts without warning. |
/ini “PATH” | Relative or absolute path to an alternative (different) Bootstrapper INI file. The CmdLine of alternative INI will be ignored. |
/sl “LANG_ID” | Set Language, where LANG_ID is the decimal code of the destination installation language. Use it only for the multilingual installer, and make sure that the corresponding language transform file exist in the setup directory. If /sl “LANG_ID” is not set and you are running the multilingual installer interactively (not silently), ‘Choose Setup Language’ dialog will be displayed. |
/msi[Command line] | Identifies the portion of CmdLine for additional MSIEXEC command line parameters. Everything following /msi is passed to MSIEXEC without analyzing and without any changes. |