/build/static/layout/Breadcrumb_cap_w.png

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


0 Comments   [ + ] Show comments

Answers (1)

Posted by: anonymous_9363 9 years ago
Red Belt
1
I'm curious to know why you're using 'timeout' with a sledgehammer value of 60 minutes instead of 'START /WAIT'.

Also, I recommend that you get in to the habit of adding the logging argument to your command lines.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ