From 17e984a9cbf3ddd58b9a32e32a7ab87042cf1989 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 14 Sep 2013 20:22:20 +0200 Subject: [PATCH] first switch off interactivity then run calls --- CLIENT_DATA/cleanup3264.ins | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CLIENT_DATA/cleanup3264.ins b/CLIENT_DATA/cleanup3264.ins index 53784f9..fa8d41a 100644 --- a/CLIENT_DATA/cleanup3264.ins +++ b/CLIENT_DATA/cleanup3264.ins @@ -227,7 +227,7 @@ endif [Dosbatch_silver_uninstall] ; wmic product where caption='Microsoft Silverlight' call uninstall ;"%ScriptPath%\UnInstall\Package\Silverlight\CleanSilverlight.cmd" -wmic product where name="Microsoft Silverlight" call uninstall /INTERACTIVE:OFF +wmic /INTERACTIVE:OFF product where name="Microsoft Silverlight" call uninstall [opsiservicecall_silver_uninstall] @@ -256,7 +256,7 @@ cscript /nologo "%ScriptPath%\UnInstall\Packages\JRE\JavaUninstallScript.vbs" /k [Dosbatch_AdobeShock_uninstall] "%ScriptPath%\UnInstall\Packages\Shockwave\uninstall_shock_player.exe" /s -wmic product where name="Adobe Shockwave Player 12.0" call uninstall /INTERACTIVE:OFF +wmic /INTERACTIVE:OFF product where name="Adobe Shockwave Player 12.0" call uninstall [opsiservicecall_AdobeShock_uninstall] "method": "setProductProperty" @@ -268,7 +268,7 @@ wmic product where name="Adobe Shockwave Player 12.0" call uninstall /INTERACTIV ] [Dosbatch_basicruntimes_uninstall] -wmic product where name="Allgemeine Runtime Files (x86)" call uninstall /INTERACTIVE:OFF +wmic /INTERACTIVE:OFF product where name="Allgemeine Runtime Files (x86)" call uninstall [opsiservicecall_basicruntimes_uninstall] "method": "setProductProperty" @@ -325,7 +325,7 @@ $UninstallFlashExe$ -uninstall ] [Dosbatch_AdobeAir_uninstall] -wmic product where name="Adobe AIR" call uninstall /INTERACTIVE:OFF +wmic /INTERACTIVE:OFF product where name="Adobe AIR" call uninstall [opsiservicecall_AdobeAir_uninstall] "method": "setProductProperty"