Get FREE Citrix XenApp 6 Video Training Course

Are you setting up a new Proof of Concept
or a Production Environment?

We'll coach you through the configurations step-by-step with Real World Best Practices

  • Microsoft Active Directory and Group Policy...
  • Install and Configure Citrix XenApp 6...
  • Citrix Web Interface and Licensing...
  • And Much Much More...

We respect your privacy. We'll NEVER sell, rent or share your email address. That's more than a policy, it's our personal guarantee!

Unattended : Adobe Acrobat Reader 9.1.2 working with AppData

Adobe Reader 912 300x143 Unattended : Adobe Acrobat Reader 9.1.2 working with AppData

Adobe recently released the Adobe Acrobat Reader 9.1.2 Update. Finally it fixes the problems people are experiencing with Roaming of Application Data on Terminal Servers.

Download Adobe Acrobat Reader 9.1 English / UK and extract the files with this command : C:AdbeRdr910_en_US_Std.exe -nos_ne

All my scripts are based on the ScriptFrameWork developed by Joe Shonk. The script normally uses two folders, Source and Scripts. Copy the extracted files from %UserProfile%Local SettingsApplication DataAdobeReader 9.1Setup Files and paste it into your Source catalog.

Download the Adobe Reader 9.1.2 Update and copy it into your Source catalog.

Then create an Install.cmd file in the Scripts catalog and paste the script from below. Because of the CSS on my blog be sure to search and replace all the ” ” in Notepad which will cause the script to fail!

I would recommend you to check out my favorite blog Stealthpuppy.com by Aaron Parker who has created a custom transform file for Adobe Acrobat Reader 9.1 and also Group Policy ADM/ADMX files. A lot of detailed information in this blog.

I’ve created a script for silent installation :

@echo off
REM Install Adobe Acrobat Reader 912
REM ScriptFrameWork by Joe Shonk – www.theshonkproject.com
REM Customized by Trond Eirik Haavarstein – www.xenappblog.com

pushd %~dp0
cd ..

set AppSourcePath=Source
set AppConfigPath=Configuration
set AppInstallPath=Scripts
set AppHotfixesPath=Hotfixes

set LogFile1=”%temp%Adobe Acrobat Reader 91.log”
set LogFile2=”%temp%Adobe Acrobat Reader 912 Update.log”
set Switches=/qn ALLUSERS=1 REBOOT=”ReallySuppress”
set MST=TRANSFORMS=AdobeReader91Custom.mst

cls
echo.
echo Installing Adobe Acrobat Reader 912
echo.

cd %AppSourcePath%
start /wait msiexec /i “AcroRead.msi” %MST% %Switches% /liewa %LOGFILE1%
start /wait msiexec /update “AdbeRdrUpd912_all_incr.msp” %Switches% /liewa %LOGFILE2%

del “C:Documents and SettingsAll UsersDesktopAcrobat.*”
del “C:Documents and SettingsAll UsersStart MenuProgramsAcrobat.*”

popd
endlocal

Have a comment to share?

One of the big reasons that I blog is because I like people and I want to help them. Part of the reward for my work is your comments. I read every comment and post my replies pretty fast, so if you have something to say or a question to ask, please use the form below. Thanks very much.





If you like this post enter your information below to receive our FREE "Citrix XenApp 5.0 on Windows 2008" eBook and a 7 day eCourse with Tips & Tricks never revealed before.



Leave a Comment


Previous post:

Next post: