- Message Boards
- Package KB
- Software KB
- Free Videos
- MSI Errors
- Tools
- Tech Home Pages
- Reviews
- Downloads
- Articles
- FAQs
- Tips & Tricks
- Services
- News
- Newsletter
Search AppDeploy
Acrobat Reader 9.x
| Company: | Adobe |
| Setup Type: | Native Windows Installer setup (MSI) |
| Package Difficulty Rating: |
[ Rate It or View Ratings ]
|
| Most Commonly Reported Method: | Repackaged (MSI) |
| Record Created On: | 7/25/2008 |
| Number of Views: | 73,855 |
No record in the Software KB was found to match this package.
| Silent Install Run Parameters: /sAll /rs /l /msi /qb- /norestart | ||||
| Above Entry Provided on 7/25/2008 by KBOX User | Rate It | Rating 154 | ||
| Complete command line, no EULA: AdbeRdr90_en_US_Std.exe /sAll /rs /l /msi /qb- /norestart EULA_ACCEPT=YES Get the standard version (without Adobe.com and Adobe Air) here: ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.0/enu | ||||
| Above Entry Provided on 1/27/2009 by mdn_united | Rate It | Rating 26 | ||
| While the /sAll is good for push methodology, /sPB provides a friendly pull methodology version (user knows when it is started and when it's complete) AdbeRdr90_en_US.exe /sPB /rs /msi /qb /norestart EULA_ACCEPT=YES | ||||
| Above Entry Provided on 2/18/2009 by skrulladams | Rate It | Rating 12 | ||
| For Reader 9.1 9.1.0 I used the following... Run Parameters: setup.exe/sPB | ||||
| Above Entry Provided on 4/14/2009 by KBOX User | Rate It | Rating -9 | ||
| To install the 9.1.1 update at the same time as 9.1, use the following command: set MSINAME=AdobeReader set MSIVER=9.1.0 start /w msiexec /i %WINDIR%\installer\%MSINAME%\%MSIVER%\AcroRead.msi TRANSFORMS=%WINDIR%\installer\%MSINAME%\%MSIVER%\AcroRead.mst /update WINDIR%\installer\%MSINAME%\%MSIVER%\AdbeRdrUpd911_all_incr.msp ALLUSERS=2 DISABLE_CACHE=1 DISABLE_BROWSER_INTEGRATION=YES SUPPRESS_APP_LAUNCH=YES REBOOT=ReallySuppress /qn /Liv c:\temp\%MSINAME%.log | ||||
| Above Entry Provided on 5/26/2009 by nzdude | Rate It | Rating 5 | ||
| Something I've run in to at my past two assignments is a previous implementation of Adobe Reader 9x is deployed with Browser Integration turned on but toggling Browser Integration off is required for another application to work properly with Adobe Reader. If Adobe Reader 9 is already deployed and a subsequent deployment requires disabling Browser Integration you can uninstall the feature from the command line: msiexec /i {AC76BA86-7AD7-1033-7B44-A91000000001} REMOVE=ReaderBrowserIntegration /q if you want to put Browser Integration back you can use ADDLOCAL like this: msiexec /i {AC76BA86-7AD7-1033-7B44-A91000000001} ADDLOCAL=ReaderBrowserIntegration /q | ||||
| Above Entry Provided on 8/17/2009 by sv408 | Rate It | Rating 4 | ||
| For Reader 9.3 9.3.0 I used the following... Full Command Line: MsiExec.exe /I{AC76BA86-7AD7-1033-7B44-A93000000001} | ||||
| Above Entry Provided on 4/6/2010 by KBOX User | Rate It | Rating 0 | ||
| For patch 9.3.3 I found I had to create an Admin Point: msiexec /a [path]\AcroRead.msi Then slipstream the 9.3.2 patch, and finally slipstream the 9.3.3 patch. msiexec /a [path]\AcroRead.msi /p [path]\AdbeRdrUpd933_all_incr.msp Slipstraming 9.3.3 directly into the 9.3.0 msi would not work for me. | ||||
| Above Entry Provided on 7/6/2010 by bbowen8 | Rate It | Rating 2 | ||
| To download the Acrobat Reader 9 install file without the Adobe Air or the Acrobat.com installers use the following ftp site. ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.0/enu/ Download AdbeRdr90_en_US_Std.exe If you install 9.x, you can get the extracted files from c:\Program Files\Adobe\Reader 9.0\Setup Files | ||||
| Above Entry Provided on 7/25/2008 by veb8 | Rate It | Rating 142 | ||
| The url to download Adobe Reader 9 is: ftp://ftp.adobe.com//pub/adobe/reader/win/9.x/9.0/enu/AdbeRdr90_en_US_Std.exe This is the version with no adobe.com or Air. --- After you download it, copy it to a temporary folder such as c:\R9. Then execute the installer with this command line: C:\R9\AdbeRdr90_en_US_Std.exe -nos_o"./InstallFiles" -nos_ne Note the lack of a space between -nos_o"./InstallFiles" This will cause the installer files to be extracted to C:\R9\InstallFiles --- Alternately, use the old method: Launch the installer. When it's done uncompressing and is at the first prompt, navigate to the following path: %USERPROFILE%\Local Settings\Application Data\Adobe\Reader 9.0\Setup Files Copy all of files to a new folder. This will be your deployment source. --- I used the information on this web page as a basis for what I did: http://blog.stealthpuppy.com/deployment/deploying-adobe-reader-9-for-windows --- The free Microsoft Orca editor can be used to directly modify the MSI, not bothering with transforms: http://msdn.microsoft.com/en-us/library/aa370557.aspx --- Open AcroRead.msi in Orca and then do the following: - In the Component table, drop any row containing 'AdobeUpdater' or 'Adobe_Updater' - In the Feature table, drop any row containing 'AUM' or 'Updater' - In the FeatureComponents table, drop any row containing 'AUM' or 'Updater' - In the File table, drop any row containing 'AdobeUpdater' or 'Adobe_Updater' - In the ModuleComponents table, drop any row containing 'AdobeUpdater' or 'Adobe_Updater' - In the MsiFileHash table, drop any row containing 'AdobeUpdater' - In the Registry table, drop any row containing 'Adobe_Updater' - In the Registry table, drop the row containing 'Registry838' - In the Shortcut table, drop the row containing 'SC_READER_DT' - In the Property table, set the value for SYNCHRONIZER to YES - In the Property table, set the value for EULA_ACCEPT to YES Also in the Property table, you could set the value of DISABLE_BROWSER_INTEGRATION to YES, to prevent Reader from opening within the browser. This would be beneficial in Terminal Server environments. When a PDF file is opened within the browser and the user then browses to a different page, the Reader components are stay in memory until the browser is closed. Save the new MSI. --- I then... - copied the new distribution folder to our file server - created an AD Security group called "Acrobat Reader 9 Endpoints" - created a new GPO called "Acrobat Reader 9 Install" linked to the Computers OU - Allowed Authenticated Users access to the GPO - Edited the GPO to add the new software package, pointing to the AcroRead.msi file. - Set it as assigned and uninstall when it falls out of scope. Our old Adobe Reader 8.12 is now auto-uninstalling on reboot, and Adobe Reader 9 is installing in it's place. | ||||
| Above Entry Provided on 7/25/2008 by stikle | Rate It | Rating 167 | ||
| Mission: Create a Reader 9 Multilanguage Package with Adobe Customization Wizard Solution: 1. Expand the Nosso Installer with the following commanline: AdbeRdr90_en_US.exe -nos_o"Reader9Install" -nos_ne 2. Download the Non-English Installers of your need and expand them in the same way as described above 3. Install one localized Version in a VM and search the Programfolder for the language Files (e. g. for German the file extension is DEU). Backup the language files an make sure to keep the directory structure 4. Reset your VM and repeat Step 3 for each localized setup 5. Open the AcroRead.msi of the US Version with the Customization Wizard 6. Go to the Files and Folders Section and import the language Files to the appropriate Folders 7. To set Reader automatically to the OS Language go to the Registry Section and add the following Key: HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\Language\UseMui Note: You also have to create a dummy Value, inside that Key, otherwise CW will not recognize your change. Now you have a selfmade multilanguage Package, which automatically follows the OS language (or OS MUI language), if the appropriate language files are installed. For detailed Information about enterprise deployment see: www.adobe.com/devnet/acrobat/pdfs/deploying_reader9.pdf | ||||
| Above Entry Provided on 10/7/2008 by speedmr | Rate It | Rating 13 | ||
| A bug that I am facing right now is the fact that if you redirect your application data folder, Adobe Reader will more than often crash on opening with a MS Visual C++ Runtime Error. After reading about it on the adobe website there is no current fix for it and only a work around that is not suitable for all environments... Its not an issue if the users have elevated rights. http://kb.adobe.com/selfservice/viewContent.do?externalId=kb404597 | ||||
| Above Entry Provided on 12/5/2008 by kshawnz | Rate It | Rating 1 | ||
| If you would like to customize the toolbar to show options like 'Save, Search and Email', you can use the Adobe Customization Wizard and add the following REG_SZ settings to the registry. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\9.0\AVGeneral\cToolbars\cFile\cInternalButtons] "a1"="Print" "a7"="AcroHLS:Prev" "a0"="Open" "a6"="endDialogGroup" "a5"="AcroSendMail:SendMail" "a8"="AcroHLS:Next" "a3"="SaveFileAs" "a2"="Save" "a4"="FindDialog" | ||||
| Above Entry Provided on 1/27/2009 by bdijkdrent | Rate It | Rating 3 | ||
| If you install Adobe 9 Acrobat Reader on Windows Vista on a domain and use roaming profiles for users, be it mandatory or not, Acrobat Reader maybe crashes and will not run. It gives errors in modules annots.api and also msvc80.dll. Problemsignatur: Problemereignisname: APPCRASH Anwendungsname: AcroRd32.exe Anwendungsversion: 9.0.0.332 Anwendungszeitstempel: 4850f0a3 Fehlermodulname: Annots.api Fehlermodulversion: 9.0.0.332 Fehlermodulzeitstempel: 4850e57f Ausnahmecode: c0000005 Ausnahmeoffset: 001bd9e0 Betriebsystemversion: 6.0.6001.2.1.0.16.7 Gebietsschema-ID: 1031 Zusatzinformation 1: 1efc Zusatzinformation 2: f6ebf554ab90ad211aff44c6ade8e823 Zusatzinformation 3: 01df Zusatzinformation 4: fd706458e166b45c4d4f53956965ba72 Solution: Be sure that the folder "C:\Users\%Username%\AppData\LocalLow" exist. If the folder not exit create the LocalLow Folder! | ||||
| Above Entry Provided on 2/10/2009 by freeman | Rate It | Rating 4 | ||
| Acrobat Reader 9.1 The installation files for Acrobat Reader 9.1 apparently always include Adobe AIR. To suppress the installation of AIR set the property DISABLE_AIR_SHARE=1 | ||||
| Above Entry Provided on 3/12/2009 by ldekens | Rate It | Rating 8 | ||
| ---==== Adobe Reader 9.1 ====--- Most of the information that has been recorded in here for Adobe Reader 8.x and 9.0 is relevant to 9.1. HOWEVER Adobe have pulled a fast one with the standard download "AdbeRdr910_en_US_Std.exe". Once this .exe is extracted, there is only one msi. The Adobe AIR and Acrobat.com installers are embedded into the binaries of the msi. If you go to here: ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.1/enu/ you can download the file "AdbeRdr910_en_US.exe". The difference between these installations is that the latter one "AdbeRdr910_en_US.exe" does not contain the AIR and Acrobat.com installations. Once the msi's are extracted from each of the two .exe's (both msi's are called AcroRead.msi), the one from AdbeRdr910_en_US_Std.exe is 20.1 MB and the one from AdbeRdr910_en_US.exe is 3.78 MB only. IF for some reason you DO want to install the one with AIR and Acrobat.com: 1: be careful: the AIR installed is 1.5.0 - this is a vulnerable version and 1.5.1 is already available. 2: Set properties AIR_SHARE_DESKTOP_SHORTCUT and AIR_SHARE_PROGRAM_MENU to 0 (zero) or 1 (default) to control Start menu and Desktop icons for Acrobat.com. | ||||
| Above Entry Provided on 3/12/2009 by Daz | Rate It | Rating 10 | ||
| If you find that even after using the Adobe Customization Wizard to clean-up the Adobe Reader 9.1 MSI that the stupid Adobe Air shortcuts show up, there is a way to stop it. You'll find that the Reader installer kicks off another installer to make these shortcuts. Luckily they did include logic in the installer, so you can open the MSI in Orca, grab your Adobe Customization Wizard MST file and apply it to your MSI, create a new property of "DISABLE_AIR_SHARE" with a value of "Yes" in the property table of the MSI or your MST, close and save the transform and you got yourself a clean installer again. | ||||
| Above Entry Provided on 3/12/2009 by snekul | Rate It | Rating 3 | ||
| CLI script to deploy Acrobat Reader v9.1, without messing with MSI:s, MST:s and other things. Deployable over AD/GPO startup script. 1. Get the full 42MB Standard-installer from "ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.1/enu/". This installer contain Acrobat.com and Air. Uninstall as necessary, passive uninstall strings provided below in script. 2. Create cmd-file and paste stuff between ---'s into it. Change path to your admin-install share as appropriate: --- "\\domain\dfs\MSI\Adobe Reader v9.1\AdbeRdr910_en_US_Std.exe" /sPB /rs ALLUSERS=2 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES /msi"/quiet" echo Uninstalling Acrobat.com... MsiExec.exe /passive /X{287ECFA4-719A-2143-A09B-D6A12DE54E40} echo Uninstalling Adobe Air... MsiExec.exe /passive /X{A2BCA9F1-566C-4805-97D1-7FDC93386723} if exist "%allusersprofile%\Desktop\Adobe Reader 9.lnk" goto delete else registry :delete del /F /Q "%allusersprofile%\Desktop\Adobe Reader 9.lnk" :registry rem Add Lockdown-settings REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bUpdater /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bShowEbookMenu /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bPurchaseAcro /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bCreatePDFOnline /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bBrowserIntegration /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\AdobeViewer" /v EULA /d 1 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\AdobeViewer" /v Launched /d 1 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\Downtown" /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\Downtown" /v bDontShowAtLaunch /t REG_DWORD /d 1 /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\Downtown" /v bGoOnline /t REG_DWORD /d 0 /f --- Save script and excute on test computer. Check registry for the settings above. Update etc should be removed for any/all users. Start Adobe Reader v9.1 on test computer to confrm correct behaviour. When run as startup script, it will pop up an installer window when computer boots. Looks ugly, but works, and you don't have to mess around with custom msi- and mst-packages. Passing parameters to msi-engine from command line doesn't seem to work properly with the exe-installer. Only thing that sort of works is the quiet-switch. Logging eg does not, one only gets a msi-switches help window. I'm unsure about this though, as Adobe seems to have included Air and Acrobat.com in the standard installer. Who know what else they did to the package. Tested and deemed ok on WinXP SP3. Probably works on Win2k, WinXP x64 and Win2k3 as well. This script compiled from info that others have contributed on appdeploy.com. Thx guys! | ||||
| Above Entry Provided on 3/13/2009 by adrian_vg | Rate It | Rating 5 | ||
| Just a note about the Customization Wizard. In the Installation Options section, you can set the default viewer for PDF files. There are three options: A - Install will decide which product is the default. B - Make Acrobat the defualt if both Acrobat and Reader are installed. C - Make Reader the default if both Acrobat and Reader are installed. If you choose option B, it MAY break the browser integration on a machine which does not have Acrobat installed. | ||||
| Above Entry Provided on 3/24/2009 by gtimlin | Rate It | Rating 7 | ||
| First off, thanks to all who have posted before for sharing your information. It saved me alot of time and heartache. I've borrowed what I found useful and I thought I'd share what I've changed and hopefully someone else might find it helpful. Some quick info about my situation: ~600 computers across a state in 60+ locations all running some version of Acrobat T1 connections between locations so throttling has to be in place A desire to get everyone on the same version and know my success rate using free tools Solution: 2 batchfiles, one installer and one menu that can handle a single system(local or remote) or a list of systems I'll post the installer script first. I've added alot of documentation to hopefully make it easier to follow. The menu would require alot of stripping down to make it work for everyone. I might post that if I get the time. Adobe_Acrobat_9.1_install.bat What this does: 1. kills Acrobat if it's running 2. copies a split-up archive to the local system from a network share using ~300k of bandwidth on a T1(throttled down) 3. extracts the archive to a installer folder 4. checks for and uninstalls ANY version of Acrobat 5.x through 9.xx 5. checks for and uninstalls ANY version of Adobe Air(can disable if you want) 6. checks for and uninstalls ANY version of Adobe.com(can be disabled if you want) 7. Installs Acrobat silently 8. Sets registry to get rid of EULAs and Updater 9. Creates a local copy of the log file and a central copy of the log file What you need: Acrobat without Air (note: if you do want air installed, download the full version and comment out the air uninstall in the script) ftp://ftp.adobe.com//pub/adobe/reader/win/9.x/9.0/enu/AdbeRdr90_en_US_Std.exe 7-Zip http://www.7-zip.org/download.html Grab both the full install and the command line version PSTools(just pskill really) http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx Robocopy.exe (found in Resource kit) http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&displaylang=en Steps to get ready for install Install Resource kit Install PSTools Extract 7za.exe(7-zip command line version) Install 7-zip file manager right click on Acrobat .exe file > 7-zip > add to archive Archive settings: Archive:Name whatever you want, leave .7z at end of name Archive format: leave 7z compression level: store(.exe is already super compressed and we just want to split it into chunks) Split to volumes, bytes: 655000 (this is just under 640k chunks and robocopy copies in 64k chunks. Using this setting allows us to recopy only a portion of the archive if we have network problems.) Click OK Create a share on your fileserver for the archive files copy only the archive files to this share Create a share on your fileserver for tools. Copy robocopy.exe, pskill.exe, and 7za.exe to this folder(I call this share "saw" in the batchfile) Create a share for log files Copy below code and save as Adobe_Acrobat_9.1_install.bat (or whatever) Change variables for your setting //////////////////////////////////////////////////////////// @ECHO OFF SET error=no ::Change with each version SET version=9.1 ::Local log file location SET local.logs=c:\logs ::Local Log name and location SET log=%local.logs%\%computername%_Acrobat_Install_Version_%version%.log ::Central Log location SET log.loc=\\Server\logs\Adobe\Acrobat\%version% ::Installer Name SET installer=AdbeRdr910_en_US.exe ::Local Installer location SET loc=c:\Support\Software\Adobe\Acrobat\%version% IF NOT EXIST %loc% MD %loc% ::7-Zip Archive name(make sure your archive is .7z.001 at the end) SET archive=AdbeRdr910_en_US.7z.001 ::Local 7-Zip Archive location SET archive.loc=c:\Support\Software\Adobe\Acrobat\Archive IF NOT EXIST %archive.loc% MD %archive.loc% ::FileServer Archive Share SET fs.loc=\\Server\Support\Packages\Adobe\Acrobat\%version% ::Fileserver Saw location SET fs.saw=\\Server\Support\Tools ::Local Saw location(your tools include robocopy.exe, pskill.exe, 7za.exe) SET saw=c:\tools IF NOT EXIST %saw% MD %saw% ::Check for robocopy.exe and copy from Fileserver if needed IF NOT EXIST %saw%\robocopy.exe copy %tools%\robocopy.exe %saw% ::Copy rest of tools from Fileserver Note /IGP:250 is a built in delay so as not to eat all the bandwidth in a location. On a T1, a 250 delay eats about 300k %saw%\robocopy %fs.saw% %saw% /XO /R:20 /W:30 /IPG:250 /NP ECHO %date%-%time% - Acrobat Reader Version %version% Install>%log% ::Check if local install is found and run copy if missing IF NOT EXIST %loc%\%installer% CALL :_Copy ::If there was an error extracting the archive we can't run the install. It'll be noted in the log and the install will exit now IF %error%==yes GOTO :_Log ::Kill Acrobat if it's running %saw%\pskill AcroRd32.exe ::Check for older versions and uninstall ECHO %date%-%time% - Checking for older versions of Acrobat>>%log% CALL :_Check CALL :_Install CALL :_Log GOTO :EOF :_Copy ::Copy 7-Zip archive ECHO %date%-%time% - Copying Acrobat Archive>>%log% %saw%\robocopy %fs.loc% %archive.loc% /MIR /R:20 /W:30 /IPG:250 /NP /LOG+:%log% :_extract ::Extract 7-Zip archive %saw%\7za x %archive.loc%\%archive% -o%loc% -y>>%log% ::Check for errors on extracting IF NOT %errorlevel%==0 Echo %date%-%time% - Error encountered extracting acrobat installer!>>%log%& SET error=yes& GOTO :EOF GOTO :EOF :_Check ::Create a acrobat_uninstall.txt file in case no previous versions found ECHO none>%temp%\acrobat_uninstall.txt ::Query registry for any previous version of Acrobat REG QUERY HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall|FIND "{AC76BA86">%temp%\acrobat_uninstall.txt ::Grab the last section of each line in %temp%\acrobat_uninstall.txt and pass to :_uninstall FOR /F "Tokens=7 Delims=\" %%I in (%temp%\acrobat_uninstall.txt) DO CALL :_uninstall %%I :_Check_acrobat_5.x ::Check for acrobat 5.x IF NOT EXIST "C:\Program Files\Common Files\Adobe\Acrobat 5.0\NT\Uninst.isu" GOTO :_check_acrobat.com ::Uninstall Acrobat 5.0 C:\WINDOWS\ISUNINST.EXE -y -x -f"C:\Program Files\Common Files\Adobe\Acrobat 5.0\NT\Uninst.isu" -c"C:\Program Files\Common Files\Adobe\Acrobat</span> <span style="font-family: Courier New">5.0\NT\Uninst.dll" :_Check_acrobat.com ::UN-REM the next line if you don't want to uninstall Acrobat.com ::GOTO :_Check_adobe_air ECHO none>%temp%\acrobat.com_uninstall.txt REG QUERY HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall|FIND "{287ECFA4">%temp%\acrobat.com_uninstall.txt FOR /F "Tokens=7 Delims=\" %%I in (%temp%\acrobat.com_uninstall.txt) DO CALL :_Uninstall %%I :_Check_adobe_air ::UN-REM the next line if you don't want to uninstall Adobe Air ::GOTO :EOF ECHO none>%temp%\adobe_air_uninstall.txt REG QUERY HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall|FIND "{A2BCA9F1">%temp%\adobe_air_uninstall.txt FOR /F "Tokens=7 Delims=\" %%I in (%temp%\adobe_air_uninstall.txt) DO CALL :_Uninstall %%I ::Leave this GOTO :EOF :_Uninstall ::If no previous versions are found the only variable will be "none" so we just need to exit IF %1==none GOTO :EOF ::SET the GUID to uninstall SET GUID=%1 ::Echo the version to be uninstalled ECHO .>>%log% ECHO Version to be uninstalled>>%log% REG QUERY HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%GUID% /v DisplayName|FIND "DisplayName">>%log% ::Uninstall silently without reboot msiexec /uninstall %GUID% REBOOT=SUPRESS /qn GOTO :EOF :_Install ::Install the new version of Acrobat ECHO %date%-%time% - Installing Acrobat Version %version%>>%log% %loc%\%installer% /sPB /rs ALLUSERS=2 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES /msi"/quiet" ECHO %date%-%time% - Cleaning up install>>%log% ::Remove desktop link IF EXIST "%allusersprofile%\Desktop\Adobe Reader 9.lnk" del /F /Q "%allusersprofile%\Desktop\Adobe Reader 9.lnk" :_registry ::Add Lockdown-settings REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bUpdater /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bShowEbookMenu /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bPurchaseAcro /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bCreatePDFOnline /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Policies\Adobe\Acrobat Reader\9.0\FeatureLockdown" /v bBrowserIntegration /d 0 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\AdobeViewer" /v EULA /d 1 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\AdobeViewer" /v Launched /d 1 /t REG_DWORD /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\Downtown" /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\Downtown" /v bDontShowAtLaunch /t REG_DWORD /d 1 /f REG ADD "HKLM\SOFTWARE\Adobe\Acrobat Reader\9.0\Downtown" /v bGoOnline /t REG_DWORD /d 0 /f GOTO:EOF :_log ::Copy install log to central log file location ECHO %date%-%time% - Install Complete>>%log% %saw%\robocopy %local.logs% %log.loc% %computername%_Acrobat_Install_Version_%version%.log /R:5 /W:30 GOTO :EOF //////////////////////////////////////////////////////////// | ||||
| Above Entry Provided on 4/13/2009 by UJS | Rate It | Rating 1 | ||
| To opt out of the program for your users, you can do this via GPO. The key is : [HKEY_CURRENT_USER\Software\Adobe\CommonFiles\Usage\Reader 9] “OptInâ€=dword:00000000 Here's the section from an adm file: CLASS USER CATEGORY Custom Policies CATEGORY "Adobe Reader 9" CATEGORY "Adobe Product Improvement Program" POLICY "Opt out of the Adobe Product Improvement Program" KEYNAME "Software\Adobe\CommonFiles\Usage\Reader 9" EXPLAIN !!ExplainNoAIP VALUENAME "OptIn" VALUEON NUMERIC 0 VALUEOFF NUMERIC 1 END POLICY END CATEGORY END CATEGORY [strings] ExplainNoAIP="To opt out of the Adobe Product Improvement Program, enable this policy. Disabling the policy will force the client to opt in.\n\nWhen the policy is enabled, the following key will be set:\n\n"HKEY_CURRENT_USER\Software\Adobe\CommonFiles\Usage\Reader 9"\n"Optin"=dword:00000001" As this key doesn't reside within the Policies structure, you'll need to turn filtering off so you can see the settings that can't be fully managed by Group Policy. | ||||
| Above Entry Provided on 4/17/2009 by nzdude | Rate It | Rating 3 | ||
| I have found that the executable from the ftp site (with "STD" in the name) does contain Adobe Air and Adobe.com. It's the MSI in the ftp directory that does not contain Adobe Air or Adobe.com. | ||||
| Above Entry Provided on 5/13/2009 by gooober | Rate It | Rating 2 | ||
| in order integrate the 9.1.2 update into your installation, download ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.1.2/misc/AdbeRdrUpd912_all_incr.msp and save it in the same folder as you install files, then add the line PATCH=AdbeRdrUpd912_all_incr.msp to the [Product] section of the setup.ini. the update will be applied automatically during the setup process. | ||||
| Above Entry Provided on 6/15/2009 by eschloss | Rate It | Rating 11 | ||
| If you are working on a package which has Adobe AIR and if you want to prevent the package from installing the Adobe AIR application, remove the following custom actions from the sequence. 1. ExtractAir 2. InstallAirShare | ||||
| Above Entry Provided on 10/22/2009 by soorajganga | Rate It | Rating 1 | ||
| You can also slipstream all updates, but note that not all updates should be slipstreamed. Adobe has 2 types of updates, quarterly and security updates. Only quarterly updates should be slipstreamed. To see which updates have which type, please check http://kb2.adobe.com/cps/498/cpsid_49880.html. | ||||
| Above Entry Provided on 3/2/2010 by ccastelein | Rate It | Rating 0 | ||
| Adobe Reader 9.3.1 was causing several installs in my SCCM OSD task sequence to fail. This did not happen with Adobe Reader 8.2.0 I found that I needed to reboot after installing Reader if RIM's BlackBerry USB driver or Citrix Client 11.2 (with USB component) were installed after the Adobe product. | ||||
| Above Entry Provided on 3/12/2010 by Thundxr | Rate It | Rating 0 | ||
| Adobe started to provide Updates over a new Mechanism. To disable AutoUpdate you have to delete Adobe ARM from Autostart: Delete following String: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\Adobe ARM' | ||||
| Above Entry Provided on 4/14/2010 by eigenart | Rate It | Rating 2 | ||
| In case you want to install a french version of adobe reader on Vista FR or Win 7 FR using GPO, I don't know why but you need to tick "Ingore language when deploying this package" in the advance section on the deployment tab. Otherwise the OS ignore the GPO installation. It worked for me. | ||||
| Above Entry Provided on 7/14/2010 by misabelle | Rate It | Rating 0 | ||
| Make sure you install Visual C++ Runtime 2005 (http://www.microsoft.com/downloads/details.aspx?FamilyID=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en) on the machine first. Obviously the clients should have this (unvirtualized) package as well! If you choose not to install this Visual C++ Runtime 2005 package, you will be shown an error like "CoreDLL not found!" This finding is based on Softgrid Sequencer 4.2 | ||||
| Above Entry Provided on 9/19/2008 by FrankSpierings02 | Rate It | Rating 3 | ||
No information at this time. Discuss this package in the forum or click here if you have something to contribute!
| This product is actually named "Adobe Reader 9.x". Many are still referring to it this way which is why this record in the Package KB exists. See Adobe Reader 9.x for the official [proper] listing. | ||||
| Above Entry Provided on 7/25/2008 by bkelly | Rate It | Rating 122 | ||
| Adobe Customization Wizard 9 | ||||
| Above Entry Provided on 8/7/2008 by pbakker_67 | Rate It | Rating 134 | ||
| Adobe Doccumentation on distibuting Adobe Reader 9 using SMS http://www.adobe.com/devnet/acrobat/pdfs/sms_9.pdf | ||||
| Above Entry Provided on 9/19/2008 by SIC_admin | Rate It | Rating 1 | ||
| Acrobat documentation on enterprise deployment of Adobe Reader 9 using Active Directory http://www.adobe.com/devnet/acrobat/pdfs/gpo_ad_9.pdf | ||||
| Above Entry Provided on 9/19/2008 by SIC_admin | Rate It | Rating 2 | ||
| Extracting the Adobe Reader 9 for enterprise deployment: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb400540&sliceId=1 (The above link is actually to docs on performing the extract for the Adobe Reader 8 msi, but Adobe have this link in their documentation for Adobe reader 9 enterprise deployment using SMS, so I'm assuming the process described in the above link for Adobe Reader 8 still applies to Adobe Reader 9). | ||||
| Above Entry Provided on 9/19/2008 by SIC_admin | Rate It | Rating 2 | ||
| An easy way to customize the installation is to use the "Acrobat Customization Wizard 9", found here: ftp://ftp.adobe.com/pub/adobe/acrobat/win/9.x/9.0/misc/CustWiz90_en_US.exe | ||||
| Above Entry Provided on 9/22/2008 by mekstro | Rate It | Rating 5 | ||
| After unpacking the executable, you can make an mst with the Adobe 9 Customizer. You can download it at http://www.adobe.com/support/downloads/thankyou.jsp?ftpID=3993&fileID=3727 | ||||
| Above Entry Provided on 9/25/2008 by pkaak | Rate It | Rating 1 | ||
| Deploying Adobe Reader 9 for Windows | ||||
| Above Entry Provided on 2/25/2009 by misterd | Rate It | Rating 2 | ||
| Adobe FTP site for additional downloads: ftp://ftp.adobe.com/pub/adobe/reader/win/9.x For version 9.1 english: ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.1/enu/ Adobe has released update 9.1.3: ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.1.3/misc/ | ||||
| Above Entry Provided on 8/4/2009 by jcauthorn | Rate It | Rating 9 | ||
| This link describes Adobe's Quarterly and Security update madness, er methods. "Adobe Acrobat and Reader Updating and Deployment Information" It's a bizarre way to do it but it explains why you need to do base update to quarterly update to security update in that order, and what you need to do to backout in case you are trying to apply the wrong patch to whichever base code you are using. http://kb2.adobe.com/cps/498/cpsid_49880.html I don't claim to understand it, I just do what I'm told...... | ||||
| Above Entry Provided on 8/17/2009 by jcauthorn | Rate It | Rating 4 | ||
| Direct link for Adobe Reader 9.2 ftp://ftp.adobe.com/pub/adobe/reader/win/9.x/9.2/enu/ | ||||
| Above Entry Provided on 11/15/2009 by nzdude | Rate It | Rating 2 | ||
| Further infos about the new updater (since 9.3.2): http://blogs.adobe.com/adobereader/2010/04/upcoming_adobe_reader_and_acro.html | ||||
| Above Entry Provided on 4/14/2010 by eigenart | Rate It | Rating 0 | ||
| Adobe Acrobat and Reader Updating and Deployment Information: http://kb2.adobe.com/cps/498/cpsid_49880.html | ||||
| Above Entry Provided on 5/6/2010 by Rheuvel | Rate It | Rating 0 | ||
| Download Adobe Reader 9.3 for Enterprise deployment: http://get.adobe.com/uk/reader/enterprise/ | ||||
| Above Entry Provided on 5/6/2010 by Rheuvel | Rate It | Rating 0 | ||
No information at this time. Discuss this package in the forum or click here if you have something to contribute!


[ 


Software Knowledge Base
Software Knowledge Base


