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/12/28 07:57] Thomas_H |
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 | |
| - | + | ||
| - | ;Standard Text, der während der Installation angezeigt wird | + | |
| Message = Bitte warten, das Produkt wird installiert | Message = Bitte warten, das Produkt wird installiert | ||
| - | ; | + | ;Set Loglevel |
| setLogLevel = 6 | setLogLevel = 6 | ||
| - | ;Bei Fehlern abbrechen | + | ;Stop when errors |
| ExitOnError = false | ExitOnError = false | ||
| - | ;Syntax Fehler | + | ;Syntax Fehler |
| ScriptErrorMessages = on | ScriptErrorMessages = on | ||
| - | ; | + | ;Do not use Single-Step Mode |
| TraceMode = off | TraceMode = off | ||
| - | ;Im Batchmode das Winst-Fenster nicht im Vordergrund anzeigen | + | ;No winst-window in foreground while batchmode |
| StayOnTop = false | StayOnTop = false | ||
| [Actions] | [Actions] | ||
| - | ; | + | ; |
| DefVar $OS$ | DefVar $OS$ | ||
| set $OS$ = GetOS | set $OS$ = GetOS | ||
| - | ; | + | ; |
| DefVar $NTVersion$ | DefVar $NTVersion$ | ||
| set $NTVersion$ = GetNTVersion | set $NTVersion$ = GetNTVersion | ||
| - | ; | + | ; |
| DefVar $SystemType$ | DefVar $SystemType$ | ||
| Set $SystemType$ = GetSystemType | Set $SystemType$ = GetSystemType | ||
| - | ;Name des Produkts | + | ;Name of product |
| DefVar $ProductName$ | DefVar $ProductName$ | ||
| Set $ProductName$ = "Adobe Flash" | Set $ProductName$ = "Adobe Flash" | ||
| - | ;Vollständiger Produktname | + | ;complete name of product |
| DefVar $ProductNameFull1$ | DefVar $ProductNameFull1$ | ||
| set $ProductNameFull1$ = "Adobe Flash 11.0.1.152 ActiveX" | set $ProductNameFull1$ = "Adobe Flash 11.0.1.152 ActiveX" | ||
| - | ;Dateiname des Produktbildes mit Erweiterung | + | ;filename of productpicture with extension |
| DefVar $ProductPicture$ | DefVar $ProductPicture$ | ||
| Set $ProductPicture$ = "Adobe Flash.png" | Set $ProductPicture$ = "Adobe Flash.png" | ||
| - | ;Dateinamen der zu installierenden | + | ;filename of MSI-package which has to be installed |
| DefVar $Executable1$ | DefVar $Executable1$ | ||
| Set $Executable1$ = " | Set $Executable1$ = " | ||
| Line 69: | Line 78: | ||
| Set $Executable2$ = " | Set $Executable2$ = " | ||
| - | ;Die Variable zur Auswertung des ExitCodes | + | ;the variable for the ExitCode |
| DefVar $ExitCode$ | DefVar $ExitCode$ | ||
| - | ;Prüfen der Winst Version | + | ;Check the winst-version |
| requiredWinstVersion >= " | requiredWinstVersion >= " | ||
| - | ; | + | ;show $ProductPicture$ |
| ShowBitmap /3 " | ShowBitmap /3 " | ||
| - | ;Anzeigen der Installationsbenachrichtigung | + | ;Show installationmessage |
| Message " | Message " | ||
| - | ;Freien Speicherplatz ermitteln | + | ;check free diskspace |
| if not (HasMinimumSpace (" | if not (HasMinimumSpace (" | ||
| LogError "Nicht genügend Platz auf %SYSTEMDRIVE%" | LogError "Nicht genügend Platz auf %SYSTEMDRIVE%" | ||
| Line 87: | Line 96: | ||
| endif | endif | ||
| - | ; | + | ;get OS-Version |
| if ( $NTVersion$ = " | if ( $NTVersion$ = " | ||
| if $SystemType$ = "x86 System" | if $SystemType$ = "x86 System" | ||
| Line 104: | Line 113: | ||
| endif | endif | ||
| else | else | ||
| - | LogError "Kein kompatibles Betriebssystem installiert" | + | LogError "No compatible OS..." |
| isFatalError | isFatalError | ||
| endif | endif | ||
| Line 129: | Line 138: | ||
| [Initial] | [Initial] | ||
| - | ;Standard Text, der während der Deinstallation angezeigt wird | + | ;Standard Text, shown during installation |
| - | Message = Bitte warten, das Produkt wird deinstalliert | + | Message = Bitte warten, das Produkt wird Deinstalliert |
| - | ; | + | ;Set Loglevel |
| setLogLevel = 6 | setLogLevel = 6 | ||
| - | ;Bei Fehlern abbrechen | + | ;Stop when errors |
| ExitOnError = false | ExitOnError = false | ||
| - | ;Syntax Fehler | + | ;Syntax Fehler |
| ScriptErrorMessages = on | ScriptErrorMessages = on | ||
| - | ; | + | ;Do not use Single-Step Mode |
| TraceMode = off | TraceMode = off | ||
| - | ;Im Batchmode das Winst-Fenster nicht im Vordergrund anzeigen | + | ;No winst-window in foreground while batchmode |
| StayOnTop = false | StayOnTop = false | ||
| [Actions] | [Actions] | ||
| - | ; | + | ; |
| DefVar $OS$ | DefVar $OS$ | ||
| Set $OS$ = GetOS | Set $OS$ = GetOS | ||
| - | ; | + | ; |
| DefVar $NTVersion$ | DefVar $NTVersion$ | ||
| Set $NTVersion$ = GetNTVersion | Set $NTVersion$ = GetNTVersion | ||
| - | ;Name des Produkts | + | ;Name of product |
| DefVar $ProductName$ | DefVar $ProductName$ | ||
| Set $ProductName$ = "Adobe Flash" | Set $ProductName$ = "Adobe Flash" | ||
| - | ;Dateiname des Produktbildes mit Erweiterung | + | ;filename of productpicture with extension |
| DefVar $ProductPicture$ | DefVar $ProductPicture$ | ||
| Set $ProductPicture$ = "Adobe Flash.png" | Set $ProductPicture$ = "Adobe Flash.png" | ||
| - | ;Die Variable zur Auswertung des ExitCodes | + | ;the variable for the ExitCode |
| DefVar $ExitCode$ | DefVar $ExitCode$ | ||
| - | ; | + | ;show $ProductPicture$ |
| ShowBitmap /3 " | ShowBitmap /3 " | ||
| Line 179: | Line 188: | ||
| <code winst> | <code winst> | ||
| - | ; | + | ; |
| DefVar $UninstallCommand$ | DefVar $UninstallCommand$ | ||
| - | ; | + | ; |
| - | DefVar $DisplayName$ | + | DefVar $DisplayName$ |
| - | ;Adobe Flash ActiveX 10.0.45.2 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 194: | Line 203: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.1.53.64 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 203: | Line 212: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.1.82.76 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 212: | Line 221: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.1.85.3 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 221: | Line 230: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.1.102.64 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 232: | Line 241: | ||
| - | ;Adobe Flash ActiveX 10.2.152.26 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 241: | Line 250: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.2.153.1 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 250: | Line 259: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.2.159.1 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 259: | Line 268: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.3.181.14 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 269: | Line 278: | ||
| - | ;Adobe Flash ActiveX 10.3.181.23 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 278: | Line 287: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.3.181.26 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 287: | Line 296: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.3.183.7 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 296: | Line 305: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 10.3.183.10 | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 305: | Line 314: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 11.0.1.152 32-Bit | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue32(" | Set $DisplayName$ = GetRegistrystringvalue32(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 314: | Line 323: | ||
| endif | endif | ||
| - | ;Adobe Flash ActiveX 11.0.1.152 64-Bit | + | ;uninstall |
| Set $DisplayName$ = GetRegistrystringvalue64(" | Set $DisplayName$ = GetRegistrystringvalue64(" | ||
| if not ($DisplayName$ = "" | if not ($DisplayName$ = "" | ||
| - | Message "Deinstalliere | + | Message "Deinstalling |
| set $UninstallCommand$ = " | set $UninstallCommand$ = " | ||
| Winbatch_Uninstall | Winbatch_Uninstall | ||
| Line 335: | Line 344: | ||
| [Files_Delete_AllUsers_WinNT5x] | [Files_Delete_AllUsers_WinNT5x] | ||
| - | ;Konfigurationsordner | + | ;Remove config-folder |
| delete -sf " | delete -sf " | ||
| [Files_Delete_AllUsers_WinNT6x] | [Files_Delete_AllUsers_WinNT6x] | ||
| - | ;Konfigurationsordner | + | ;Remove config-folder |
| delete -sf " | delete -sf " | ||
| </ | </ | ||