User Tools

Site Tools


userspace:adobe_reader_xi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

userspace:adobe_reader_xi [2014/01/08 13:22]
MephMan created
userspace:adobe_reader_xi [2021/08/23 08:37]
Line 1: Line 1:
-Tested with OPSI 4.0.3.1\\ 
-Winst 4.11.3.6\\ 
-Works fine with WinXP and Win7. 
-by //MephMan 2014/01/08// 
-\\ 
-\\ 
-======Adobe Reader XI====== 
-You need the standaloneinstaller for Adobe Reader XI.\\ 
-You can download it here: http://get.adobe.com/de/reader/enterprise/ 
-\\ 
-====Steps===== 
-  -Download the standaloneinstaller for Adobe Reader XI \\    and put it to the CLIENT_DATA-directory on your Workbench.\\ 
-  -Create new textfiles in the CLIENT_DATA-directory and fill them up with the scripts provided down there.\\    You might want to edit some lines in order to fit your needs.\\ 
-  -Ready the package and install it on your server.  
-==thats it== 
-===setup.ins=== 
-<code winst> 
-[Actions] 
-Message "Installiert Adobe Reader XI" 
-SetLogLevel=6 
-Files_Copy_AdobeInstall 
-WinBatch_Install 
-WinBatch_CleanUp 
  
-[Files_Copy_AdobeInstall] 
-copy "%scriptpath%\*.*" "c:\adobeinstall\" 
- 
-[WinBatch_Install] 
-c:\adobeinstall\AdobeReader.exe /sAll /msi /norestart ALLUSERS=1 EULA_ACCEPT=YES 
- 
-[WinBatch_CleanUp] 
-rmdir /S /Q c:\adobeinstall\   
-</code> 
- 
-===uninstall.ins=== 
-<code winst> 
-[Actions] 
-Message "Deinstalliere Adobe Reader XI" 
-WinBatch_autoit_delete /LetThemGo 
-WinBatch_uninstall 
- 
-[WinBatch_autoit_delete] 
-%Scriptpath%\Remove.exe 
- 
-[WinBatch_uninstall] 
-MsiExec.exe /I{AC76BA86-7AD7-1031-7B44-AB0000000001}  
-</code> 
- 
-===remove.exe=== 
-Hint: this is an AutoIT3-Script 
-<code autoit> 
-BlockInput(1) 
-Sleep (4000) 
-WinWaitActive("Adobe Reader XI (11.0.04) - Assistent", "Programm reparieren oder entfernen") 
-ControlClick("Adobe Reader XI (11.0.04) - Assistent", "&Adobe Reader XI (11.0.04) von Ihrem Computer entfernen.", "Button3") 
-ControlClick("Adobe Reader XI (11.0.04) - Assistent", "&Weiter >", "Button4") 
-WinWaitActive("Adobe Reader XI (11.0.04) - Assistent", "Installation abgeschlossen") 
-controlclick("Adobe Reader XI (11.0.04) - Assistent", "&Fertigstellen", "Button1") 
-BlockInput(0) 
-</code> 
userspace/adobe_reader_xi.txt ยท Last modified: 2021/08/23 08:37 (external edit)