Lars Reinecke schrieb: > Hi everybody, > > I read there are some security vulnerabilities in Adobe Reader 7.x and > version 8 is highly recommended. As far as I got this, the old script > won't work anymore (i.e. the old switches) and tried to figure out the > new switches. Unfortunately I've got problems with Adobe's Download > Manager. So I wanted to ask if someone of you already found a way to > install Adobe Reader 8 via Unattended. I found some information on the > Internet which says that you have to copy the files from some temp > folder (in local settings) and then execute AcroRead.msi with /quiet > /norestart > Another source gave me these switches: > /sAll /rs > (http://www.windows-unattended.de/forum/index.php?act=Attach&type=post&i > d=4287) I use the following lines in my wpkg packet for Adobe Reader 8, I think I've got them from appdeploy.com:
\packages\adobereader\AdbeRdr80_de_DE.exe /sPB /rs /l /msi"/qb-! /norestart /log %SystemDrive% \netinst\logs\acrobat8.log ALLUSERS=2 EULA_ACCEPT=YES SUPPRESS_APP_LAUNCH=YES DISABLE_BROWSER_INTEGRATION=YES LAUNCH_A PP=0" cmd /c regedit /s \packages\adobereader\acroread-html8.reg This is the contents of acroread-html8.reg: Windows Registry Editor Version 5.00 ess packages/adobereader.xml [HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\8.0\Downtown] "bDontShowAtLaunch"=dword:00000001 "bGoOnline"=dword:00000000 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\8.0\FeatureLockdown] "bUpdater"=dword:00000000 "bShowEbookMenu"=dword:00000000 "bPurchaseAcro"=dword:00000000 "bCreatePDFOnline"=dword:00000000 "bBrowserIntegration"=dword:00000000 (Perhaps you have to customize it to your needs) > Anyway, I can't test anything because I am currently stuck on this > stupid Download Manager... http://www.softpedia.com/progDownload/Adobe-Reader--Final-Download-2572.html Best regards, Falko -- Falko Trojahn Dipl.-Ingenieur Netzwerke/Support SMI Softmark Informationstechnologien GmbH www.smi-softmark.de ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
