first switch off interactivity then run calls
This commit is contained in:
parent
6aaa962a15
commit
17e984a9cb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user