Search This Blog

Tuesday, August 17, 2010

Microsoft Office 2007 GPO Deploy Using MSI only

Add these lines to "config.xml" in "ProPlus.WW" directory,
add "<" to the front of each line. Deploy using the "ProPlusWW.msi"

Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
PIDKEY Value="XXXXXXXXXXXXXXXXXXXXXXXXX" />
OptionState Id="ACCESSFiles" State="local" Children="force" />
OptionState Id="EXCELFiles" State="local" Children="force" />
OptionState Id="OneNoteFiles" State="local" Children="force" />
OptionState Id="OUTLOOKFiles" State="local" Children="force" />
OptionState Id="PPTFiles" State="local" Children="force" />
OptionState Id="PubPrimary" State="local" Children="force" />
OptionState Id="SHAREDFiles" State="local" Children="force" />
OptionState Id="TOOLSFiles" State="local" Children="force" />
OptionState Id="WORDFiles" State="local" Children="force" />
OptionState Id="XDOCSFiles" State="local" Children="force" />