Tested with OPSI 4.0.3.1
Winst 4.11.3.6
Works fine with WinXP and Win7.
by — MephMan 2014/01/08 14:33
You need the standaloneinstaller for Adobe Reader XI.
You can download it here: http://get.adobe.com/de/reader/enterprise/
[Actions]
;Text shown during installation
Message "Installiert Adobe Reader XI"
;Sets the LogLevel
;Allowed LogLevels are:
;0 = nothing (absolute nothing)
;1 = essential ("essential information")
;2 = critical (unexpected errors that my cause a program abort)
;3 = error (Errors that don't will abort the running program)
;4 = warning (you should have a look at this)
;5 = notice (Important statements to the program flow)
;6 = info (Additional Infos)
;7 = debug (important debug messages)
;8 = debug2 (a lot more debug informations and data)
;9 = confidential (passwords and other security relevant data)
SetLogLevel=6
WinBatch_Install
Registry_HKLM
[WinBatch_Install]
%scriptpath%\AdobeReader.exe /sAll /msi /norestart ALLUSERS=1 EULA_ACCEPT=YES
[Registry_HKLM]
;Disables Adobe Reader Updates]
OpenKey [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Adobe\Acrobat Reader\11.0\FeatureLockDown]
Set "bUpdater"=reg_dword:0x00000000
[Actions]
Message "Deinstalliere Adobe Reader XI"
WinBatch_uninstall
[WinBatch_uninstall]
MsiExec.exe /passive /x {AC76BA86-7AD7-1031-7B44-AB0000000001}