Jump to content

silent install of the Microsoft Office Compatibility Pack


gbmolina

Recommended Posts

Hi guys, I was searching through the forum for a way to make a silent install of the Microsoft Office Compatibility Pack ( http://office.microsoft.com/en-us/products...1686761033.aspx ) and I realized there was nothing specific on the net, or, at least I wasn´t able to find it.

So, after a little bit of research and try, I came up with this tested and working method:

1. download the file from here: http://www.microsoft.com/downloads/details...;displaylang=en

2. run the prompt on it using these switches:

/quiet /passive /norestart

voila! silent installation done

PS 1 if you want to see all available switches, run this command on it:

FileFormatConverters.exe /extract:path

PS 2 I suspect that only the /passsive switch is enough...

Link to comment
Share on other sites


You went through too much trouble. You could simply extract the file using WinRAR for example, leaving you with an MSI-file, which you can install silently like any other MSI-file. You could even package it into a 1-file silent installer if you want then.

Link to comment
Share on other sites

You went through too much trouble. You could simply extract the file using WinRAR for example, leaving you with an MSI-file, which you can install silently like any other MSI-file. You could even package it into a 1-file silent installer if you want then.

well, I tried, you can't extract the file with winrar.

Link to comment
Share on other sites

Try to copy MSECache folder after installation and make a silent installer with

7-zip sfx with switch /qn /norestart

after the name of msi file.

Edited by radix
Link to comment
Share on other sites

  • 3 months later...

First Extract FileFormatConverters.exe with 7-zip

Extracted files (output):

-O12Conv.cab

-EULA

-README.HTM

-files12.cat

-O12Conv.msi

2. Create a new Group Policy and assign the O12Conv.msi in Computer Configuration\Software Settings\Software Installation

Tested in production environment. Works fine!

Link to comment
Share on other sites

  • 2 months later...

What about a chained install using the Setup.ini file of office 2003? It does not appear to inherit the display options of the MS office installer as it should, nor does the DISPLAY parameter in the [Chained Install] section appear to work . Has anyone managed it?

I am about to try it using a batch file

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...