Link to home
Start Free TrialLog in
Avatar of RTSCCFLAX
RTSCCFLAX

asked on

Help Configuring the config.xml for GP deployment of Office 2007 Standard

I am just looking for someone to look at my config for Office 2007 and tell me if I have it anywhere remotely close.  I am not using this for Mass deployment but for initial setup of computers so this is the best option for me since it give me the ability to remove it later or make changes etc etc.  SCCM is costly and I dont see us going that route.   I have a script that I created but that doesnt give me the ability to remove it as easy.  

Any thoughts are appreciated.
<Configuration Product="Standard">
 
<Display Level="basic" CompletionNotice="no" SuppressModal="no"
AcceptEula="yes" />
 
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Enterprise
Setup(*).txt" />
 
<PIDKEY Value="XXXXX-XXXXX-XXXXX-XXXXX-XXXXX" />
 
<USERNAME Value="Need to be the user on the computer how do I get that there?" />
 
<COMPANYNAME Value="RTSC" />
 
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
 
<SOURCELIST Value="\\myserver\share\Standard Install\MS_Office_2007_Standard\Standard.WW" />
 
<DistributionPoint Location="\\myserver\share\Standard Install\MS_Office_2007_Standard\Standard.WW" />
 
<OptionState Id="ExcelFiles" State="Local" />
 
<OptionState Id="OUTLOOKFiles" State="Local" />
 
<OptionState Id="PPTFiles" State="Local" />
 
<OptionState Id="PubPrimary" State="Advertise" Children="force" />
 
<OptionState Id="RMSFiles" State="Advertise" Children="force" />
 
<OptionState Id="WORDFiles" State="Local" />
 
<OptionState Id="XDOCSFiles" State="Advertise" Children="force" />
 
<OptionState Id="SHAREDFiles" State="Local" />
 
<OptionState Id="TOOLSFiles" State="Local" />
 
<OptionState Id="EXCELFiles" State="Local" />
 
<Setting Id="Reboot" Value="IfNeeded" />
 
 
 
 
</Configuration>

Open in new window

Avatar of RTSCCFLAX
RTSCCFLAX

ASKER

Anyone?
ASKER CERTIFIED SOLUTION
Avatar of RTSCCFLAX
RTSCCFLAX

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial