User Tools

Site Tools


userspace:adobe_acrobat_9_standard_professional

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
userspace:adobe_acrobat_9_standard_professional [2013/04/17 05:56]
Sapgui
userspace:adobe_acrobat_9_standard_professional [2021/08/23 08:37] (current)
Line 1: Line 1:
 ====== Adobe Acrobat 9 Standard & Professional ====== ====== Adobe Acrobat 9 Standard & Professional ======
 +
 +By --- //[[lucifersbruder@gmx.at|Sapgui]] 2013/04/17 09:13//
  
 Folgend meine Skripte für die Silent-Installation von Adobe Acrobat 9 Standard & Professional sowie dem Abschalten der Updatefunktion. Folgend meine Skripte für die Silent-Installation von Adobe Acrobat 9 Standard & Professional sowie dem Abschalten der Updatefunktion.
 Falls jemand eine "Auswahlmöglichkeit" in einem OPSI-Paket zusammen bekommen hat - feel free to add and combine my scripts :) Falls jemand eine "Auswahlmöglichkeit" in einem OPSI-Paket zusammen bekommen hat - feel free to add and combine my scripts :)
 Und falls sich jemand dazu berufen fühlt: Ins Englische darf der Artikel natürlich auch übersetzt werden! Und falls sich jemand dazu berufen fühlt: Ins Englische darf der Artikel natürlich auch übersetzt werden!
- 
-Zu beachten in beiden Skripts: Der Lizenzkey wird nicht übergeben und muss somit nachträglich eingegeben werden! 
  
 ====== Adobe Acrobat 9 Standard ====== ====== Adobe Acrobat 9 Standard ======
Line 20: Line 20:
 Meine OPSI_Workbench:\\ Meine OPSI_Workbench:\\
 <code> <code>
 +install.ins
 +uninstall.ins
 +FeatureLockDown.reg
 1031.mst 1031.mst
 1033.mst 1033.mst
Line 26: Line 29:
 AcroStan.msi AcroStan.msi
 Data1.cab Data1.cab
-FeatureLockDown.reg 
-install.ins 
 Setup.exe Setup.exe
 setup.ini setup.ini
-uninstall.ins+</code> 
 + 
 +Der Lizenzkey wird über die Datei "Abcpy.ini" übergeben. In dieser Datei sucht man den OEM-Abschnitt: 
 +<code> 
 +[OEM Install] 
 +ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx 
 +USERNAME=Name 
 +COMPANYNAME=Company 
 +....
 </code> </code>
  
Line 129: Line 138:
 setLogLevel=6 setLogLevel=6
  
-[Aktionen]+[Actions]
 ;Variable for the found version. Gotten by the redistry ;Variable for the found version. Gotten by the redistry
 DefVar $DisplayName$ DefVar $DisplayName$
Line 166: Line 175:
 Meine OPSI_Workbench:\\ Meine OPSI_Workbench:\\
 <code> <code>
 +install.ins
 +uninstall.ins
 +FeatureLockDown.reg
 1031.mst 1031.mst
 1033.mst 1033.mst
Line 172: Line 184:
 AcroPro.msi AcroPro.msi
 Data1.cab Data1.cab
-FeatureLockDown.reg 
-install.ins 
 Setup.exe Setup.exe
 setup.ini setup.ini
-uninstall.ins 
 </code> </code>
 +
 +Der Lizenzkey wird über die Datei "Abcpy.ini" übergeben. In dieser Datei sucht man den OEM-Abschnitt:
 +<code>
 +[OEM Install]
 +ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx
 +USERNAME=Name
 +COMPANYNAME=Company
 +....
 +</code
  
 ==== install.ins ==== ==== install.ins ====
Line 275: Line 293:
 setLogLevel=6 setLogLevel=6
  
-[Aktionen]+[Actions]
 ;Variable for the found version. Gotten by the redistry ;Variable for the found version. Gotten by the redistry
 DefVar $DisplayName$ DefVar $DisplayName$
userspace/adobe_acrobat_9_standard_professional.1366178183.txt.gz · Last modified: 2021/08/23 08:37 (external edit)