extract any office patches (*.MSP) and place in the updates folder and it will automatically install during install

use "setup /admin" to start the configuration tool

my install code is:

 Code:
		if not keyexist('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90120000-0011-0000-0000-0000000FF1CE}')
			if updateapp("Microsoft_Office_2007")="yes"
				$nul = sendmessage(@wksta,'Do not open ANY programs until MS Office 2007 completes installing in 15 to 30 minutes.')
				Use V: '\\a06\setup$\MSO2007'
				go v:
				shell 'v:\setup.exe /config v:\ProPlus.WW\config.xml'
			endif
			if not KeyExist('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90120000-00B2-0409-0000-0000000FF1CE}')
				shell 'cmd /c '+$setup+'\MSO2007\_addins\ExPdfXps.msi /qb-!'
			endif
			if not KeyExist('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90120000-00A7-0409-0000-0000000FF1CE}')
				shell 'cmd /c '+$setup+'\MSO2007\_addins\cpaosetup.msi /qb-!'
			endif
			if not KeyExist('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{EB9A4856-C28A-4BC2-9373-975A33BB9CD4}')
				shell 'cmd /c '+$setup+'\MSO2007\_addins\LeoShimSetup.msi /qb-!'
			endif

			;  Microsoft Office 2007 Policy Settings
			$nul = Writevalue('HKLM\SOFTWARE\Microsoft\Office\12.0\User Settings\ShownOptIn','Count','1',REG_DWORD)
			$nul = Writevalue('HKLM\SOFTWARE\Microsoft\Office\12.0\User Settings\ShownOptIn','Order','1',REG_DWORD)
			$nul = Writevalue('HKLM\SOFTWARE\Microsoft\Office\12.0\User Settings\ShownOptIn\Create\Software\Microsoft\Office\12.0\Common\General','ShownOptInFix','Applied',REG_SZ)
			$nul = Writevalue('HKLM\SOFTWARE\Microsoft\Office\12.0\User Settings\ShownOptIn\Create\Software\Microsoft\Office\12.0\Common\General','ShownOptIn','1',REG_DWORD)

			$nul = Writevalue('HKLM\SOFTWARE\Microsoft\Office\12.0\User Settings\RemoveInstantSearchBar','Count','1',REG_DWORD)
			$nul = Writevalue('HKLM\SOFTWARE\Microsoft\Office\12.0\User Settings\RemoveInstantSearchBar','Order','1',REG_DWORD)
			$nul = Writevalue('HKLM\SOFTWARE\Microsoft\Office\12.0\User Settings\RemoveInstantSearchBar\Create\Software\Microsoft\Office\12.0\Outlook\Search','DisableDownloadSearchPrompt','1',REG_DWORD)

			$nul = Writevalue('HKCU\Software\Microsoft\Office\12.0\Outlook\Options\General','PONT_STRING','37,48,53,60,23,',REG_SZ)
		endif

_________________________
How to ask questions the smart way <-----------> Before you ask