use the kill verison of the silverlight uninstall
This commit is contained in:
9
CLIENT_DATA/CleanSilverlight.cmd
Normal file
9
CLIENT_DATA/CleanSilverlight.cmd
Normal file
@@ -0,0 +1,9 @@
|
||||
reg delete HKLM\Software\Microsoft\Silverlight /f
|
||||
reg delete HKEY_CLASSES_ROOT\Installer\Products\{D7314F9862C648A4DB8BE2A5B47BE100} /f
|
||||
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Products\{D7314F9862C648A4DB8BE2A5B47BE100} /f
|
||||
reg delete HKEY_CLASSES_ROOT\TypeLib\{283C8576-0726-4DBC-9609-3F855162009A} /f
|
||||
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\install.exe /f
|
||||
reg delete HKEY_CLASSES_ROOT\AgControl.AgControl /f
|
||||
reg delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{89F4137D-6C26-4A84-BDB8-2E5A4BB71E00} /f
|
||||
rmdir /s /q "%ProgramFiles%\Microsoft Silverlight"
|
||||
rmdir /s /q "%ProgramFiles(x86)%\Microsoft Silverlight"
|
||||
@@ -204,7 +204,9 @@ endif
|
||||
]
|
||||
|
||||
[Winbatch_silver_uninstall]
|
||||
wmic product where caption='Microsoft Silverlight' call uninstall
|
||||
; wmic product where caption='Microsoft Silverlight' call uninstall
|
||||
"%ScriptPath%\UnInstall\Package\Silverlight\CleanSilverlight.cmd"
|
||||
|
||||
|
||||
[opsiservicecall_silver_uninstall]
|
||||
"method": "setProductProperty"
|
||||
|
||||
Reference in New Issue
Block a user