Copy entire contents of office 2007 CD to harddisk
1. Go to the folder-path, “Office2007\ProPlus.WW” (or any ??????.WW folder for other editions such as standard/enterprise/etc)
2. Modify “config.xml”, or copy it to somewhere else & modify it, using my posted code below as a sample.
3. If you modified it “in location”, then setup will take up the changes automatically.
4. once config is replaced the contents can be burned back onto CD for distribution.
If upgrading from say office 2003. the install will auto reboot the machine after installing office 2007. great for admins so that once install is kicked off. machine is ready on return with office 2007 fully installed
For full install of office use this:
change configuration product to what ever your ?????.ww directory is called, in this case ProPlus.WW therefore : ProPlus
change product key (dont use spaces)
change username
change company name
<Configuration Product=”ProPlus”>
<Display Level=”none” CompletionNotice=”no” SuppressModal=”yes” AcceptEula=”yes” />
<PIDKEY Value=”XXXXXXXXXXXXXXXXXXXX” />
<USERNAME Value=”change me” />
<COMPANYNAME Value=”change me” />
<OptionState Id=”ACCESSFiles” State=”local” Children=”force” /> //access
<OptionState Id=”OUTLOOKFiles” State=”local” Children=”force” /> //outlook
<OptionState Id=”EXCELFiles” State=”local” Children=”force” /> //excel
<OptionState Id=”PubPrimary” State=”local” Children=”force” /> //publisher
<OptionState Id=”PPTFiles” State=”local” Children=”force” /> //Powerpoint
<OptionState Id=”AceRepl” State=”local” Children=”force” /> //access db Engine replication
<OptionState Id=”CAGFiles” State=”Local” Children=”force” /> //Clip Organizer
<OptionState Id=”MSSOAP3″ State=”local” Children=”force” /> //SOAP toolkit
<OptionState Id=”WISPFiles” State=”local” Children=”force” /> //handwriting
<OptionState Id=”DocServicesFiles” State=”local” Children=”force” /> //docu update util
<OptionState Id=”HTMLSourceEditing” State=”local” Children=”force” /> //script editor
<OptionState Id=”DocumentImagingUtils” State=”local” Children=”force” /> //scanning,ocr,indexing
<OptionState Id=”OISFiles” State=”local” Children=”force” /> //picture manager
<OptionState Id=”OSESupp” State=”local” Children=”force” /> //sharepoint support
<OptionState Id=”QueryFiles” State=”local” Children=”force” /> //msQuery
<OptionState Id=”VisioPreviewerFiles” State=”local” Children=”force” /> //visio viewer
<OptionState Id=”XDOCSFiles” State=”local” Children=”force” /> //infopath
<OptionState Id=”OsaNonBoot” State=”absent” Children=”force” /> //new,open office docu lnks
</Configuration>
And for lite install off office use this (word, excel, powerpoint and outlook):
change configuration product to what ever your ?????.ww directory is called, in this case ProPlus.WW therefore : ProPlus
change product key (dont use spaces)
change username
change company name
<Configuration Product=”ProPlus”>
<Display Level=”none” CompletionNotice=”no” SuppressModal=”yes” AcceptEula=”yes” />
<PIDKEY Value=”XXXXXXXXXXXXXXXXXXXX” />
<USERNAME Value=”change me” />
<COMPANYNAME Value=”change me” />
<OptionState Id=”ACCESSFiles” State=”absent” Children=”force” /> //access
<OptionState Id=”OUTLOOKFiles” State=”local” Children=”force” /> //outlook
<OptionState Id=”PubPrimary” State=”absent” Children=”force” /> //publisher
<OptionState Id=”AceRepl” State=”absent” Children=”force” /> //access db Engine replication
<OptionState Id=”CAGFiles” State=”Local” Children=”force” /> //Clip Organizer
<OptionState Id=”MSSOAP3″ State=”absent” Children=”force” /> //SOAP toolkit
<OptionState Id=”OsaNonBoot” State=”absent” Children=”force” /> //new,open office docu lnks
<OptionState Id=”ProofingTools_1036″ State=”absent” Children=”force” /> //french
<OptionState Id=”ProofingTools_3082″ State=”absent” Children=”force” /> //spanish
<OptionState Id=”WISPFiles” State=”absent” Children=”force” /> //handwriting
<OptionState Id=”DocServicesFiles” State=”absent” Children=”force” /> //docu update util
<OptionState Id=”HTMLSourceEditing” State=”absent” Children=”force” /> //script editor
<OptionState Id=”DocumentImagingUtils” State=”absent” Children=”force” /> //scanning,ocr,indexing
<OptionState Id=”OISFiles” State=”absent” Children=”force” /> //picture manager
<OptionState Id=”OSESupp” State=”absent” Children=”force” /> //sharepoint support
<OptionState Id=”QueryFiles” State=”absent” Children=”force” /> //msQuery
<OptionState Id=”VisioPreviewerFiles” State=”absent” Children=”force” /> //visio viewer
<OptionState Id=”XDOCSFiles” State=”absent” Children=”force” /> //infopath
<!– These are additionals from Enterprise RTM
<OptionState Id=”GrooveFiles” State=”absent” Children=”force” /> //groove
<OptionState Id=”OneNoteFiles” State=”absent” Children=”force” /> //onenote
<OptionState Id=”RefIEBarFiles” State=”absent” Children=”force” /> //research explorer bar
<OptionState Id=”WebDriveFiles” State=”absent” Children=”force” /> //hosted webs
<OptionState Id=”VBAFiles” State=”absent” Children=”force” /> //VB for applications
<OptionState Id=”OfficeDigitalSFiles” State=”absent” Children=”force” /> //vba certificates
–>
</Configuration>