Posted in
Post on the unattended-devel mailing list regarding installation.
MSFN Office forum (unattended fine-tuning tips).
Copy the contents of the Office 2007 install disk into \packages\office2k7.
Make a text file named \packages\office2k7\config.xml with the contents:
<Configuration>
<Display Level="basic" CompletionNotice="No" SuppressModal="Yes" AcceptEula="Yes"/>
<Setting Id="OEM" Value="1" />
<DistributionPoint Location="\\ntinstall\install\packages\office2k7"/>
</Configuration>The script file for the install, \scripts\office2k7.bat, contains:
:: OPTIONAL: Install Office 2007
:: Microsoft Office 2007
@Echo off
todo.pl "%Z%\packages\office2k7\setup.exe /config %Z%\packages\office2k7\config.xml"- Login to post comments