Wie ruft man das AdminTool zum Anpassen von Office 2010 Setup in einer Batch auf?
Ich möchte Office 2010 via SCCM deployen und habe dafür mit dem /admin tool diverse Anpassungen erzeugt. Der Aufruf erfolgt über:
%~dp0setup.exe /adminfile %~dp0_Office2010.MSP
Office wird sauber deployed aber die Anpassungen greifen nicht. Kann das Anpassungsfile überhaupt so aufgerufen werden ?
danke für Infos & Hilfe
%~dp0setup.exe /adminfile %~dp0_Office2010.MSP
Office wird sauber deployed aber die Anpassungen greifen nicht. Kann das Anpassungsfile überhaupt so aufgerufen werden ?
danke für Infos & Hilfe
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 153578
Url: https://administrator.de/contentid/153578
Ausgedruckt am: 22.11.2024 um 17:11 Uhr
5 Kommentare
Neuester Kommentar
Moin,
"soweit" O2k10 bin ich zwar noch nicht, aber eigentlich...
Gruß
"soweit" O2k10 bin ich zwar noch nicht, aber eigentlich...
"setup.exe" /adminfile "\\server\share\office.msp" /config "\\server\share\Config.xml"
btw: denk dran - das (jedes) Office Programm nach der installation als Admin zu starten, sonst hagelt es Fehler (kein Ram mehr frei), wenn die User das starten.Gruß
das schöne ist, wenn man sich das auch mal durchliest steht da alles
To use Config.xml to customize the installation
1.In the core product folder for the product that you are installing, locate the Config.xml file. For example, if you are installing Office Professional Plus 2010, the Config.xml file is in the ProPlus.WW folder.
2.Open the Config.xml file by using a text editor, such as Notepad.
ein wenig selbststudium ist schon was feines...
To use Config.xml to customize the installation
1.In the core product folder for the product that you are installing, locate the Config.xml file. For example, if you are installing Office Professional Plus 2010, the Config.xml file is in the ProPlus.WW folder.
2.Open the Config.xml file by using a text editor, such as Notepad.
ein wenig selbststudium ist schon was feines...