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

adobe acrobat 9 300x90 Unattended : Adobe Acrobat Reader 9

The new version of Adobe Reader is out and it’s supposed to be faster and better. Though the integrated Shockwave & FlashPlayer will be interesting in a Terminal Server Environment.

I’ve created a script for silent installation :


@echo off

REM Install Adobe Acrobat Reader 9.0
REM Written by Trond Eirik Haavarstein

pushd %~dp0
cd ..

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

set LogFile1="%temp%AcrobatReader90.log"
set Switches=/qn ALLUSERS=1 REBOOT="ReallySuppress"
set MST=TRANSFORMS=1044.mst

cls
echo.
echo Installing Adobe Acrobat Reader 9.0
echo.

cd %AppSourcePath%
start /wait msiexec /i "AcroRead.msi" %mst% %switches% /liewa %LOGFILE1%

REG ADD "HKLMSOFTWAREAdobeAcrobat Reader9.0AdobeViewer" /V EULA /t REG_DWORD /d "00000001" /f
REG ADD "HKLMSOFTWAREAdobeAcrobat Reader9.0AdobeViewer" /V Launched /t REG_DWORD /d "00000001" /f
REG ADD "HKLMSOFTWAREPoliciesAdobeAcrobat Reader9.0FeatureLockdown" /v bUpdater /d 0 /t REG_DWORD /f

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.



{ 6 comments… read them below or add one }

Fondea October 27, 2008 at 23:40

Good post.

Reply

Dan November 13, 2008 at 21:29

Does this fix the problem of running Adobe 9 on a Citrix server with roaming profiles turned on?

Thanks
Dan

Reply

admin November 16, 2008 at 13:25

There is no problems that I’m aware of running Adobe 9 in Terminal Server environement with romaing proiles. But ofcourse it depends on your romaing profiles settings.

Reply

Shawn Bass December 28, 2008 at 18:45

The issue with Adobe 9 isn’t due to roaming profiles, it’s due to folder redirection on AppData and yes it’s still a problem.

Shawn

Reply

Corbett February 4, 2009 at 17:00

We don’t redirect APP data, though we do redirect other folders (documents, desktop, etc). However, Windows Server 2008 (TS) does use a UNC on the appdata path and thus causes the same problem. No fix yet for this that I’ve found (other than some scripts to change appdata to a drive letter instead of a UNC).

Reply

Tu Nguyen August 2, 2009 at 00:44

In case anyone comes across this post, the %AppData% redirection problem was fixed in subsequent versions of Adobe Reader 9.0. Upgrade to 9.1.x and you should have no problems.

Cheers.

Tu

Reply

Leave a Comment


Previous post:

Next post: