I'm trying to deploy Office 2007 using AD.  According to the Microsoft 
docs, you must use configure the config.xml file to setup up your office 
installation tasks.

Does anyone have a sample of a config.xml file they are using?   I'm 
having a little issue with mine.  It appears to be on the "command path" 
setting.

Below is a sample of mine.

<Configuration Product="Enterprise">

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

        <USERNAME Value="HOD" />
 
        <COMPANYNAME Value="Virginia House of Delegates" />
 
        <INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
 
        <LIS CACHEACTION="CacheOnly" />
 
        <SOURCELIST Value="\\server\msi$\Office2007" />
 
        <DistributionPoint Location="\\server\msi$\Office2007" />
 
        <OptionState Id="ACCESSFiles" State="absent" />

        <OptionState Id="GrooveFiles" State="absent" />

        <OptionState Id="OneNoteFiles" State="absent" />
 
        <OptionState Id="OUTLOOKFiles" State="absent" />
 
        <OptionState Id="PubPrimary" State="absent" />

        <OptionState Id="RMSFiles" State="absent" />

        <OptionState Id="XDOCSFiles" State="absent" />

        <Setting Id="Reboot" Value="IfNeeded" />
 
        <Command 
Path="\\server\msi$\Office2007\Enterprise.WW\EnterpriseWW.msi"  Args=/i 
QuietArg="/q" ChainPosition="after" Execute="install" />

</Configuration>


Troy Adkins
Network Administrator
Virginia House of Delegates
804.698.1567 (O)
804.771.7917 (F)
~ NEW: CounterSpy Enterprise: Centralized Antispyware - #1 in eWEEK Test! ~
    ~  <http://www.sunbelt-software.com/product.cfm?id=400>  ~

Reply via email to