Hi,

you can also integrate office updates into the installation,
download needed update files, extract them and place the msu file in the office updates folder:

[IMG]http://i.imgur.com/7WbPihg.png[/IMG]

To automate office installtion use config.xml

[CODE]<Configuration Product=“ProPlusr”>
<Display Level=“basic” CompletionNotice=“no” SuppressModal=“yes” AcceptEula=“yes” />
<USERNAME Value=“Bla” />
<COMPANYNAME Value=“Bla2” />
<!-- <INSTALLLOCATION Value=“%programfiles%\Microsoft Office” /> -->
<!-- <LIS CACHEACTION=“CacheOnly” /> -->
<!-- <LIS SOURCELIST=“\server1\share\Office;\server2\share\Office” /> -->
<!-- <DistributionPoint Location=“\server\share\Office” /> -->
<!-- <OptionState Id=“OptionID” State=“absent” Children=“force” /> -->
<!-- <Setting Id=“SETUP_REBOOT” Value=“IfNeeded” /> -->
<!-- <Command Path=“%windir%\system32\msiexec.exe” Args=“/i \server\share\my.msi” QuietArg=“/q” ChainPosition=“after” Execute=“install” /> -->
</Configuration>[/CODE]

It can happen that your office doesn’t have the admin folder then you cannot run setup.exe /admin,
then you will need to download adm templates for the desired office version, extract them and place
the admin folder in the office install folder, after that setup.exe /admin will work.

[IMG]http://i.imgur.com/3JO0yyD.png[/IMG]

[IMG]http://i.imgur.com/rQlRDnb.png[/IMG]

[url]http://www.microsoft.com/en-us/download/details.aspx?id=35554[/url]

[IMG]http://i.imgur.com/9lY72l2.png[/IMG]

Regards X23