1. “Deployment Workbench” > “Distribution Share” > “Applications” > “New”.
2. Kies voor “Application with source files”.
3. Vul de gegevens in:
4. Geef de locatie van de bestanden op. In mijn geval was dit de Office 2007 DVD.
5. Hoe moet de map heten.
6. Geef bij command line setup.exe in:
7. Finish & en hij gaat het zaakje kopieeren
8. Als je de properties kiest van Office 2007 Enterprise
9. Dan zie je dat er een tabblad is bijgekomen genaamd Office Products
10. Nu kunnen we deze gaan aanpassen:
Display level: None betekent silent install
Vergeet niet om even op Apply te klikken. Nu wordt er een xml op de achtergrond aangemaakt.
11. Als je op Apply geklikt heb ga dan terug naar het tabblad Details.
Je ziet nu dat quint install command is aangepast naar: setup.exe /config Enterprise.WW\config.xml
12. Ga weer net tabblad Office Products
13. Wanneer je Office Customization Tool aanklikt dan krijg je het volgende te zien.
Je kunt dus alles aanpassen wat je wilt.
14. Als je nu op Edit config.xml doet krijg je het volgende te zien.
Ik heb de config even aan moeten passen zodat deze werkt aangezien ik de NL versie distribueer.
<Configuration Product="Enterprise">
<Display Level="none" CompletionNotice="no" SuppressModal="no" AcceptEula="yes" />
<Logging Type="standard" Path="c:\" Template="Microsoft Office Enterprise Setup(*).txt" />
<PIDKEY Value="XXXXXXXXXXXXXXXXXXXXXXXXX" />
<Setting Id="Reboot" Value="IfNeeded" />
</Configuration>
15. Als je het volgende in config.xml aanpast met het volgende dan wordt alleen Word, Excel, Powerpoint & Outlook geinstalleerd. ‘
<OptionState Id="ACCESSFiles" State="Absent" /> //access
<OptionState Id="WordFiles" State="Local" Children="force" /> //Word
<OptionState Id="ExcelFiles" State="Local" Children="force" /> //Excel
<OptionState Id="OUTLOOKFiles" State="Local" Children="force" /> //outlook
<OptionState Id="PPTFiles" State="Local" Children="force" /> //Powerpoint
<OptionState Id="PubPrimary" State="Absent" /> //publisher
<OptionState Id="RMSFiles" State="Absent" /> //Interconnect
<OptionState Id="XDOCSFiles" State="Absent" /> //infopath
<OptionState Id="GrooveFiles" State="Absent" /> //groove
<OptionState Id="OneNoteFiles" State="Absent" /> //onenote
<OptionState Id="SHAREDFiles" State="Absent" /> //onenote
<OptionState Id="ToolsFiles" State="Absent" /> //onenote
<OptionState Id="CAGFiles" State="Absent" /> //Clip Organizer
<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="Absent" /> //picture manager
<OptionState Id="OSESupp" State="Absent" /> //sharepoint support
<OptionState Id="QueryFiles" State="Absent" /> //msQuery
<OptionState Id="VisioPreviewerFiles" State="Local" /> //visio viewer
<OptionState Id="RefIEBarFiles" State="Absent" /> //research explorer bar
<OptionState Id="WebDriveFiles" State="Absent" /> //hosted webs
<OptionState Id="VBAFiles" State="Absent" /> //VB for applications
<OptionState Id="OfficeDigitalSFiles" State="absent" /> //vba certificates
Office 2007 aan een task toevoegen.
1. Deployment Workbench > Task Sequences > Windows XP > Properties.
2. Ga naar tabblad Task Sequence
3. Ga naar State Restore > Install Applications. Kies Install a single application > Microsoft Office 2007 Enterprise. en klik op OK.
Like this:
Like Loading...