Script to Modify Office 2007 Pro install - uninstall everything but Access
Answers (4)
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/
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.