以下是我的office2007 pro的自动安装config.xml(在ProPlus.WW下)

 

<Configuration Product="ProPlus">

 <Display Level="none" CompletionNotice="yes" SuppressModal="no" AcceptEula="yes" />
 
 <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> -->
 
 <PIDKEY Value="FK9BGKQHE73CVRJV8uR2JGGJBT" />

 <USERNAME Value="JZZ" />
 
 <COMPANYNAME Value="domain.cn" />
 
 <INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
 
 <!-- <LIS CACHEACTION="CacheOnly" /> -->
 
 <!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> -->
 
 <!-- <DistributionPoint Location="\\server\share\Office12" /> -->
 
 <!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
 
        <OptionState Id="PubPrimary"   State="Absent"   Children="force"  />
        <OptionState Id="OneNoteFiles" State="Absent"   Children="force"  />
        <OptionState Id="ACCESSFiles"  State="Absent"   Children="force"  />
        <OptionState Id="VisioPreviewerFiles" State="Absent" Children="force" />
        <OptionState Id="XDOCSFiles" State="Absent" Children="force" />

 <OptionState Id="WORDFiles"    State="Local"   Children="force" />
        <OptionState Id="EXCELFiles"   State="Local"   Children="force" />
        <OptionState Id="PPTFiles"     State="Local"   Children="force" />
        <OptionState Id="OUTLOOKFiles" State="Local"   Children="force" />
        <OptionState Id="SHAREDFiles"  State="Local"   Children="force" />
        <OptionState Id="TOOLSFiles"   State="Local"   Children="force" />
 
        <OptionState Id="WebDriveFiles"   State="Local"   Children="force" />
        <OptionState Id="SetLanguageHelpFiles"   State="Local"   Children="force" />
        <OptionState Id="SetLanguageFiles"   State="Local"   Children="force" />
        <OptionState Id="QueryFiles"   State="Local"   Children="force" />
        <OptionState Id="WebDiscussFiles"   State="Local"   Children="force" />
        <OptionState Id="LISTFiles"   State="Local"   Children="force" />
        <OptionState Id="OSESupp"   State="Local"   Children="force" />
        <OptionState Id="OISFiles"   State="Local"   Children="force" />
        <OptionState Id="MSTagPluginNamesFiles"   State="Local"   Children="force" />
        <OptionState Id="MSTagPluginDateFiles"   State="Local"   Children="force" />
        <OptionState Id="MetricConverter"   State="Local"   Children="force" />
        <OptionState Id="MSTagPluginsFiles"   State="Local"   Children="force" />
        <OptionState Id="MsInfoFiles"   State="Local"   Children="force" />
        <OptionState Id="WebScripting"   State="Local"   Children="force" />
        <OptionState Id="HTMLSourceEditing"   State="Local"   Children="force" />
        <OptionState Id="GRAPHFiles"   State="Local"   Children="force" />
        <OptionState Id="EquationEditorFiles"   State="Local"   Children="force" />
        <OptionState Id="VBAFiles"   State="Local"   Children="force" />
        <OptionState Id="FontsTypical"   State="Local"   Children="force" />
        <OptionState Id="OffproFonts"   State="Local"   Children="force" />
        <OptionState Id="OfficeDigitalSFiles"   State="Local"   Children="force" />
        <OptionState Id="OArt_DocTheme"   State="Local"   Children="force" />
        <OptionState Id="TCWP6Files"   State="Local"   Children="force" />
        <OptionState Id="TCWP5Files"   State="Local"   Children="force" />
        <OptionState Id="TCRecoverFiles"   State="Local"   Children="force" />
        <OptionState Id="TextConverters"   State="Local"   Children="force" />
        <OptionState Id="GraphicsFiltersWPGFiles"   State="Local"   Children="force" />

        <OptionState Id="GraphicsFiltersPNGFiles"   State="Local"   Children="force" />
        <OptionState Id="GraphicsFiltersPICTFiles"   State="Local"   Children="force" />
        <OptionState Id="GraphicsFiltersJPEGFiles"   State="Local"   Children="force" />
        <OptionState Id="GraphicsFiltersGIFFiles"   State="Local"   Children="force" />
        <OptionState Id="GraphicsFiltersEPSFiles"   State="Local"   Children="force" />
        <OptionState Id="GraphicsFiltersCGMFiles"   State="Local"   Children="force" />
        <OptionState Id="GraphicsFiltersFile"   State="Local"   Children="force" />
        <OptionState Id="ConvertersFiltersFile"   State="Local"   Children="force" />
        <OptionState Id="CAGCategoryFiles"   State="Local"   Children="force" />
        <OptionState Id="CAGFiles"   State="Local"   Children="force" />
        <OptionState Id="AceRepl"   State="Local"   Children="force" />
        <OptionState Id="SHAREDFiles"   State="Local"   Children="force" />
        <OptionState Id="ProductFiles"   State="Local"   Children="force" />
        <OptionState Id="Gimme_OnDemandData"   State="Local"   Children="force" />
        <OptionState Id="AlwaysInstalled"   State="Local"   Children="force" />


       <Setting Id="Reboot" Value="no" />
       <!-- <Setting Id="Reboot" Value="IfNeeded" /> -->

 <!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->

</Configuration>