
Find Adobe Reader Installer File
I have Win 10 home, 64 bit. I have spent weeks trying to install Adobe Reader (in any version). I tried XI and DC but always got a 'Newer version already installed' message or, occasionally a critical error after install. Googling a solution always turnsup a recommendation to use the Acrobat cleaner tool.
In most cases.msi switches '/quiet /passive /norestart' will do the trick. To help you take it further here is Adobe Reader XI 11.0.07 full, Switchless install - completely silent!! - no desktop icon - checked on win 7 (x64x86). The silent installer can be used in any Windows version that is.
This didn't work. I finally sorted it by creating a new folder and installing it in c:/Adobe. It will not install in 'Program Files (x86)' where it is supposed to go.
It was also inaccessible in itsfolder under Program Files (x86) from within Explorer telling me I was not an Administrator.So I have a solution to my immediate issue but would like to know what is the cause of this problem. Anyone able to advise? Judging by the number of these issues on the web I am not alone.Original title: Adobe Reader install on Win10.
Hi Richard,As per the description, I understand that you are unable to install Adobe reader as it says, newer version already installed. We will assist you to resolve the issue.To assist you better, I would like to know whether you have installed any version of Adobe reader in the past and have you installed any third party security applications on the computer?As an initial troubleshooting step, I suggest you to place the computer in a Clean boot state and check if it helps to resolve the issue.Clean boot helps eliminate software conflicts. Follow the Microsoft KB article to perform clean boot on the computer:How to perform a clean boot to troubleshoot a problem in Windows 8, Windows 7, or Windows VistaApplies to Windows 10Disclaimer: After you have finished troubleshooting, follow these steps from section “How to reset the computer to start as usual after clean boot troubleshooting” to reset the computer to start as usual.Hope the information helps. Let us know if you need further assistance. We will be happy to help.Thank you. Hi KrishnaI did as follows:1.
I removed my successful installation in c:/Adobe using the Adobe installer package.2. I carried out a clean boot as per your advice.3. I reinstalled Adobe Reader XI in the default location, ie Program Files (x86).4. The install was successful but when I tried to run it I got 'Problem with shortcut - Fatal error during installation'.5. I removed it again and reinstalled it back in c:/Adobe and this works.I noticed that when I removed the package using the Adobe install program it complained I had insufficient privileges (but it still removed it).
I think this is something to do with privileges/permissions on the Program Files (x86) directory. The factthat I can install it elsewhere but not there would seem to point to that. Also, when I have installed it in Program Files (x86) (but it hasn't worked), I have not been able to enter Program Files (x86)AdobeReader. It required me to say I am administratorand then to make myself owner at lower directories to access them. Something not right there as I can access the whole of my new c:/Adobe file structure. I am the administrator on this PC btw.
Set MSI and Adobe properties as needed to perform the actual install as follows:
Property values are case sensitive. Copy the values from the table below. For example, use
YESrather thanYes.Do not quote property values unless there are spaces in the string.
If you’re using the MSI installer, configure abcpy.ini.
If you’re using the Setup.exe bootstrapper installer, configure setup.ini.
On your command line, you can use msiexec and Adobe properties and switches.
Order of precedence from least to most controlling is as follows: Property table > Transform > command line. That is, command line run properties override any installer setting.
Installer table modification¶
While it is possible to use the Customization Wizard’s Direct Editor or 3rd party tool such as ORCA to modify the installer tables, Adobe strongly recommends that you do not do so unless you are knowledgeable about editing and troubleshooting installer tables. Improper use can result in the corruption of the installer.
Installer tables may vary by product type (Reader vs. Acrobat vs. Acrobat Standard, etc.) uses Reader. Inspect the tables of the product you are installing to determine if a default is provided.
2019 EPA-estimated 41 city/38 hwy/40 combined mpg estimates for RAV4 Hybrid AWD. Actual mileage will vary. Based on 2019 RAV4 Hybrid vs. 2019 competitors. Information from www.fueleconomy.gov as of March 4, 2019. 2020 EPA-estimated 24 city/31 highway/26 combined mpg for GR Supra 3.0, 3.0 Premium and Launch Edition. Actual mileage will vary. I called Toyota and they said to go to Apps/General/ Settings and software. I saw the update button but it was grayed out. Hello I just bought a 2016 Rav 4 Xle.It does not have a xm radio equipped radio,what's my best option to get xm now? 11 Participants Last post: fairfaxgator Feb 26, 2018. Toyota RAV4 Forums. Rav 4 World is the. Rav 4 radio software update.
Wizard’s Direct Editor
Install file examples¶
abcpy.ini (use with .msi)¶
Note
The values for the first three above appear in the installer screen. This screen will be removed from DC products.
setup.ini (use with .exe)¶
You can use your customized MST for bootstrapper deployments. The bootstrapper Setup.exe file uses setup.ini as its configuration file. As you customize the installer with the Wizard, the Setup.ini file automatically updates. The Setup.exe file uses Setup.ini as it’s configuration file. Before deployment, open Setup.ini, verify it contains all the properties you need, and edit it as neccessary.

Setup.ini contains two sections:
[Startup]: Setup.exe first executes the Adobe flags for
CmdLine. Do not place Adobe properties or MSI switches here; for example, you can use/sAllbut not/qb!+in this section.[Product] Setup.exe then reads the [Product] section. There may be multiple [Product] sections depending what the EXE should invoke (other MSI’s or EXE’s). The
CmdLineshould only contain values supported by the item the EXE invokes. For example, when invoking an MSI (msi=AcroPro.msi), you can only use space-separated Adobe properties (flag/value pairs connected by an = sign) and MSI switches; for example, you can use/qb!+but not/sAllin this section.
Command line example¶
Property list¶
| Feature | V. | Property | Description |
|---|---|---|---|
| Installation | 15 (May 10, 2016) | ADD_THUMBNAILPREVIEW | Installs and uninstalls the Windows Explorer thumbnail preview handler. While this property can only be used during an initial install, the ThumbnailPreviewHandler property can be run anytime post install. Note also that admins can use bDisableThumbnailPreviewHandler to prevent users from toggling this feature on an off. For details, see the Preference Reference. |
| Installation | 8.0 & later | INSTALLDIR | Specifies the installation directory. |
| Installation | January 2017 and later | ROAMIDENTITY | A value of 1 specifies that the user's identity should roam across VMs. Only used for named user licensing in virtualized environments when the APTEE tool is not used. Null is the same as 0. |
| Installation | January 2017 and later | ROAMLICENSING | A value of 1 specifies that the user's entitlement should roam across VMs. Only used for named user licensing in virtualized environments when the APTEE tool is not used. Null is the same as 0. |
| Installation | 8.0 & later | SOURCELIST | SOURCELIST provides a way to point to installation files on a network. It is a semicolon-delimited list of network or URL source paths to the installation package which is appended to each user's existing source list. The installer uses the first accessible location it finds, and only this source is used for the remainder of the installation. Therefore, each item in SOURCELIST must contain:
|
| Installation | DC and later | IGNOREVCRT64 | Since Acrobat looks for Visual C++ x64 2013 Runtime (VC) by default, set IGNOREVCRT64 to 1 if it is not present AND not needed. IGNOREVCRT64 need only be used when all of the following are true:
|
| Shortcuts | 10.1 & later | DISABLEDESKTOPSHORTCUT |
|
| Fonts | 10.0 & later | DISABLE_ASIAN_FONTS | YES prevents the installation of Asian language components. |
| Browser integration | 9.0 & later | DISABLE_BROWSER _INTEGRATION | YES prevents the the install (or uninstalls) the PDF viewer Active X control for IE. Beneficial in Terminal Server environments. When a PDF file opens in a browser and the user browses to a different page, viewer components stay in memory until the browser is closed. |
| Browser integration | DC (Feb. 2017) | ENABLE_CHROMEEXT | By default, installing the Continuous track of Reader installs the Chrome extension. When installed, PDFs can open automatically in Reader rather than in the browser using Chrome's PDF viewer. This enables access to Reader's tools and services while providing users with a consistent PDF viewing experience. A value of 1 enables the extension, while 0 prevents it's install. |
| Installation | 10.0 & later | DISABLE_CACHE | 1 disables setup file caching. The opposite of ENABLE_CACHE_FILES. |
| Installation | 9.0 & later | ENABLE_CACHE_FILES | 1 (the default) enables setup file caching of the installer files on the local system. The opposite of DISABLE_CACHE. |
| Installation | 9.0 & later | ENABLE_OPTIMIZATION | 1 runs a disk defragmentation utility that will automatically cluster files on a portion of the destination drive during installation, thereby improving launch time and performance. Defragmentation requires available disk space on the destination drive and adds time to the installation. |
| Distiller | 10.0 & later | DISABLE_DISTILLER | YES prevents the installation of Distiller components. |
| PDFMaker | 10.0 & later | DISABLE_PDFMAKER | YES prevents the installation of PDFMaker. |
| Installation | 9.0 & later | EULA_ACCEPT | YES prevents the EULA from appearing the first time the viewer is invoked. For 10.1.4, see the release notes. |
| Installation | 10.0 & later | IGNORE_INTEROP_REQS | YES disables interoperability dialogs in the full UI mode and allows installation to continue in the reduced UI mode or completely silent mode. 'Interoperability' refers to supported installations where one product is installed over another. For example, Acrobat Standard cannot be installed on top 3D. There are 3 use cases: The installation must abort, the installation cannot continue without user action (usually uninstalling the previous product), and the installation can continue. This property turns off warning dialogs for installation failure for the first two cases, thereby causing the abort to happen silently. |
| Installation | 10.0 & later | ISX_SERIALNUMBER | This property accepts a retail or volume serial number so that the product is pre-serialized (licensed) during the install. It is useful for mass deployments and silent installs. If a number is not passed, then a trial version of the product is automatically installed. Like all properties, this property can be used in setup.ini, abcpy.ini, and on the command line. |
| Installation | 11.0 & later | PRESERIALIZATIONFILEPATH | PRESERIALIZATIONFILEPATH grants an offline exception to the online activation requirement for volume serial numbers. If Adobe servers cannot be contacted, no activation occurs. However, if Adobe servers can be contacted, activation does occur. The property accepts a path to a prov.xml file containing the requisite parameters. You can set the property automatically via the Wizard. Alternatively, create the prov.xml file manually by downloading the APTEE tool and running the following command line with your volume serial number.
|
| PDF Ownership | 10.0 & later | IW_DEFAULT_VERB | Use this property when you need to change the default viewer for existing installs.
|
| PDF Ownership | 10.0 & later | LEAVE_PDFOWNERSHIP | For new installs. YES prevents the new installation from taking over PDF ownership. NO allows the new install to own opening PDFs. May interact with IW_DEFAULT_VERB for some versions. It is often used for silent installs where the user should not be asked to select a default PDF viewer. For example, the following is the behavior of the Acrobat and Reader installers used with this property:
|
| PDF Ownership | 11.0 & later | OWNERSHIP_STATE | New for 11.0. Windows 8.x only. Specifies whether to take ownership of any file type the product recognizes (pdf, fdf, etc.).
Note: This property is deprecated on Windows 10 machines and DISM-GPO configuration methods must be used. |
| Installation | 10.0 & later | REMOVE_PREVIOUS | Specifies whether to remove an already installed product. The property can only uninstall a previous version of the product when that same product is being installed. For example, REMOVE_PREVIOUS=YES during an Acrobat install will only uninstall previous Acrobat versions. It will not affect any version of Reader that is present. This property can be used during both Acrobat and Reader installs. The default is YES. |
| Installation | 10.0 & later | REMOVE_PREVIOUS_READER | Acrobat only: Specifies whether to remove any existing versions of Reader on the system during an Acrobat install. The property can be used in tandem with REMOVE_PREVIOUS when earlier versions of both Acrobat and Reader need to be removed as part of a new Acrobat install. |
| Updates | 10.1 & later | DISABLE_ARM_SERVICE_INSTALL | Reader 10.1 and later as well as Acrobat 10.1.4 and later installs ARMsvc.exe as part of the Updater which enables silent and automatic updates on Windows 7 and Windows Vista machines. A value of 1 prevents the install of the ARM service on Windows. |
| Language | 9.0 & later | LANG_LIST | Specifies the languages to install when using MUI installers. The property is ignored if the installer runs in full UI mode. Valid values include:
|
| Language | 11 & later | SUPPRESSLANGSELECTION | MUI installers only. The default of 1 does the following:
A value of 0 results in the language selection dialog appearing at first launch for every newly logged in user of the machine. For Acrobat this property is not applicable. When Acrobat is installed with MUL serial number and LANG_LIST=ALL, the launch language would be the same as OS language unless a language transform is also applied. |
| Updates | 11 & later | UPDATE_MODE | Reader only. If updates have not been disabled, use this property during initial installs and patches to control how the product updates. While 11.0 introduces a new install dialog which allows users to set this preference, the installer can be pre tuned with the desired setting via UPDATE_MODE. This property sets HKEY_LOCAL_MACHINESOFTWAREAdobeAdobe ARM1.0ARMiCheckReader Possible values include:
|