Modify Office 2007 Deployment with Config.xml
C:\MSOCache\All Users\{90120000-0030-0000-0000-0000000FF1CE}-C\setup.exe /modify /Enterprise /config \\server\share\config.xml
Config.xml File:
<Configuration Product="Enterprise">
<PIDKEY Value="11111-11111-11111-11111-1111" />
<Display Level="Basic" CompletionNotice="Yes" SuppressModal="No" AcceptEula="Yes" />
<Logging Type="Verbose" Path="%temp%" Template="Microsoft Office 2007 Setup.log" />
<USERNAME Value="Name" />
<COMPANYNAME Value="Company" />
<OptionState Id="ACCESSFiles" State="Local" Children="force" />
<OptionState Id="EXCELFiles" State="Local" Children="force" />
<OptionState Id="PPTFiles" State="Local" Children="force" />
<OptionState Id="WORDFiles" State="Local" Children="force" />
<OptionState Id="SHAREDFiles" State="Local" Children="force" />
<OptionState Id="TOOLSFiles" State="Local" Children="force" />
</Configuration>
__