Friday, April 10, 2009

Deploy Office 2007 Compatibility Pack via Group Policy

For those of you whom supports both Office 2003 and Office 2007, you will frequently be getting calls from users that they have problem opening Office 2007 files. Microsoft releases FileFormatConverters.exe to allow Office 2003 users to open Office 2007 files. http://www.microsoft.com/downloads/details.aspx?FamilyID=941b3470-3ae9-4aee-8f43-c6bb74cd1466&displaylang=en
Let me share with you how to deploy Office 2007 CompatibilityPack to your Office 2003 users via GPO.
First, download fileformatconverters.exe using the link above.
Save the fileformatconverters.exe to a folder, example, C:\office2007convert.
Open command prompt, and execute the command to extract the files.
C:\office2007convert\fileformatconverters.exe /extract:c:\office2007convert\

Copy the files O12Conv.CAB and O12Conv.MSI to a shared folder on your server where you users have read access.

Now, let's create a Group Policy to deploy Office 2007 Compatibility Pack to your users.
Open Group Policy Management Console and create a new policy. Let's call it DeployOffice2007CompatPack.
Expand out the Computers Configuration and select the Software Settings > Software Installation.
Right-click in the right hand pane and select New > Package.
Browse to the package on the file share you are going to use and select the O12Conv.MSI file and choose OPEN.
When prompted choose Assigned (you can also choose Publish but this Publish option will not automatically install the software for your users - it will just make the package available for them to install).
Once you have pressed OK you will find the package in your GPO.

Link this DeployOffice2007CompatPack to your OU where your computers reside and we are done.

Deploying Software via Group Policy is a efficent way to install software to your domain computers.

No comments: