have a completely unattened office2k7 install all i do is add it to the runonce bat %source%\install\office\setup.exe i have then edited all the XML files within the setup to make it completly unattended  config.xml example <Configuration Product="Enterprise"> 	<!-- <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> --> 	<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Enterprise Setup(*).txt" /> --> 	<!-- <PIDKEY Value="no-your-not-having-my-key" /> --> 	<!-- <USERNAME Value="XP Silent Install" /> --> 	<!-- <COMPANYNAME Value="XP Silent Install" /> --> 	<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> --> 	<!-- <LIS CACHEACTION="CacheOnly" /> --> 	<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> --> 	<!-- <DistributionPoint Location="\\server\share\Office12" /> --> 	<!-- <OptionState Id="OptionID" State="absent" Children="force" /> --> 	<!-- <Setting Id="Reboot" Value="IfNeeded" /> --> 	<!-- <Command Path="msiexec.exe" Args="/i \\server\share\my.msi" QuietArg="/q" ChainPosition="after" Execute="install" /> --> </Configuration> if you require the installation i will host but obviously not with my product key in it.