This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
userspace:adobe_flash_ie_other_via_product_property [2012/04/20 11:35] DaWo [Uninstall.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 |
| 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 11: | Line 11: | ||
| Uninstallation Script for Adobe Flash ActiveX Versions 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 .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:// | The installation files can be downloaded from: http:// | ||
| Line 59: | Line 59: | ||
| Set $ProductPicture$ = "Adobe Flash.png" | Set $ProductPicture$ = "Adobe Flash.png" | ||
| - | ; | + | ; |
| DefVar $BrowserType$ | DefVar $BrowserType$ | ||
| DefVar $Executable1$ | DefVar $Executable1$ | ||
| DefVar $Executable2$ | DefVar $Executable2$ | ||
| - | Set $BrowserType$ = GetProductProperty(" | + | Set $BrowserType$ = GetProductProperty(" |
| ;Dateinamen der zu installierenden MSI-Pakete | ;Dateinamen der zu installierenden MSI-Pakete | ||
| - | if ($BrowserType$ = "IE") | + | if ($BrowserType$ = "ActiveX") |
| Set $Executable1$ = " | Set $Executable1$ = " | ||
| Set $Executable2$ = " | Set $Executable2$ = " | ||