I was creating a new MS Office 2007 unattended installation when I’ve been showed off with a prompt for selecting the product to install.
There was some options like:
- Microsoft Office Professional 2007
- Microsoft Office Professional 2007 – Portuguese Language Pack
- Microsoft Office Project 2007
This happened because Project 2007 installed first then Office 2007. So, for pass this through you need to specify the XML and admin file on Office 2007 silent install command line, for example:
C:\MSOffice2007\setup.exe /Config ProPlus.WW\config.xml /adminfile updates\setup.msp
You also need to make sure that in your config.xml file, the tag
<Configuration Product=”ProPlus”> it’s not commented like this <!–<Configuration Product=”ProPlus”> –>
December 30, 2008 at 12:04 pm |
YES! here’s the answer i was looking for…
thanks a lot
December 30, 2008 at 1:46 pm |
No problem. Allways glad to help.
Best Regards!
February 17, 2009 at 10:13 am |
Thank you so much this is exactly what i needed. My network installs are going to be so much nicer now. Thanks again.
February 17, 2009 at 10:45 am |
I’m glad to know I could help!
May 22, 2009 at 3:41 am |
thank you~~you make my work a lot easier
May 22, 2009 at 9:01 am |
Hope to help more!