User Tools

Site Tools


userspace:adobe_flash_ie_other_via_product_property

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_ie_other_via_product_property [2012/04/20 11:32]
DaWo [Install.ins]
userspace:adobe_flash_ie_other_via_product_property [2021/08/23 08:37] (current)
Line 1: Line 1:
-====== Adobe Flash ActiveX 11.0.2.202.233 ======+====== Adobe Flash ActiveX & Plugin All in One Script 11.0.2.202.233 ======
 Used the Scripts for Adobe Flash installation by Der-Matze as the starting point. Used the Scripts for Adobe Flash installation by Der-Matze as the starting point.
  
Line 9: Line 9:
  
 Installation Script for Adobe Flash ActiveX 11.0.2.202.233 with custom settings file \\ Installation Script for Adobe Flash ActiveX 11.0.2.202.233 with custom settings file \\
-Uninstallation Script for Adobe Flash ActiveX Versions 10.0.45.2 - 11.0.2.202.233 \\+Uninstallation Script for Adobe Flash ActiveX Versions 11.0.2.202.233 \\ 
 + 
 +The .ins files will be placed in the default directories. The product property has to be added to the file OPSI/control or at the creation of the new package.
  
 The installation files can be downloaded from: http://www.adobe.com/special/products/flashplayer/fp_distribution3.html (You may need to apply for a distribution license!) \\ The installation files can be downloaded from: http://www.adobe.com/special/products/flashplayer/fp_distribution3.html (You may need to apply for a distribution license!) \\
Line 57: Line 59:
 Set $ProductPicture$ = "Adobe Flash.png" Set $ProductPicture$ = "Adobe Flash.png"
    
-;Selektiert, ob das Plugin fuer IE oder andere Browser installiert werden soll+;Selektiert, ob ActiveX oder Plugin installiert werden soll
 DefVar $BrowserType$ DefVar $BrowserType$
 DefVar $Executable1$ DefVar $Executable1$
 DefVar $Executable2$ DefVar $Executable2$
-Set $BrowserType$ = GetProductProperty("browsertype","IE")+Set $BrowserType$ = GetProductProperty("browsertype","ActiveX")
 ;Dateinamen der zu installierenden MSI-Pakete ;Dateinamen der zu installierenden MSI-Pakete
-if ($BrowserType$ = "IE")+if ($BrowserType$ = "ActiveX")
  Set $Executable1$ = "install_flash_player_11_active_x_32bit.msi"  Set $Executable1$ = "install_flash_player_11_active_x_32bit.msi"
  Set $Executable2$ = "install_flash_player_11_active_x_64bit.msi"  Set $Executable2$ = "install_flash_player_11_active_x_64bit.msi"
Line 230: Line 232:
 ;Konfigurationsordner in allen Userprofilen löschen ;Konfigurationsordner in allen Userprofilen löschen
 delete -sf "%UserProfileDir%\AppData\Roaming\Macromedia\" delete -sf "%UserProfileDir%\AppData\Roaming\Macromedia\"
 +</code>
 +
 +==== OPSI/control ====
 +<code>
 +[ProductProperty]
 +type: unicode
 +name: browsertype
 +multivalue: False
 +editable: False
 +description: Selects if ActiveX should be installed for IE or the plugin for plugin based browsers like Firefox
 +values: ["ActiveX", "Plugin"]
 +default: ["ActiveX"]
 </code> </code>
userspace/adobe_flash_ie_other_via_product_property.1334921520.txt.gz · Last modified: 2021/08/23 08:37 (external edit)