Uninstall Microsoft Office File Validation Add-In
Hello,
how to uninstall all versions of Microsoft Office File Validation Add-In and Compatibility Pack for 2007 Office System?
I created a script which works fine but how to manage it with KACE1000?
@Echo off
echo Deinstallation of Compatibility Pack for 2007 Office System
echo #############################################################
Echo Version 12.0.6425.1000
MsiExec.exe /X{90120000-0020-0407-0000-0000000FF1CE} /qn
timeout /T 60
Echo Version 12.0.6612.1000
MsiExec.exe /X{90120000-0020-0409-0000-0000000FF1CE} /qn
timeout /T 60
Echo Deinstallation of Microsoft Office File Validation Add-In
echo #############################################################
MsiExec.exe /X{90140000-2005-0000-0000-0000000FF1CE} /qn
timeout /T 60
BR,
-Ron