Windows 7 Office 2007 GPO install

I tought the deploy was supposed to run with the config.xml?

Anyways, I am running it with xml in our GPO deploy and it works flawlessly for xp/vista/win7. We also ad swedish language support cuz we want it:)

put the folowing xml in config.xml in the ProPlus.WW folder, the run from the gpo:

\server\share\Office12\ProPlus.WW\ProPlus.msi

<Configuration Product="ProPlus">
  <Display Level="Basic" CompletionNotice="No" SuppressModal="No" AcceptEula="Yes" /> 
  <PIDKEY Value="YOUR KEY GOES HERE" /> 
  <COMPANYNAME Value="CompanyName" /> 
  <AddLanguage Id="match" /> 
  <AddLanguage Id="en-us" ShellTransform="Yes" /> 
  <AddLanguage Id="sv-se" /> 
</Configuration>

Im sorry this is not an answer to your question, tough it should work as a workaround for you. Ps. if you want the installer to run compleately silent use the display level="none" instead of basic. Basic only gives you a progressbar.. ds.

Technet link

Good luck!


As long as you have the Enterprise version of Office 2007,aAnother thing to try is to use the Office Customization Tool and add the product key to the the customization file and then store the file in the updates folder. There are also .adm files available from Microsoft that allow Group Policy to control a lot of extra features that aren't dealt with in the OCT. I use this combination with a lot of success.
If you will upgrade anytime soon, Office 2010 is able to be activated via KMS.