Help - Search - Members - Calendar
Full Version: silent install of the Microsoft Office Compatibility Pack
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
gbmolina
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:
CODE
/quiet /passive /norestart


voila! silent installation done

PS 1 if you want to see all available switches, run this command on it:
CODE
FileFormatConverters.exe /extract:path


PS 2 I suspect that only the /passsive switch is enough...
Arie
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.
gbmolina
QUOTE (Arie @ Oct 10 2007, 09:51 PM) *
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.
Arie
WinRAR is my mistake, sorry, doing this by heart. You should use Universal Extracter. You can find it here on the forum.
radix
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.
tentje
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!
Arie
Of course it does, but it doesn't create you an unattended, silent installer for during your unattended setup newwink.gif
bmusgrove
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




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.