This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
userspace:adobe_flash_plugin-based [2011/10/10 12:35] Der-Matze |
userspace:adobe_flash_plugin-based [2021/08/23 08:37] (current) |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| [Initial] | [Initial] | ||
| - | |||
| - | |||
| - | |||
| ;Standard Text, der während der Installation angezeigt wird | ;Standard Text, der während der Installation angezeigt wird | ||
| - | + | Message = Bitte warten, das Produkt wird installiert | |
| - | Message = Bitte warten, das Produkt wird installiert | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Loglevel einstellen | ;Loglevel einstellen | ||
| - | + | setLogLevel = 6 | |
| - | setLogLevel = 6 | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Bei Fehlern abbrechen | ;Bei Fehlern abbrechen | ||
| - | + | ExitOnError = false | |
| - | ExitOnError = false | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Syntax Fehler werden in einem separaten Fenster angezeigt | ;Syntax Fehler werden in einem separaten Fenster angezeigt | ||
| - | + | ScriptErrorMessages = on | |
| - | ScriptErrorMessages = on | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ; | ; | ||
| - | + | TraceMode = off | |
| - | TraceMode = off | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Im Batchmode das Winst-Fenster nicht im Vordergrund anzeigen | ;Im Batchmode das Winst-Fenster nicht im Vordergrund anzeigen | ||
| - | + | StayOnTop = false | |
| - | StayOnTop = false | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| [Actions] | [Actions] | ||
| - | |||
| - | |||
| - | |||
| ;Variable für die Ermittlung des Betriebssystems | ;Variable für die Ermittlung des Betriebssystems | ||
| - | + | DefVar $OS$ | |
| - | DefVar $OS$ | + | set $OS$ = GetOS |
| - | + | ||
| - | set $OS$ = GetOS | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Variable für die Ermittlung der Betriebssystem Unterversion | ;Variable für die Ermittlung der Betriebssystem Unterversion | ||
| - | + | DefVar $NTVersion$ | |
| - | DefVar $NTVersion$ | + | set $NTVersion$ = GetNTVersion |
| - | + | ||
| - | set $NTVersion$ = GetNTVersion | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| ;Variable zur Ermittlung der Systemarchitektur | ;Variable zur Ermittlung der Systemarchitektur | ||
| - | + | DefVar $SystemType$ | |
| - | DefVar $SystemType$ | + | Set $SystemType$ = GetSystemType |
| - | + | ||
| - | Set $SystemType$ = GetSystemType | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Name des Produkts (max. 12 Zeichen) | ;Name des Produkts (max. 12 Zeichen) | ||
| - | + | DefVar $ProductName$ | |
| - | DefVar $ProductName$ | + | Set $ProductName$ = "Adobe Flash" |
| - | + | ||
| - | Set $ProductName$ = "Adobe Flash" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ; | ; | ||
| - | DefVar $ProductNameFull1$ | + | DefVar $ProductNameFull1$ |
| - | + | set $ProductNameFull1$ = "Adobe Flash 11.0.1.152 Plugin" | |
| - | set $ProductNameFull1$ = "Adobe Flash 11.0.1.152 Plugin" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Dateiname des Produktbildes mit Erweiterung | ;Dateiname des Produktbildes mit Erweiterung | ||
| - | + | DefVar $ProductPicture$ | |
| - | DefVar $ProductPicture$ | + | Set $ProductPicture$ = "Adobe Flash.png" |
| - | + | ||
| - | Set $ProductPicture$ = "Adobe Flash.png" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Dateinamen der zu installierenden MSI-Pakete | ;Dateinamen der zu installierenden MSI-Pakete | ||
| - | + | DefVar $Executable1$ | |
| - | DefVar $Executable1$ | + | Set $Executable1$ = " |
| - | + | DefVar $Executable2$ | |
| - | Set $Executable1$ = " | + | Set $Executable2$ = " |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | DefVar $Executable2$ | + | |
| - | + | ||
| - | Set $Executable2$ = " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Die Variable zur Auswertung des ExitCodes | ;Die Variable zur Auswertung des ExitCodes | ||
| - | + | DefVar $ExitCode$ | |
| - | DefVar $ExitCode$ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Prüfen der Winst Version | ;Prüfen der Winst Version | ||
| - | + | requiredWinstVersion >= " | |
| - | requiredWinstVersion >= " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ; | ; | ||
| - | + | ShowBitmap /3 " | |
| - | ShowBitmap /3 " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Anzeigen der Installationsbenachrichtigung incl. des vollen Produktnamens | ;Anzeigen der Installationsbenachrichtigung incl. des vollen Produktnamens | ||
| - | + | Message " | |
| - | Message " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Freien Speicherplatz ermitteln | ;Freien Speicherplatz ermitteln | ||
| - | + | if not (HasMinimumSpace (" | |
| - | if not (HasMinimumSpace (" | + | |
| - | + | | |
| - | LogError "Nicht genügend Platz auf %SYSTEMDRIVE%" | + | endif |
| - | + | ||
| - | isFatalError | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;OS-Version ermitteln | ;OS-Version ermitteln | ||
| - | + | if ( $NTVersion$ = " | |
| - | if ( $NTVersion$ = " | + | if $SystemType$ = "x86 System" |
| - | + | Winbatch_Install_32-Bit | |
| - | + | sub " | |
| - | + | endif | |
| - | + | if $SystemType$ = "64 Bit System" | |
| - | + | Winbatch_Install_64-Bit | |
| - | + | sub " | |
| - | + | endif | |
| - | if $SystemType$ = "x86 System" | + | if ( $NTVersion$ = " |
| - | + | Files_Copy_AllUsers_WinNT5x / | |
| - | Winbatch_Install_32-Bit | + | endif |
| - | + | if ( $NTVersion$ = " | |
| - | sub " | + | Files_Copy_AllUsers_WinNT6x / |
| - | + | endif | |
| - | endif | + | else |
| - | + | LogError "Kein kompatibles Betriebssystem installiert" | |
| - | + | isFatalError | |
| - | + | 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 | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| [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 374: | Line 127: | ||
| [Initial] | [Initial] | ||
| - | |||
| - | |||
| - | |||
| ;Standard Text, der während der Deinstallation angezeigt wird | ;Standard Text, der während der Deinstallation angezeigt wird | ||
| - | + | Message = Bitte warten, das Produkt wird deinstalliert | |
| - | Message = Bitte warten, das Produkt wird deinstalliert | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Loglevel einstellen | ;Loglevel einstellen | ||
| - | + | setLogLevel = 6 | |
| - | setLogLevel = 6 | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Bei Fehlern abbrechen | ;Bei Fehlern abbrechen | ||
| - | + | ExitOnError = false | |
| - | ExitOnError = false | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Syntax Fehler werden in einem separaten Fenster angezeigt | ;Syntax Fehler werden in einem separaten Fenster angezeigt | ||
| - | + | ScriptErrorMessages = on | |
| - | ScriptErrorMessages = on | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ; | ; | ||
| - | + | TraceMode = off | |
| - | TraceMode = off | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Im Batchmode das Winst-Fenster nicht im Vordergrund anzeigen | ;Im Batchmode das Winst-Fenster nicht im Vordergrund anzeigen | ||
| - | + | StayOnTop = false | |
| - | StayOnTop = false | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| [Actions] | [Actions] | ||
| - | |||
| - | |||
| - | |||
| ;Variable für die Ermittlung des Betriebssystems | ;Variable für die Ermittlung des Betriebssystems | ||
| - | + | DefVar $OS$ | |
| - | DefVar $OS$ | + | Set $OS$ = GetOS |
| - | + | ||
| - | Set $OS$ = GetOS | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Variable für die Ermittlung der Betriebssystem Unterversion | ;Variable für die Ermittlung der Betriebssystem Unterversion | ||
| - | + | DefVar $NTVersion$ | |
| - | DefVar $NTVersion$ | + | Set $NTVersion$ = GetNTVersion |
| - | + | ||
| - | Set $NTVersion$ = GetNTVersion | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Name des Produkts (max. 12 Zeichen) | ;Name des Produkts (max. 12 Zeichen) | ||
| - | + | DefVar $ProductName$ | |
| - | DefVar $ProductName$ | + | Set $ProductName$ = "Adobe Flash" |
| - | + | ||
| - | Set $ProductName$ = "Adobe Flash" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Dateiname des Produktbildes mit Erweiterung | ;Dateiname des Produktbildes mit Erweiterung | ||
| - | + | DefVar $ProductPicture$ | |
| - | DefVar $ProductPicture$ | + | Set $ProductPicture$ = "Adobe Flash.png" |
| - | + | ||
| - | Set $ProductPicture$ = "Adobe Flash.png" | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ;Die Variable zur Auswertung des ExitCodes | ;Die Variable zur Auswertung des ExitCodes | ||
| - | + | DefVar $ExitCode$ | |
| - | DefVar $ExitCode$ | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| ; | ; | ||
| - | + | ShowBitmap /3 " | |
| - | ShowBitmap /3 " | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| sub " | sub " | ||
| Line 525: | Line 175: | ||
| <code winst> | <code winst> | ||
| - | |||
| ;Variable für den msiexec Aufruf zur Deinstallation | ;Variable für den msiexec Aufruf zur Deinstallation | ||
| - | DefVar $UninstallCommand$ | + | DefVar $UninstallCommand$ |
| - | + | ||
| ;Variable für die jeweilige Version. Wird aus der Registry ausgelesen | ;Variable für die jeweilige Version. Wird aus der Registry ausgelesen | ||
| - | DefVar $DisplayName$ | + | DefVar $DisplayName$ |
| - | + | ||
| - | + | ||
| - | + | ||
| ;Adobe Flash Plugin-based 10.0.45.2 deinstallieren, | ;Adobe Flash Plugin-based 10.0.45.2 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.1.53.64 deinstallieren, | ;Adobe Flash Plugin-based 10.1.53.64 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.1.82.76 deinstallieren, | ;Adobe Flash Plugin-based 10.1.82.76 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.1.85.3 deinstallieren, | ;Adobe Flash Plugin-based 10.1.85.3 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.1.102.64 deinstallieren, | ;Adobe Flash Plugin-based 10.1.102.64 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.2.152.26 deinstallieren, | ;Adobe Flash Plugin-based 10.2.152.26 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.2.153.1 deinstallieren, | ;Adobe Flash Plugin-based 10.2.153.1 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.2.159.1 deinstallieren, | ;Adobe Flash Plugin-based 10.2.159.1 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.3.181.14 deinstallieren, | ;Adobe Flash Plugin-based 10.3.181.14 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.3.181.22 deinstallieren, | ;Adobe Flash Plugin-based 10.3.181.22 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.3.181.26 deinstallieren, | ;Adobe Flash Plugin-based 10.3.181.26 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.3.183.7 deinstallieren, | ;Adobe Flash Plugin-based 10.3.183.7 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash Plugin-based 10.3.183.10 deinstallieren, | ;Adobe Flash Plugin-based 10.3.183.10 deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash ActiveX 11.0.1.152 32-Bit deinstallieren, | ;Adobe Flash ActiveX 11.0.1.152 32-Bit deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue32(" | + | Set $DisplayName$ = GetRegistrystringvalue32(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| - | + | ||
| ;Adobe Flash ActiveX 11.0.1.152 64-Bit deinstallieren, | ;Adobe Flash ActiveX 11.0.1.152 64-Bit deinstallieren, | ||
| - | Set $DisplayName$ = GetRegistrystringvalue64(" | + | Set $DisplayName$ = GetRegistrystringvalue64(" |
| - | if not ($DisplayName$ = "" | + | if not ($DisplayName$ = "" |
| - | + | set $UninstallCommand$ = " | |
| - | Message " | + | endif |
| - | set $UninstallCommand$ = " | + | |
| - | Winbatch_Uninstall | + | |
| - | sub " | + | |
| - | + | ||
| - | endif | + | |
| + | Message " | ||
| + | Winbatch_Uninstall | ||
| + | sub " | ||
| if ( $NTVersion$ = " | if ( $NTVersion$ = " | ||
| - | Files_Delete_AllUsers_WinNT5x / | + | |
| endif | endif | ||
| - | |||
| - | |||
| if ( $NTVersion$ = " | if ( $NTVersion$ = " | ||
| - | Files_Delete_AllUsers_WinNT6x / | + | |
| endif | endif | ||
| - | |||
| - | |||
| - | |||
| - | |||
| [Winbatch_Uninstall] | [Winbatch_Uninstall] | ||
| - | + | $UninstallCommand$ | |
| - | $UninstallCommand$ | + | |
| - | + | ||
| [Files_Delete_AllUsers_WinNT5x] | [Files_Delete_AllUsers_WinNT5x] | ||
| - | |||
| ; | ; | ||
| - | delete -sf " | + | delete -sf " |
| - | + | ||
| [Files_Delete_AllUsers_WinNT6x] | [Files_Delete_AllUsers_WinNT6x] | ||
| - | |||
| ; | ; | ||
| - | delete -sf " | + | delete -sf " |
| </ | </ | ||