Office2007 Converter Admin Install

J

Joe

I want to use a group policy to rollout the Office 2007 Converter to groups
of users. I have tried to do an administrative installation using MSIEXEC,
but nothing gets copied to the targetdir location. The log file shows the
following errors. Does anyone know if an admin installation is possible with
the converter?
Thanks,
Joe

=== Logging stopped: 10/12/2007 11:24:29 ===
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 1707
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 2205 2: 3: Error
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 2228 2: 3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1707
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 2205 2: 3: Error
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 2228 2: 3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1709
MSI (c) (14:B0) [11:24:29:976]: Product: Compatibility Pack for the 2007
Office system -- Installation completed successfully.

MSI (c) (14:B0) [11:24:29:976]: Grabbed execution mutex.
MSI (c) (14:B0) [11:24:29:976]: Cleaning up uninstalled install packages, if
any exist
MSI (c) (14:B0) [11:24:29:991]: MainEngineThread is returning 0
=== Verbose logging stopped: 10/12/2007 11:24:29 ===
 
E

Eric A.

Hi Joe,

You cannot make an "admin install point" like you would with Office 2003,
but you can extact out the contents of the FileFormatConverters.exe file to
obtain a .msi to use with GPO.

Run the following command..

FileFormatConverters.exe /extract:c:\patch

This will extract the contents into the c:\patch dir. Then you can point to
O12Conv.msi when doing a GPO deployment.
 
J

Joe

Eric,
Thanks for the very fast response. I thought that might be the case.

Joe

Eric A. said:
Hi Joe,

You cannot make an "admin install point" like you would with Office 2003,
but you can extact out the contents of the FileFormatConverters.exe file to
obtain a .msi to use with GPO.

Run the following command..

FileFormatConverters.exe /extract:c:\patch

This will extract the contents into the c:\patch dir. Then you can point to
O12Conv.msi when doing a GPO deployment.



--
Eric Palm
MSFT Office Setup


Joe said:
I want to use a group policy to rollout the Office 2007 Converter to groups
of users. I have tried to do an administrative installation using MSIEXEC,
but nothing gets copied to the targetdir location. The log file shows the
following errors. Does anyone know if an admin installation is possible with
the converter?
Thanks,
Joe

=== Logging stopped: 10/12/2007 11:24:29 ===
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 1707
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 2205 2: 3: Error
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 2228 2: 3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1707
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 2205 2: 3: Error
MSI (c) (14:B0) [11:24:29:976]: Note: 1: 2228 2: 3: Error 4: SELECT
`Message` FROM `Error` WHERE `Error` = 1709
MSI (c) (14:B0) [11:24:29:976]: Product: Compatibility Pack for the 2007
Office system -- Installation completed successfully.

MSI (c) (14:B0) [11:24:29:976]: Grabbed execution mutex.
MSI (c) (14:B0) [11:24:29:976]: Cleaning up uninstalled install packages, if
any exist
MSI (c) (14:B0) [11:24:29:991]: MainEngineThread is returning 0
=== Verbose logging stopped: 10/12/2007 11:24:29 ===
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top