Microsoft Office 2010 Outlook MSI package installation
Requirements:
Microsoft Office 2010 (or one of the components at least)
Latest Microsoft Office 2010 Service Pack
Latest Office 2010 Administrative Template files (ADM, ADMX/ADML) and Office Customization Tool (http://go.microsoft.com/fwlink/?LinkId=189316)
Create admin installation point: This is not needed in Office 2007 and 2010 as all installation is from the compressed source:
cp [dvd]:\*.* D:\source\x86
Update installation point with service pack:
D:\source\officesuite2010sp1-kb2460049-x86-fullfile-en-us.exe /extract:"D:\source\x86sp1"
Copy the contents from d:\source\x86sp1 to d:\source\x86\updates
cp d:\source\x86sp1\*.* d:\source\x86\updates
Run the Office 2010 customization tool:
D:\source\x86\setup.exe /Admin
Save the Office 2010 customization tool changes:
File -> Save -> D:\source\x86\updates\config.msp
To deploye Office 2010, use open source WPKG-GP our MDT2010 or any other EXE deployment tool you like.
You can view this article online at:
http://kb.herator.se/index.php/article/mo2k10outlk-msi-pckg-inst