W
Will73
I've been fighting with an issue for some time now. I've been trying to
deploy Office 2007 plus via Group Policy (we don't own SMS). I'm using the
config.xml file to customize the install. Everything installs fine, but it
doesn't uninstall previous versions of Office. I even wrote a custom script
that does it, but the config.xml file won't call it when using GPOs. This is
a problem for us since the previous versions of Office were installed
manually.
Here's my config file.
<Configuration Product="ProPlus">
<Command Path="\\servername\sdg$\MS\Office\2007\OfficeVersionCheck.exe" />
<ARP ARPCOMMENTS="This is the Office 2007 Professional Plus Installation."
ARPCONTACT="Company IT Helpdesk" />
<USERNAME Value="Company Name" />
<COMPANYNAME Value="Company Name" />
<Display Level="Basic" CompletionNotice="Yes" SuppressModal="No"
AcceptEula="Yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office
Professional Plus Setup(*).txt" />
<PIDKEY Value="PID#" />
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
<setting Id="Reboot" Value="IfNeeded" />
<SOURCELIST Value="\\servername\sdg$\MS\Office\2007" />
<OptionState Id="ACCESSFiles" State="local" Children="force" />
<OptionState Id="EXCELFiles" State="local" Children="force" />
<OptionState Id="OUTLOOKFiles" State="local" Children="force" />
<OptionState Id="PPTFiles" State="local" Children="force" />
<OptionState Id="WORDFiles" State="local" Children="force" />
<OptionState Id="XDOCSFiles" State="local" Children="force" />
<OptionState Id="SHAREDFiles" State="local" Children="force" />
<OptionState Id="TOOLSFiles" State="local" Children="force" />
</Configuration>
Has anyone successfully deployed Office 2007 via Group Policy?
HELP!!
deploy Office 2007 plus via Group Policy (we don't own SMS). I'm using the
config.xml file to customize the install. Everything installs fine, but it
doesn't uninstall previous versions of Office. I even wrote a custom script
that does it, but the config.xml file won't call it when using GPOs. This is
a problem for us since the previous versions of Office were installed
manually.
Here's my config file.
<Configuration Product="ProPlus">
<Command Path="\\servername\sdg$\MS\Office\2007\OfficeVersionCheck.exe" />
<ARP ARPCOMMENTS="This is the Office 2007 Professional Plus Installation."
ARPCONTACT="Company IT Helpdesk" />
<USERNAME Value="Company Name" />
<COMPANYNAME Value="Company Name" />
<Display Level="Basic" CompletionNotice="Yes" SuppressModal="No"
AcceptEula="Yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office
Professional Plus Setup(*).txt" />
<PIDKEY Value="PID#" />
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
<setting Id="Reboot" Value="IfNeeded" />
<SOURCELIST Value="\\servername\sdg$\MS\Office\2007" />
<OptionState Id="ACCESSFiles" State="local" Children="force" />
<OptionState Id="EXCELFiles" State="local" Children="force" />
<OptionState Id="OUTLOOKFiles" State="local" Children="force" />
<OptionState Id="PPTFiles" State="local" Children="force" />
<OptionState Id="WORDFiles" State="local" Children="force" />
<OptionState Id="XDOCSFiles" State="local" Children="force" />
<OptionState Id="SHAREDFiles" State="local" Children="force" />
<OptionState Id="TOOLSFiles" State="local" Children="force" />
</Configuration>
Has anyone successfully deployed Office 2007 via Group Policy?
HELP!!