This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    userspace:adobe_acrobat_9_standard_professional [2013/04/17 05:51] 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 --- // | ||
| 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. | ||
| Line 18: | Line 20: | ||
| Meine OPSI_Workbench: | Meine OPSI_Workbench: | ||
| < | < | ||
| + | install.ins | ||
| + | uninstall.ins | ||
| + | FeatureLockDown.reg | ||
| 1031.mst | 1031.mst | ||
| 1033.mst | 1033.mst | ||
| Line 24: | Line 29: | ||
| AcroStan.msi | AcroStan.msi | ||
| Data1.cab | Data1.cab | ||
| - | FeatureLockDown.reg | ||
| - | install.ins | ||
| Setup.exe | Setup.exe | ||
| setup.ini | setup.ini | ||
| - | uninstall.ins | + | </ | 
| + | |||
| + | Der Lizenzkey wird über die Datei " | ||
| + | < | ||
| + | [OEM Install] | ||
| + | ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx | ||
| + | USERNAME=Name | ||
| + | COMPANYNAME=Company | ||
| + | .... | ||
| </ | </ | ||
| Line 57: | Line 68: | ||
| DefVar $SystemType$ | DefVar $SystemType$ | ||
| Set $SystemType$ = GetSystemType | Set $SystemType$ = GetSystemType | ||
| - | + | ||
| DefVar $Executable$ | DefVar $Executable$ | ||
| Set $Executable$ = " | Set $Executable$ = " | ||
| Line 127: | 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 134: | Line 145: | ||
| [Winbatch_produkt_silent_uninstall] | [Winbatch_produkt_silent_uninstall] | ||
| - | |||
| ;uninstall Adobe Acrobat 9 Std., if found in the Registry | ;uninstall Adobe Acrobat 9 Std., if found in the Registry | ||
| Set $DisplayName$ = GetRegistrystringvalue(" | Set $DisplayName$ = GetRegistrystringvalue(" | ||
| Line 165: | Line 175: | ||
| Meine OPSI_Workbench: | Meine OPSI_Workbench: | ||
| < | < | ||
| + | install.ins | ||
| + | uninstall.ins | ||
| + | FeatureLockDown.reg | ||
| 1031.mst | 1031.mst | ||
| 1033.mst | 1033.mst | ||
| Line 171: | Line 184: | ||
| AcroPro.msi | AcroPro.msi | ||
| Data1.cab | Data1.cab | ||
| - | FeatureLockDown.reg | ||
| - | install.ins | ||
| Setup.exe | Setup.exe | ||
| setup.ini | setup.ini | ||
| - | uninstall.ins | ||
| </ | </ | ||
| + | |||
| + | Der Lizenzkey wird über die Datei " | ||
| + | < | ||
| + | [OEM Install] | ||
| + | ISX_SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx | ||
| + | USERNAME=Name | ||
| + | COMPANYNAME=Company | ||
| + | .... | ||
| + | </code | ||
| ==== install.ins ==== | ==== install.ins ==== | ||
| Line 274: | 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$ | ||