Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Microsoft Office 2007 Enterprise

1.open Enterprise.WW\config.xml 2.change code to

<Configuration Product="Pro"> <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <PIDKEY Value="KGFVY-7733B-8WCK9-KTG64-BC7D8" /> <USERNAME Value="0wner" /> <COMPANYNAME Value="0wn Inc." /> <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>

3.setup.exe /config Enterprise.WW\config.xml

Original config.xml

<Configuration Product="Enterprise">

<!-- <Display Level="full" CompletionNotice="yes" SuppressModal="no" AcceptEula="no" /> -->

<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Enterprise Setup(*).txt" /> -->

<!-- <PIDKEY Value="BCDFGHJKMPQRTVWXY2346789B" /> -->

<!-- <USERNAME Value="Customer" /> -->

<!-- <COMPANYNAME Value="MyCompany" /> -->

<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->

<!-- <LIS CACHEACTION="CacheOnly" /> -->

<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> -->

<!-- <DistributionPoint Location="\\server\share\Office12" /> -->

<!-- <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>

You might also like