2013-04-01 10:30:15 +02:00
|
|
|
DefVar $reboot$
|
|
|
|
Set $reboot$ = "false"
|
|
|
|
|
2015-07-24 13:57:53 +02:00
|
|
|
if ($sereby_dotnet4.6$ = "reinstall")
|
|
|
|
Winbatch_dotnet4.6_uninstall
|
|
|
|
opsiservicecall_dotnet4.6_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_dotnet4.6$ = "uninstall")
|
|
|
|
Winbatch_dotnet4.6_uninstall
|
|
|
|
opsiservicecall_dotnet4.6_uninstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
|
2013-04-01 17:38:49 +02:00
|
|
|
; a reboot is requred after the .net cleanup so that further uninstalls can work
|
|
|
|
if ($reboot$ = "true")
|
|
|
|
comment "uninstall done now force Reboot"
|
|
|
|
ExitWindows /ImmediateReboot
|
|
|
|
endif
|
|
|
|
|
2013-04-04 07:15:53 +02:00
|
|
|
if ($sereby_msjsharp$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_msjsharp_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_msjsharp_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_msjsharp$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_msjsharp_uninstall
|
2013-04-01 14:49:25 +02:00
|
|
|
opsiservicecall_msjsharp_uninstall
|
2013-04-01 10:30:15 +02:00
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2013-09-04 23:13:44 +02:00
|
|
|
if ($sereby_msfsharp$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_msfsharp_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_msfsharp_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_msfsharp$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_msfsharp_uninstall
|
2013-09-04 23:13:44 +02:00
|
|
|
opsiservicecall_msfsharp_uninstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2013-04-04 07:15:53 +02:00
|
|
|
if ($sereby_silver$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_silver_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_silver_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_silver$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_silver_uninstall
|
2013-04-01 14:49:25 +02:00
|
|
|
opsiservicecall_silver_uninstall
|
2013-04-01 10:30:15 +02:00
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2014-04-12 17:20:06 +02:00
|
|
|
if ($sereby_jre7$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_jre7_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_jre7_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_jre7$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_jre7_uninstall
|
2014-04-12 17:20:06 +02:00
|
|
|
opsiservicecall_jre7_uninstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_jre8$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_jre8_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_jre8_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_jre8$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_jre8_uninstall
|
2014-04-12 17:20:06 +02:00
|
|
|
opsiservicecall_jre8_uninstall
|
2013-04-01 10:30:15 +02:00
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2013-04-04 07:15:53 +02:00
|
|
|
if ($sereby_AdobeShock$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_AdobeShock_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_AdobeShock_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_AdobeShock$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_AdobeShock_uninstall
|
2013-04-01 14:49:25 +02:00
|
|
|
opsiservicecall_AdobeShock_uninstall
|
2013-04-01 10:30:15 +02:00
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2013-04-04 07:15:53 +02:00
|
|
|
if ($sereby_basicruntimes$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_basicruntimes_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_basicruntimes_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_basicruntimes$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_basicruntimes_uninstall
|
2013-04-01 14:49:25 +02:00
|
|
|
opsiservicecall_basicruntimes_uninstall
|
2013-04-01 10:30:15 +02:00
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2013-04-04 07:15:53 +02:00
|
|
|
if ($sereby_msdx9$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_msdx9_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_msdx9_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_msdx9$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_msdx9_uninstall
|
2013-04-01 14:49:25 +02:00
|
|
|
opsiservicecall_msdx9_uninstall
|
2013-04-01 10:30:15 +02:00
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2013-04-04 07:15:53 +02:00
|
|
|
if ($sereby_msvc$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_msvc_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_msvc_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_msvc$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_msvc_uninstall
|
2013-04-01 14:49:25 +02:00
|
|
|
opsiservicecall_msvc_uninstall
|
2013-04-01 10:30:15 +02:00
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2013-04-04 07:15:53 +02:00
|
|
|
if ($sereby_AdobeFlash$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_AdobeFlash_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_AdobeFlash_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_AdobeFlash$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_AdobeFlash_uninstall
|
2013-04-01 14:49:25 +02:00
|
|
|
opsiservicecall_AdobeFlash_uninstall
|
2013-04-01 10:30:15 +02:00
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2013-04-08 22:12:02 +02:00
|
|
|
if ($sereby_AdobeAir$ = "reinstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_AdobeAir_uninstall
|
2015-07-20 11:21:21 +02:00
|
|
|
opsiservicecall_AdobeAir_reinstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
|
|
|
if ($sereby_AdobeAir$ = "uninstall")
|
2015-08-19 10:14:37 +02:00
|
|
|
DosInAnIcon_AdobeAir_uninstall
|
2013-04-08 22:12:02 +02:00
|
|
|
opsiservicecall_AdobeAir_uninstall
|
|
|
|
Set $reboot$ = "true"
|
|
|
|
endif
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2013-04-01 17:38:49 +02:00
|
|
|
; and the final reboot after the uninstall is done
|
2013-04-01 10:30:15 +02:00
|
|
|
if ($reboot$ = "true")
|
2013-03-17 21:43:45 +01:00
|
|
|
comment "uninstall done now force Reboot"
|
|
|
|
ExitWindows /ImmediateReboot
|
|
|
|
endif
|
|
|
|
|
2015-07-24 13:57:53 +02:00
|
|
|
[Winbatch_dotnet4.6_uninstall]
|
|
|
|
%ScriptPath%\UnInstall\NET\cleanup_tool.exe /q:a /c:"cleanup.exe /p .NET Framework 4.6 /u"
|
|
|
|
|
|
|
|
[opsiservicecall_dotnet4.6_reinstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_dotnet4.6",
|
|
|
|
"install",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
|
|
|
[opsiservicecall_dotnet4.6_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_dotnet4.6",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_msjsharp_uninstall]
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msjsharp_reinstall]
|
2013-04-01 14:49:25 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msjsharp",
|
2013-04-01 17:38:49 +02:00
|
|
|
"install",
|
2013-04-01 14:49:25 +02:00
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msjsharp_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msjsharp",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_msfsharp_uninstall]
|
2013-09-04 23:13:44 +02:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msfsharp_reinstall]
|
2013-09-04 23:13:44 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msfsharp",
|
|
|
|
"install",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msfsharp_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msfsharp",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_silver_uninstall]
|
2013-04-08 23:10:10 +02:00
|
|
|
; wmic product where caption='Microsoft Silverlight' call uninstall
|
2013-09-14 15:40:44 +02:00
|
|
|
;"%ScriptPath%\UnInstall\Package\Silverlight\CleanSilverlight.cmd"
|
2013-09-14 20:22:20 +02:00
|
|
|
wmic /INTERACTIVE:OFF product where name="Microsoft Silverlight" call uninstall
|
2013-04-06 08:12:09 +02:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_silver_reinstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_silver",
|
|
|
|
"install",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2013-04-01 14:49:25 +02:00
|
|
|
[opsiservicecall_silver_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_silver",
|
2015-07-20 11:21:21 +02:00
|
|
|
"none",
|
2013-04-01 14:49:25 +02:00
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_jre7_uninstall]
|
2014-04-12 17:20:06 +02:00
|
|
|
@echo off
|
|
|
|
rem copy "%ScriptPath%\UnInstall\Packages\JRE\JavaRa.*" "$LogDir$\"
|
|
|
|
rem $LogDir$\JavaRa.exe /SILENT /PURGE /UPDATEDEFS
|
|
|
|
cscript /nologo "%ScriptPath%\UnInstall\Packages\JRE\JavaUninstallScript.vbs" /keeponly
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_jre8_uninstall]
|
2013-04-01 10:30:15 +02:00
|
|
|
@echo off
|
2013-04-06 19:10:35 +02:00
|
|
|
rem copy "%ScriptPath%\UnInstall\Packages\JRE\JavaRa.*" "$LogDir$\"
|
2013-04-01 17:38:49 +02:00
|
|
|
rem $LogDir$\JavaRa.exe /SILENT /PURGE /UPDATEDEFS
|
2013-04-06 19:22:27 +02:00
|
|
|
cscript /nologo "%ScriptPath%\UnInstall\Packages\JRE\JavaUninstallScript.vbs" /keeponly
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_jre7_reinstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_jre7",
|
|
|
|
"install",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2014-06-25 20:07:10 +02:00
|
|
|
[opsiservicecall_jre7_uninstall]
|
2013-04-01 14:49:25 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
2014-06-25 20:07:10 +02:00
|
|
|
"sereby_jre7",
|
2015-07-20 11:21:21 +02:00
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
|
|
|
[opsiservicecall_jre8_reinstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_jre8",
|
2014-06-25 20:07:10 +02:00
|
|
|
"install",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
|
|
|
[opsiservicecall_jre8_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_jre8",
|
2015-07-20 11:21:21 +02:00
|
|
|
"none",
|
2013-04-01 14:49:25 +02:00
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_AdobeShock_uninstall]
|
2013-07-16 14:49:26 +02:00
|
|
|
"%ScriptPath%\UnInstall\Packages\Shockwave\uninstall_shock_player.exe" /s
|
2015-07-22 21:50:06 +02:00
|
|
|
wmic /INTERACTIVE:OFF product where name="Adobe Shockwave Player 12.1" call uninstall
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_AdobeShock_reinstall]
|
2013-04-01 14:49:25 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
2013-07-25 21:59:51 +02:00
|
|
|
"sereby_adobeshock",
|
2013-04-01 17:38:49 +02:00
|
|
|
"install",
|
2013-04-01 14:49:25 +02:00
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_AdobeShock_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_adobeshock",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_basicruntimes_uninstall]
|
2013-09-14 20:22:20 +02:00
|
|
|
wmic /INTERACTIVE:OFF product where name="Allgemeine Runtime Files (x86)" call uninstall
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_basicruntimes_reinstall]
|
2013-04-01 14:49:25 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_basicruntimes",
|
2013-04-01 17:38:49 +02:00
|
|
|
"install",
|
2013-04-01 14:49:25 +02:00
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_basicruntimes_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_basicruntimes",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_msdx9_uninstall]
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msdx9_reinstall]
|
2013-04-01 14:49:25 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msdx9",
|
2013-04-01 17:38:49 +02:00
|
|
|
"install",
|
2013-04-01 14:49:25 +02:00
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msdx9_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msdx9",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_msdxm_uninstall]
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msdxm_reinstall]
|
2013-04-01 14:49:25 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msdxm",
|
2013-04-01 17:38:49 +02:00
|
|
|
"install",
|
2013-04-01 14:49:25 +02:00
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msdxm_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msdxm",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_msvc_uninstall]
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msvc_reinstall]
|
2013-04-01 14:49:25 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msvc",
|
2013-04-01 17:38:49 +02:00
|
|
|
"install",
|
2013-04-01 14:49:25 +02:00
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_msvc_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_msvc",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_AdobeFlash_uninstall]
|
2015-08-20 21:57:30 +02:00
|
|
|
"%ScriptPath%\UnInstall\Packages\Flash\uninstall_flash_player.exe" -uninstall
|
|
|
|
;"%ScriptPath%\UnInstall\Packages\Flash\uninstall_flash_player.exe" -uninstall activex
|
|
|
|
;"%ScriptPath%\UnInstall\Packages\Flash\uninstall_flash_player.exe" -uninstall plugin
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_AdobeFlash_reinstall]
|
2013-04-01 14:49:25 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
2013-07-25 21:59:51 +02:00
|
|
|
"sereby_adobeflash",
|
2013-04-01 17:38:49 +02:00
|
|
|
"install",
|
2013-04-01 14:49:25 +02:00
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
2013-03-17 21:43:45 +01:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_AdobeFlash_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_adobeflash",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-08-19 10:14:37 +02:00
|
|
|
[DosInAnIcon_AdobeAir_uninstall]
|
2013-09-14 20:22:20 +02:00
|
|
|
wmic /INTERACTIVE:OFF product where name="Adobe AIR" call uninstall
|
2013-04-08 22:12:02 +02:00
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_AdobeAir_reinstall]
|
2013-04-08 22:12:02 +02:00
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
2013-07-25 21:59:51 +02:00
|
|
|
"sereby_adobeair",
|
2013-04-08 22:12:02 +02:00
|
|
|
"install",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|
2015-07-20 11:21:21 +02:00
|
|
|
[opsiservicecall_AdobeAir_uninstall]
|
|
|
|
"method": "setProductProperty"
|
|
|
|
"params": [
|
|
|
|
"$ProductId$",
|
|
|
|
"sereby_adobeair",
|
|
|
|
"none",
|
|
|
|
"%opsiserviceUser%"
|
|
|
|
]
|
|
|
|
|