This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
userspace:adobe_flash_activex [2011/10/10 12:34] Der-Matze |
userspace:adobe_flash_activex [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| Note: settings.sol can be found in " | Note: settings.sol can be found in " | ||
| + | **Tree** | ||
| + | < | ||
| + | CLIENT_DATA | ||
| + | ├ Install.ins | ||
| + | ├ Uninstall.ins | ||
| + | ├ SubUninstall.ins | ||
| + | ├ Adobe Flash.png | ||
| + | ├ install_flash_player_11_active_x_32bit.msi | ||
| + | ├ install_flash_player_11_active_x_64bit.msi | ||
| + | └ settings.sol | ||
| + | </ | ||
| ==== Install.ins ==== | ==== Install.ins ==== | ||
| Line 23: | Line 34: | ||
| [Initial] | [Initial] | ||
| - | + | ;Standard Text, shown during installation | |
| - | + | Message = Bitte warten, das Produkt wird installiert | |
| - | ;Standard Text, der während der Installation angezeigt wird | + | ;Set Loglevel |
| - | + | setLogLevel = 6 | |
| - | Message = Bitte warten, das Produkt wird installiert | + | ;Stop when errors |
| - | + | ExitOnError = false | |
| - | + | ;Syntax Fehler | |
| - | + | ScriptErrorMessages = on | |
| - | + | ;Do not use Single-Step Mode | |
| - | + | TraceMode = off | |
| - | + | ;No winst-window in foreground while batchmode | |
| - | + | StayOnTop = false | |
| - | ; | + | |
| - | + | ||
| - | setLogLevel = 6 | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Bei Fehlern abbrechen | + | |
| - | + | ||
| - | ExitOnError = false | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Syntax Fehler | + | |
| - | + | ||
| - | ScriptErrorMessages = on | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ; | + | |
| - | + | ||
| - | TraceMode = off | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Im Batchmode das Winst-Fenster nicht im Vordergrund anzeigen | + | |
| - | + | ||
| - | StayOnTop = false | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| [Actions] | [Actions] | ||
| + | ;Variable for the OS | ||
| + | DefVar $OS$ | ||
| + | set $OS$ = GetOS | ||
| + | ;Variable for the OS-Subversion | ||
| + | DefVar $NTVersion$ | ||
| + | set $NTVersion$ = GetNTVersion | ||
| + | ;Variable for the OS-subversion | ||
| + | DefVar $SystemType$ | ||
| + | Set $SystemType$ = GetSystemType | ||
| - | ;Variable für die Ermittlung des Betriebssystems | + | ;Name of product |
| - | + | DefVar $ProductName$ | |
| - | DefVar $OS$ | + | Set $ProductName$ = "Adobe Flash" |
| - | + | ||
| - | set $OS$ = GetOS | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Variable für die Ermittlung der Betriebssystem Unterversion | + | |
| - | + | ||
| - | DefVar $NTVersion$ | + | |
| - | + | ||
| - | set $NTVersion$ = GetNTVersion | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Variable zur Ermittlung der Systemarchitektur | + | |
| - | + | ||
| - | DefVar $SystemType$ | + | |
| - | + | ||
| - | Set $SystemType$ = GetSystemType | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Name des Produkts | + | |
| - | + | ||
| - | DefVar $ProductName$ | + | |
| - | + | ||
| - | Set $ProductName$ = "Adobe Flash" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ; | + | |
| - | + | ||
| - | DefVar $ProductNameFull1$ | + | |
| - | + | ||
| - | set $ProductNameFull1$ = "Adobe Flash 11.0.1.152 ActiveX" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Dateiname des Produktbildes mit Erweiterung | + | |
| - | + | ||
| - | DefVar $ProductPicture$ | + | |
| - | + | ||
| - | Set $ProductPicture$ = "Adobe Flash.png" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Dateinamen der zu installierenden MSI-Pakete | + | |
| - | + | ||
| - | DefVar $Executable1$ | + | |
| - | + | ||
| - | Set $Executable1$ = " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | DefVar $Executable2$ | + | |
| - | + | ||
| - | Set $Executable2$ = " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Die Variable zur Auswertung des ExitCodes | + | |
| - | + | ||
| - | DefVar $ExitCode$ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Prüfen der Winst Version | + | |
| - | + | ||
| - | requiredWinstVersion >= " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ; | + | |
| - | + | ||
| - | ShowBitmap /3 " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Anzeigen der Installationsbenachrichtigung incl. des vollen Produktnamens | + | |
| - | + | ||
| - | Message " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Freien Speicherplatz ermitteln | + | |
| - | + | ||
| - | if not (HasMinimumSpace (" | + | |
| - | + | ||
| - | LogError "Nicht genügend Platz auf %SYSTEMDRIVE%" | + | |
| - | + | ||
| - | isFatalError | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;OS-Version ermitteln | + | |
| - | + | ||
| - | if ( $NTVersion$ = " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | if $SystemType$ = "x86 System" | + | |
| - | + | ||
| - | Winbatch_Install_32-Bit | + | |
| - | + | ||
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | if $SystemType$ = "64 Bit System" | + | |
| - | + | ||
| - | Winbatch_Install_64-Bit | + | |
| - | + | ||
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | if ( $NTVersion$ = " | + | |
| - | + | ||
| - | Files_Copy_AllUsers_WinNT5x / | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | if ( $NTVersion$ = " | + | |
| - | + | ||
| - | Files_Copy_AllUsers_WinNT6x / | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | else | + | |
| - | + | ||
| - | LogError "Kein kompatibles Betriebssystem installiert" | + | |
| - | + | ||
| - | isFatalError | + | |
| - | + | ||
| - | endif | + | |
| + | ;complete name of product incl. versionno. | ||
| + | DefVar $ProductNameFull1$ | ||
| + | set $ProductNameFull1$ = "Adobe Flash 11.0.1.152 ActiveX" | ||
| + | ;filename of productpicture with extension | ||
| + | DefVar $ProductPicture$ | ||
| + | Set $ProductPicture$ = "Adobe Flash.png" | ||
| + | ;filename of MSI-package which has to be installed | ||
| + | DefVar $Executable1$ | ||
| + | Set $Executable1$ = " | ||
| + | DefVar $Executable2$ | ||
| + | Set $Executable2$ = " | ||
| + | ;the variable for the ExitCode | ||
| + | DefVar $ExitCode$ | ||
| + | ;Check the winst-version | ||
| + | requiredWinstVersion >= " | ||
| + | ;show $ProductPicture$ and $ProductName$ | ||
| + | ShowBitmap /3 " | ||
| + | ;Show installationmessage incl. complete Productname | ||
| + | Message " | ||
| + | ;check free diskspace | ||
| + | if not (HasMinimumSpace (" | ||
| + | LogError "Nicht genügend Platz auf %SYSTEMDRIVE%" | ||
| + | isFatalError | ||
| + | endif | ||
| + | ;get OS-Version | ||
| + | if ( $NTVersion$ = " | ||
| + | if $SystemType$ = "x86 System" | ||
| + | Winbatch_Install_32-Bit | ||
| + | sub " | ||
| + | endif | ||
| + | if $SystemType$ = "64 Bit System" | ||
| + | Winbatch_Install_64-Bit | ||
| + | sub " | ||
| + | endif | ||
| + | if ( $NTVersion$ = " | ||
| + | Files_Copy_AllUsers_WinNT5x / | ||
| + | endif | ||
| + | if ( $NTVersion$ = " | ||
| + | Files_Copy_AllUsers_WinNT6x / | ||
| + | endif | ||
| + | else | ||
| + | LogError "No compatible OS..." | ||
| + | isFatalError | ||
| + | endif | ||
| [Winbatch_Install_32-Bit] | [Winbatch_Install_32-Bit] | ||
| - | + | msiexec /i " | |
| - | + | ||
| - | + | ||
| - | msiexec /i " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| [Winbatch_Install_64-Bit] | [Winbatch_Install_64-Bit] | ||
| - | + | msiexec /i " | |
| - | + | ||
| - | + | ||
| - | msiexec /i " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| [Files_Copy_AllUsers_WinNT5x] | [Files_Copy_AllUsers_WinNT5x] | ||
| - | |||
| - | |||
| - | |||
| ; | ; | ||
| - | + | copy -s " | |
| - | copy -s " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| [Files_Copy_AllUsers_WinNT6x] | [Files_Copy_AllUsers_WinNT6x] | ||
| - | |||
| - | |||
| - | |||
| ; | ; | ||
| - | + | copy -s " | |
| - | copy -s " | + | |
| </ | </ | ||
| Line 372: | Line 138: | ||
| [Initial] | [Initial] | ||
| + | ;Standard Text, shown during installation | ||
| + | Message = Bitte warten, das Produkt wird Deinstalliert | ||
| + | ;Set Loglevel | ||
| + | setLogLevel = 6 | ||
| + | ;Stop when errors | ||
| + | ExitOnError = false | ||
| - | ;Standard Text, der während der Deinstallation angezeigt wird | + | ;Syntax Fehler |
| - | + | ScriptErrorMessages = on | |
| - | Message = Bitte warten, das Produkt wird deinstalliert | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Loglevel einstellen | + | |
| - | + | ||
| - | setLogLevel = 6 | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Bei Fehlern abbrechen | + | |
| - | + | ||
| - | ExitOnError = false | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Syntax Fehler | + | |
| - | + | ||
| - | ScriptErrorMessages = on | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ; | + | |
| - | + | ||
| - | TraceMode = off | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Im Batchmode das Winst-Fenster nicht im Vordergrund anzeigen | + | |
| - | + | ||
| - | StayOnTop = false | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| + | ;Do not use Single-Step Mode | ||
| + | TraceMode = off | ||
| + | ;No winst-window in foreground while batchmode | ||
| + | StayOnTop = false | ||
| [Actions] | [Actions] | ||
| + | ;Variable for the OS | ||
| + | DefVar $OS$ | ||
| + | Set $OS$ = GetOS | ||
| + | ;Variable for the OS-subversion | ||
| + | DefVar $NTVersion$ | ||
| + | Set $NTVersion$ = GetNTVersion | ||
| + | ;Name of product (max. 12 columns) | ||
| + | DefVar $ProductName$ | ||
| + | Set $ProductName$ = "Adobe Flash" | ||
| - | ;Variable für die Ermittlung des Betriebssystems | + | ;filename of productpicture with extension |
| - | + | DefVar $ProductPicture$ | |
| - | DefVar $OS$ | + | Set $ProductPicture$ = "Adobe Flash.png" |
| - | + | ||
| - | Set $OS$ = GetOS | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Variable für die Ermittlung der Betriebssystem Unterversion | + | |
| - | + | ||
| - | DefVar $NTVersion$ | + | |
| - | + | ||
| - | Set $NTVersion$ = GetNTVersion | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Name des Produkts (max. 12 Zeichen) | + | |
| - | + | ||
| - | DefVar $ProductName$ | + | |
| - | + | ||
| - | Set $ProductName$ = "Adobe Flash" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Dateiname des Produktbildes mit Erweiterung | + | |
| - | + | ||
| - | DefVar $ProductPicture$ | + | |
| - | + | ||
| - | Set $ProductPicture$ = "Adobe Flash.png" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Die Variable zur Auswertung des ExitCodes | + | |
| - | + | ||
| - | DefVar $ExitCode$ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | ; | + | |
| - | + | ||
| - | ShowBitmap /3 " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| + | ;the variable for the ExitCode | ||
| + | DefVar $ExitCode$ | ||
| + | ;show $ProductPicture$ and $ProductName$ | ||
| + | ShowBitmap /3 " | ||
| sub " | sub " | ||
| Line 524: | Line 188: | ||
| <code winst> | <code winst> | ||
| - | ; | + | ; |
| - | DefVar $UninstallCommand$ | + | DefVar $UninstallCommand$ |
| + | ;Variable for the current version. Will be read from registry. | ||
| + | DefVar $DisplayName$ | ||
| + | ;uninstall Adobe Flash ActiveX 10.0.45.2, if found in the registry | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| - | ;Variable für die jeweilige Version. Wird aus der Registry ausgelesen | + | ;uninstall Adobe Flash ActiveX 10.1.53.64, if found in the registry |
| - | DefVar | + | Set $DisplayName$ |
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | ;uninstall Adobe Flash ActiveX 10.1.82.76, if found in the registry | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | ;uninstall Adobe Flash ActiveX 10.1.85.3, if found in the registry | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | ;uninstall Adobe Flash ActiveX 10.1.102.64, | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| - | ;Adobe Flash ActiveX 10.0.45.2 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| - | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | ;uninstall Adobe Flash ActiveX 10.2.152.26, |
| - | set $UninstallCommand$ = " | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | Winbatch_Uninstall | + | if not ($DisplayName$ = "" |
| - | sub " | + | Message "Deinstalling |
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| - | endif | + | ;uninstall Adobe Flash ActiveX 10.2.153.1, if found in the registry |
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | ;uninstall Adobe Flash ActiveX 10.2.159.1, if found in the registry | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | ;uninstall Adobe Flash ActiveX 10.3.181.14, | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| - | ;Adobe Flash ActiveX 10.1.53.64 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| - | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | ;uninstall Adobe Flash ActiveX 10.3.181.23, |
| - | set $UninstallCommand$ = " | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | Winbatch_Uninstall | + | if not ($DisplayName$ = "" |
| - | sub " | + | Message "Deinstalling |
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| - | endif | + | ;uninstall Adobe Flash ActiveX 10.3.181.26, |
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | ;uninstall Adobe Flash ActiveX 10.3.183.7, if found in the registry | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| + | ;uninstall Adobe Flash ActiveX 10.3.183.10, | ||
| + | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| - | ;Adobe Flash ActiveX 10.1.82.76 deinstallieren, | + | ;uninstall |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | Message "Deinstalling | |
| - | Message " | + | set $UninstallCommand$ = " |
| - | set $UninstallCommand$ = " | + | Winbatch_Uninstall |
| - | Winbatch_Uninstall | + | sub " |
| - | sub " | + | endif |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.1.85.3 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.1.102.64 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.2.152.26 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.2.153.1 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.2.159.1 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.3.181.14 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.3.181.23 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.3.181.26 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.3.183.7 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 10.3.183.10 deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 11.0.1.152 32-Bit | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message "Deinstalliere | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | ;Adobe Flash ActiveX 11.0.1.152 64-Bit deinstallieren, | + | |
| - | Set $DisplayName$ = GetRegistrystringvalue64(" | + | |
| - | if not ($DisplayName$ = "" | + | |
| - | + | ||
| - | Message " | + | |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| + | ;uninstall Adobe Flash ActiveX 11.0.1.152 64-Bit, if found in the registry | ||
| + | Set $DisplayName$ = GetRegistrystringvalue64(" | ||
| + | if not ($DisplayName$ = "" | ||
| + | Message " | ||
| + | set $UninstallCommand$ = " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| + | endif | ||
| if ( $NTVersion$ = " | if ( $NTVersion$ = " | ||
| Files_Delete_AllUsers_WinNT5x / | Files_Delete_AllUsers_WinNT5x / | ||
| endif | endif | ||
| - | |||
| - | |||
| if ( $NTVersion$ = " | if ( $NTVersion$ = " | ||
| Files_Delete_AllUsers_WinNT6x / | Files_Delete_AllUsers_WinNT6x / | ||
| endif | endif | ||
| - | |||
| - | |||
| - | |||
| - | |||
| [Winbatch_Uninstall] | [Winbatch_Uninstall] | ||
| - | + | $UninstallCommand$ | |
| - | $UninstallCommand$ | + | |
| - | + | ||
| [Files_Delete_AllUsers_WinNT5x] | [Files_Delete_AllUsers_WinNT5x] | ||
| - | + | ;Remove config-folder | |
| - | ;Konfigurationsordner | + | delete -sf " |
| - | delete -sf " | + | |
| - | + | ||
| [Files_Delete_AllUsers_WinNT6x] | [Files_Delete_AllUsers_WinNT6x] | ||
| - | + | ;Remove config-folder | |
| - | ;Konfigurationsordner | + | delete -sf " |
| - | delete -sf " | + | |
| </ | </ | ||