ich habe eine neue XML Datei für eine angepasste Silent-Installation von MS Office 2010 geschrieben.
Die Installation klappt auch gut, leider fehlt nach der Installation die Rechtschreibprüfung.

Hier meine XML Datei:
Code: Alles auswählen
<Configuration Product="HuB">
<Display Level="Basic" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> -->
<PIDKEY Value="XXX" />
<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office HuB Setup(*).txt" /> -->
<USERNAME Value="XXX" /> -->
<COMPANYNAME Value="XXX" /> -->
<OptionState Id="ACCESSFiles" State="absent" />
<!-- <OptionState Id="EXCELFiles" State="absent" Children="force" /> --> <!-- Excel -->
<OptionState Id="GrooveFiles" State="absent" />
<OptionState Id="OneNoteFiles" State="absent" />
<OptionState Id="VisualStudio_PreviewServer_SPD" State="absent" />
<OptionState Id="XDOCSFiles" State="absent" />
<OptionState Id="SHAREDFiles" State="absent" />
<OptionState Id="TOOLSFiles" State="absent" />
<OptionState Id="PPTFiles" State="absent" />
<OptionState Id="PubPrimary" State="absent" />
<!-- <OptionState Id="OUTLOOKFiles" State="absent" Children="force" /> --> <!-- Outlook -->
<!-- <OptionState Id="WORDFiles" State="absent" Children="force" /> --> <!-- Word -->
</Configuration>
Wenn ich die Installation händisch aus dem OPSI Ordner durchführe ist die Rechtschreibprüfung vorhanden.
Ich hoffe einem von euch fällt etwas auf was ich ggf. übersehen haben.
Gruss
Ulange