Petri IT Knowledgebase Forums
 

Petri.co.il forums Home Forums Start Page Forums Frequently Asked Questions FAQ Member List Members List
Go Back   Petri IT Knowledgebase Forums > Microsoft Networking Services > GPO
Petri.co.il is happy to award auglan the title of Most Valuable Member !!!
Register Calendar Calendar Search Petri IT Knowledgebase Forums Search Todays Posts Today's Posts Mark Forums Read

Notices

config.xml for deploying Office 2007

config.xml for deploying Office 2007

this thread has 5 replies and has been viewed 10795 times

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #1  
Old 30th May 2008, 19:27
PaulH's Avatar
PaulH PaulH is offline
Member
Someone to look up to
 
 Join Date: Feb 2007
  6 month star 12 month star
 Location: North Yorkshire, UK
 Posts: 814
 Reputation: PaulH has a spectacular aura aboutPaulH has a spectacular aura aboutPaulH has a spectacular aura about (209)
Default config.xml for deploying Office 2007

Hi,
I just tried to do a really simple deployment of Office 2007 (for which we have the volume licence key for 50 installations) via GPO and all went very well except the install failed. The GPO was applied, and GPResult looked good, but Office 2007 didn't actually get onto the client PCs. I believe my problem was the config.xml file which I setup as follows, so can anyone help with what I've done wrong please? I copied the Office CD into the share at \\student-server\Student_Share\ITSupport\SetupCDs\Office2007 and in the code below I have obscured the licence key, which they call PIDKEY:

Code:
<Configuration Product="ProPlus">
 <Display Level="full" CompletionNotice="no" SuppressModal="no" AcceptEula="yes" /> 
  <!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" /> -->
  <PIDKEY Value="HQ3***************BYQ" /> 
  <USERNAME Value="User1" />
  <COMPANYNAME Value="Acme Inc" /> 
  <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> 
  <!-- <LIS CACHEACTION="CacheOnly" /> -->
  <!-- <SOURCELIST Value="\\student-server\Student_Share\ITSupport\SetupCDs\Office2007;\\student-server\Student_Share\ITSupport\SetupCDs\Office2007" /> -->
  <DistributionPoint Location="\\student-server\Student_Share\ITSupport\SetupCDs\Office2007" />
  <!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
  <Setting Id="Reboot" Value="IfNeeded" /> 
  <!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->

</Configuration>
__________________
Best wishes,
PaulH.
MCP:Server 2003; MCITP:Server 2008; MCTS: SBS2008
  #2  
Old 3rd June 2008, 23:12
wiredteknologies wiredteknologies is offline
Junior Member
Staying around
 
 Join Date: Aug 2007
  6 month star 12 month star
 Posts: 152
 Reputation: wiredteknologies will become famous soon enough (66)
Default Re: config.xml for deploying Office 2007

Have you followed all of the instructions listed here:

http://technet.microsoft.com/en-us/l...chNet.10).aspx
__________________
Technology is only as good as those who use it

My tech blog - wiredtek.wordpress.com
  #3  
Old 3rd June 2008, 23:36
PaulH's Avatar
PaulH PaulH is offline
Member
Someone to look up to
 
 Join Date: Feb 2007
  6 month star 12 month star
 Location: North Yorkshire, UK
 Posts: 814
 Reputation: PaulH has a spectacular aura aboutPaulH has a spectacular aura aboutPaulH has a spectacular aura about (209)
Default Re: config.xml for deploying Office 2007

Yes, I did. I feel that I got the whole thing working except for the config.xml file which I'm sure has a mistake in it. Has anyone got a config.xml that they have used which they can post? Please just obscure the licence code and surround it with code tags sortof like [ code ] and [ \code ] (but without the spaces).

If someone has one that works, I can alter it to suit my paths.
__________________
Best wishes,
PaulH.
MCP:Server 2003; MCITP:Server 2008; MCTS: SBS2008
  #4  
Old 4th June 2008, 21:17
wiredteknologies wiredteknologies is offline
Junior Member
Staying around
 
 Join Date: Aug 2007
  6 month star 12 month star
 Posts: 152
 Reputation: wiredteknologies will become famous soon enough (66)
Default Re: config.xml for deploying Office 2007

i am going to evaluate the config.xml further, but have you checked the logs on the clients to see if there are any errors there that may help?
__________________
Technology is only as good as those who use it

My tech blog - wiredtek.wordpress.com
  #5  
Old 5th June 2008, 22:12
PaulH's Avatar
PaulH PaulH is offline
Member
Someone to look up to
 
 Join Date: Feb 2007
  6 month star 12 month star
 Location: North Yorkshire, UK
 Posts: 814
 Reputation: PaulH has a spectacular aura aboutPaulH has a spectacular aura aboutPaulH has a spectacular aura about (209)
Default Re: config.xml for deploying Office 2007

Hi wiredteknologies,

Thanks for your help. No, I didn't do that - I've left the site, as we're outsourced IT, but one thing I did notice was that when I moved a PC out of the OU which has the GPO on it (which should have installed MS Office2007), that PC suddenly, and I understand correctly, started to uninstall Office. That's because by that time we had gone round all machines and manually installed Office. So when the PC moved out of the scope of the GPO, Office was uninstalled. So that part of things worked fine.

Do you think perhaps the last line of the xml should be uncommented, and with the path to the msi file adjusted to suit my enviroment, so the line
Code:
<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
should be
Code:
 <Command Path="msiexec.exe" Args="/i \\student-server\Student_Share\ITSupport\SetupCDs\Office2007\whatever.msi" QuietArg="/q" ChainPosition="after" Execute="install" />
Is that perhaps where I have gone wrong? The trouble with being outsourced IT is that I will not be able to get back onsite for a while so I'm unable to "try it and see" - I need to be fairly confident that I have a solution and then I can wait until I am next onsite.
__________________
Best wishes,
PaulH.
MCP:Server 2003; MCITP:Server 2008; MCTS: SBS2008
  #6  
Old 8th July 2008, 23:42
NeonDemon NeonDemon is offline
Casual
Casual
 
 Join Date: Jul 2008
  6 month star 12 month star
 Posts: 1
 Reputation: NeonDemon is on a distinguished road (10)
Default Re: config.xml for deploying Office 2007

Remove all the <!-- and --> that comments out the lines
Closed Thread


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Deploying Office 2007 benblank04 System Management 4 23rd April 2008 16:18
Step-by-step Guide: Configure Config Mgr 2007 native mode configuration Dr.Kernel System Management 0 18th November 2007 13:30
GPO Office 2003 Config Armster GPO 1 24th October 2007 15:52
Office Professional 2007, Access, Office 2008 for Mac Dozer Virtual Server & Virtual PC 5 6th July 2007 03:31
Deploying office 2003 with ASSIGNment and daviddavis GPO 7 12th April 2007 17:11


All times are GMT +3. The time now is 00:52.

Steel Blue 3.5.4 vBulletin Style ©2006 vBEnhanced
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
 

Valid XHTML 1.0!   Valid CSS!

Copyright 2005 Daniel Petri