Seite 1 von 1

[GELÖST]Office 2010 HuB, silent Installation

Verfasst: 18 Nov 2012, 12:24
von ulange
Hallo,

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. :shock:

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>

Ich finde leider den Fehler nicht.
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

Re: Office 2010 HuB, silent Installation

Verfasst: 26 Nov 2012, 12:58
von wolfbardo
Wirklich ???
<Configuration Product="HuB">

Gruss
Bardo Wolf

[GELÖST]Re: Office 2010 HuB, silent Installation

Verfasst: 26 Nov 2012, 14:09
von ulange
Hallo,

ich habe jetzt herausgefunden das die Zeile so aussehen sollte : <Configuration Product="SingleImage">

Dann klapp es auch mit der Deinstallation.

Gruss Ulange