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"