/build/static/layout/Breadcrumb_cap_w.png

Script to Modify Office 2007 Pro install - uninstall everything but Access

I am looking for script to uninstall all of Office 2007 Pro except Access.  So far, I have "setup.exe /modify", but can't find anything on the rest of the syntax.  I do have working script that uninstalls all Office 2007 Pro, but, for this one office, we need to keep Access 2007 for a while.  Thanks for any help you can give!

0 Comments   [ + ] Show comments

Answers (4)

Posted by: JasonEgg 7 years ago
Red Belt
0

use "setup.exe /admin" to open the customization tool which will generate a MSP file. More details: https://blogs.technet.microsoft.com/odsupport/2009/06/10/office-2007-customized-install-walkthrough/

Posted by: Badger 7 years ago
Red Belt
0

Once it is installed Do NOT use an MSP. things can get a bit wooly.

User the setup.exe /modify ProPlus /config

use an XML file and set the features you want to remove as absent..

I normally use this to INSTALL Access..

 <OptionState Id="ACCESSFiles" State="local" Children="force" />

you would need to find the other features like:

"EXCELFiles"
"WORDFiles"


to :
"WORDFiles" State="absent"

Hope that helps
Also, use the existing XML files, but take copies and give them a name suitable to your little action here.

Posted by: Janet 7 years ago
White Belt
0
FYI - Instead of uninstalling Office 2007 except Access using the Office 2007 setup program, I did it through the Office 2013 install.  Thanks for all your help! 
Posted by: Janet 7 years ago
White Belt
0
FYI - Instead of uninstalling Office 2007 except Access using the Office 2007 setup program, I did it through the Office 2013 install.  Thanks for all your help! 
 
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