Office Software Thread, office 2007 config.xml in Technical; Thought I'd start a specific thread for this as we've bits of the office 2007 issue spread around but this ...
-
25th June 2008, 02:45 PM #1 office 2007 config.xml
Thought I'd start a specific thread for this as we've bits of the office 2007 issue spread around but this deserves its own focus.
I've created a config.xml file for Office 2007 "ProPlus" and wondered if folks in the know could give it a once over and offer comment on anything that might bite if I try to deploy using it.
Code:
<Configuration Product="ProPlus">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Professional Plus Setup(*).txt" />
<PIDKEY Value="XXXXXXXXXXXXXXXXXXXXXXXXXXX" />
<USERNAME Value="ICT co-ordinator" />
<COMPANYNAME Value="Foo Primary School" />
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
<!-- <LIS CACHEACTION="CacheOnly" /> -->
<SOURCELIST Value="\\server\Apps\Office 2007" />
<!-- <DistributionPoint Location="\\server\share\Office12" /> -->
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<OptionState Id="AccessBarcodeControl" State="absent" />
<OptionState Id="ExcelSampleFiles" State="absent" />
<OptionState Id="ExcelTemplatesFiles" State="absent" />
<OptionState Id="GrooveFiles" State="absent" />
<OptionState Id="OneNoteFiles" State="absent" />
<OptionState Id="OUTLOOKFiles" State="absent" />
<OptionState Id="PubPaperDirect" State="absent" />
<OptionState Id="XDOCSFiles" State="absent" />
<OptionState Id="IMEMain_1028" State="absent" />
<OptionState Id="IMEMain_1041" State="absent" />
<OptionState Id="IMEMain_1042" State="absent" />
<OptionState Id="IMEMain_2052" State="absent" />
<OptionState Id="ConvertersFiltersFile" State="Local" Children="force" />
<Setting Id="Reboot" Value="IfNeeded" />
<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> -->
</Configuration>
Any comments or suggested omissions, additions, etc... very, very welcome..

-
-
IDG Tech News
-
25th June 2008, 04:04 PM #2 This is mine; I haven't done much customising here (used the MSP for that) but have specified everything else that I think we need. This does work if that helps :-)
Code:
<Configuration Product="Enterprise">
<Display Level="None" CompletionNotice="No" SuppressModal="no" AcceptEula="yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Enterprise Setup(*).txt" />
<PIDKEY Value="12345-67890-12345-67890-12345" />
<USERNAME Value="College of North West London" />
<COMPANYNAME Value="London NW10 2XD" />
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
<!--<LIS CACHEACTION="CacheOnly" />-->
<SOURCELIST Value="\\cisnt\cdimages\office2007" />
<DistributionPoint Location="\\cisnt\cdimages\office2007" />
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<Setting Id="Reboot" Value="IfNeeded" />
<Command Path="%windir%\system32\msiexec.exe" Args="/i \\cisnt\cdimages\office2007\enterprise.ww\enterpriseww.msi" QuietArg="/q" ChainPosition="after" Execute="install" />
</Configuration>
-
-
25th June 2008, 04:10 PM #3 Did you make an msp using setup.exe /admin
-
-
25th June 2008, 04:11 PM #4 Yes (if that was aimed at me :-))
-
-
25th June 2008, 04:13 PM #5 No sorry I meant the 1st poster. I would create an msp rather than directly modifying the .xml if you are at all unsure about what you are doing.
-
-
25th June 2008, 04:47 PM #6 Small tip I've found the hard way...
Run the setup and test your PID key to ensure it's correct and does not (as I found) have an ambiguous character like a B instead of the 8 it looks like.
-
-
25th June 2008, 04:49 PM #7 
Originally Posted by
somabc
No sorry I meant the 1st poster. I would create an msp rather than directly modifying the .xml if you are at all unsure about what you are doing.
Oh, I wasn't aware you could because the documentation seemed to indicate that an MSP was a waste of time for anything other than a manual custom install. Thanks for the tip though as the idiots who put the docs together really haven't provided a clear indication of what to do or how to do it.
-
-
3rd July 2008, 10:40 AM #8 
Originally Posted by
somabc
No sorry I meant the 1st poster. I would create an msp rather than directly modifying the .xml if you are at all unsure about what you are doing.
Ok.. I think I misunderstood the point being made here and since I've had a chance to look at the Office Customization Tool (OCT) I've now realised that this does NOT change the config.xml file but only creates an MSP which, unless you use MSIEXEC and login script to deploy it won't work. Not to mention the fact that you need to be an admin for it to work... Not exactly ideal.
So, my original post stands... the config.xml I created does in fact work but there's definitely something to be said for looking at the OCT in tandem with the guide on Office 2007 that I posted a link to here:
http://www.edugeek.net/forums/window...crusade-2.html
.. as it helps explain what the different flags are and what they do..
From that you don't need to use a script to do what GPO should be able to handle just fine.
-
-
5th August 2008, 01:39 PM #9 
Originally Posted by
srochford
This is mine; I haven't done much customising here (used the MSP for that) but have specified everything else that I think we need. This does work if that helps :-)
Code:
<Configuration Product="Enterprise">
<Display Level="None" CompletionNotice="No" SuppressModal="no" AcceptEula="yes" />
<Logging Type="standard" Path="%temp%" Template="Microsoft Office Enterprise Setup(*).txt" />
<PIDKEY Value="12345-67890-12345-67890-12345" />
<USERNAME Value="College of North West London" />
<COMPANYNAME Value="London NW10 2XD" />
<INSTALLLOCATION Value="%programfiles%\Microsoft Office" />
<!--<LIS CACHEACTION="CacheOnly" />-->
<SOURCELIST Value="\\cisnt\cdimages\office2007" />
<DistributionPoint Location="\\cisnt\cdimages\office2007" />
<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->
<Setting Id="Reboot" Value="IfNeeded" />
<Command Path="%windir%\system32\msiexec.exe" Args="/i \\cisnt\cdimages\office2007\enterprise.ww\enterpriseww.msi" QuietArg="/q" ChainPosition="after" Execute="install" />
</Configuration>
how did you deploy your copy of office ?
was it via GP / Script / SMS
ta
Dan
-
-
5th August 2008, 09:28 PM #10 
Originally Posted by
DanW
how did you deploy your copy of office ?
was it via
GP / Script / SMS
ta
Dan
With difficulty :-)
What I've tried to configure is a script run as machine startup script in group policy (we don't have SMS)
The trouble is that it doesn't always work and I can't see why. I've tried splitting it into two sections now; the main one which runs from a network share - this runs in "cacheonly" mode so that the local installation source is built. At the next startup, a check is made to see if the LIS cache is there and, if it is and office is not installed, it runs setup from the local cache and this time installs it.
I'm afraid it's all gone on the back burner a bit - there's been no real demand from staff (and we do have it available with SoftGrid) - and I've got lots of other things to do (I leave this job on Friday and trying to make sure everything will work after I leave is a big job!)
-
Thanks to srochford from:
pritchardavid (14th January 2010)
SHARE: 
Similar Threads
-
By FN-GM in forum Windows
Replies: 20
Last Post: 30th April 2012, 01:26 PM
-
Replies: 4
Last Post: 14th August 2009, 01:58 AM
-
By kennysarmy in forum Windows
Replies: 25
Last Post: 13th January 2009, 01:31 PM
-
By mrforgetful in forum Office Software
Replies: 17
Last Post: 12th June 2008, 01:11 PM
-
By Gibson335 in forum Educational Software
Replies: 5
Last Post: 9th June 2008, 10:49 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules