User Tools

Site Tools


userspace:adobe_flash_activex

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_flash_activex [2011/12/28 08:17]
Thomas_H
userspace:adobe_flash_activex [2021/08/23 08:37] (current)
Line 16: Line 16:
 Note: settings.sol can be found in "%UserProfileDir%\Anwendungsdaten\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\" and customized via Control Panel\Flash Player. \\ Note: settings.sol can be found in "%UserProfileDir%\Anwendungsdaten\Macromedia\Flash Player\macromedia.com\support\flashplayer\sys\" and customized via Control Panel\Flash Player. \\
  
 +**Tree**
 +<code>
 +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
 +</code>
  
 ==== Install.ins ==== ==== Install.ins ====
Line 22: Line 33:
  
 [Initial] [Initial]
- 
- 
  
 ;Standard Text, shown during installation ;Standard Text, shown during installation
Line 43: Line 52:
 set $OS$ = GetOS set $OS$ = GetOS
  
-;Variable für die Ermittlung der Betriebssystem Unterversion+;Variable for the OS-Subversion
 DefVar $NTVersion$ DefVar $NTVersion$
 set $NTVersion$ = GetNTVersion set $NTVersion$ = GetNTVersion
Line 185: Line 194:
 DefVar $DisplayName$ DefVar $DisplayName$
  
-;Adobe Flash ActiveX 10.0.45.2 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.0.45.2, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{66E3BA00-6B3D-466B-96FA-6309A7F42BB0}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{66E3BA00-6B3D-466B-96FA-6309A7F42BB0}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 194: Line 203:
 endif endif
  
-;Adobe Flash ActiveX 10.1.53.64 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.1.53.64, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FFB768E4-E427-4553-BC36-A11F5E62A94D}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FFB768E4-E427-4553-BC36-A11F5E62A94D}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 203: Line 212:
 endif endif
  
-;Adobe Flash ActiveX 10.1.82.76 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.1.82.76, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{406A89D6-09E6-4550-B370-8D376DDB56BE}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{406A89D6-09E6-4550-B370-8D376DDB56BE}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 212: Line 221:
 endif endif
  
-;Adobe Flash ActiveX 10.1.85.3 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.1.85.3, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{95468B00-C081-4B27-AC96-0A2A31359E60}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{95468B00-C081-4B27-AC96-0A2A31359E60}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 221: Line 230:
 endif endif
  
-;Adobe Flash ActiveX 10.1.102.64 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.1.102.64, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{148D9D03-5D23-4D4F-B5D0-BA6030C45DCF}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{148D9D03-5D23-4D4F-B5D0-BA6030C45DCF}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 232: Line 241:
  
  
-;Adobe Flash ActiveX 10.2.152.26 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.2.152.26, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E5D03B2E-B2D4-477F-A60D-8E1969D821FA}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E5D03B2E-B2D4-477F-A60D-8E1969D821FA}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 241: Line 250:
 endif endif
  
-;Adobe Flash ActiveX 10.2.153.1 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.2.153.1, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B001064C-D061-4BAE-9031-416A838D5536}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{B001064C-D061-4BAE-9031-416A838D5536}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 250: Line 259:
 endif endif
  
-;Adobe Flash ActiveX 10.2.159.1 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.2.159.1, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FA1D6742-0515-4A94-AD5D-F0484026E4A2}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{FA1D6742-0515-4A94-AD5D-F0484026E4A2}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 259: Line 268:
 endif endif
  
-;Adobe Flash ActiveX 10.3.181.14 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.3.181.14, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DCC90D9D-4F8D-4A06-9050-ADDB284FF9FA}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DCC90D9D-4F8D-4A06-9050-ADDB284FF9FA}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 269: Line 278:
  
  
-;Adobe Flash ActiveX 10.3.181.23 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.3.181.23, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{88D881EF-0567-443A-9A84-E5AAEF29BB34}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{88D881EF-0567-443A-9A84-E5AAEF29BB34}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 278: Line 287:
 endif endif
  
-;Adobe Flash ActiveX 10.3.181.26 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.3.181.26, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0483BE07-260D-4E4D-815E-F737C0A72E40}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{0483BE07-260D-4E4D-815E-F737C0A72E40}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 287: Line 296:
 endif endif
  
-;Adobe Flash ActiveX 10.3.183.7 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.3.183.7, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DB093E0B-0934-4183-BA60-5C1ADC9F6424}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{DB093E0B-0934-4183-BA60-5C1ADC9F6424}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 296: Line 305:
 endif endif
  
-;Adobe Flash ActiveX 10.3.183.10 Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 10.3.183.10, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E24A0015-C73F-4B57-B8DF-5EB84D2E9685}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{E24A0015-C73F-4B57-B8DF-5EB84D2E9685}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 305: Line 314:
 endif endif
  
-;Adobe Flash ActiveX 11.0.1.152 32-Bit Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 11.0.1.152 32-Bit, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{23D79730-EC1A-435E-83F8-AAEBFE5237B0}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue32("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{23D79730-EC1A-435E-83F8-AAEBFE5237B0}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
Line 314: Line 323:
 endif endif
  
-;Adobe Flash ActiveX 11.0.1.152 64-Bit Deinstallingnwenn es in der Registry gefunden wurde+;uninstall Adobe Flash ActiveX 11.0.1.152 64-Bit, if found in the registry
 Set $DisplayName$ = GetRegistrystringvalue64("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A10EE46B-C2E8-4FAB-A8F8-3E80D0662BA9}] DisplayName") Set $DisplayName$ = GetRegistrystringvalue64("[HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A10EE46B-C2E8-4FAB-A8F8-3E80D0662BA9}] DisplayName")
 if not ($DisplayName$ = "") if not ($DisplayName$ = "")
userspace/adobe_flash_activex.1325060275.txt.gz · Last modified: 2021/08/23 08:37 (external edit)