jamesatance Posted February 10, 2009 Posted February 10, 2009 I was hoping that someone could help me out with running the Config.xml file. All I am trying to do is upgrade Outlook 2003 to Outlook 2007 I have noticed that some people have left out the When I run the setp file manually it seems to work, but when I run the MSI through GPO it installs everything ? Please can someone explain this, as I cant find any help anywhere else on the Internet. Cheers James
RabbieBurns Posted February 10, 2009 Posted February 10, 2009 I didnt put anything in the command path. Here is my config, which I used to deploy 2007 via GPO.
RabbieBurns Posted February 10, 2009 Posted February 10, 2009 Actually, thinking back, I did find that doing it this way didn't upgrade 2003 to 2007, it just added both. I made a batch file to uninstall 2003 first on machine startup, and then install 2007 from the gpo @echo off rem Script to uninstall Office 2003 msiexec -x {90110409-6000-11D3-8CFE-0150048383C9} /qn
jamesatance Posted February 10, 2009 Author Posted February 10, 2009 I read somewhere that Only Standard Office 2007 would automatically upgrade Outlook 2003 to Outlook 2007. Enterprise would only install 2007 without removing 2003
jamesatance Posted February 11, 2009 Author Posted February 11, 2009 I have just found out that you can not use a Config.xml file to upgrade outlook to 2007 Deploying Outlook 2007 via Group Policy I wish Microsoft would have just kept MST files as then I could have used GPO much easier. Back to the drawing board then :-(
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now