Office 2007 Compatibility Pack SP2
Hi all
previous we instlled the Office 2007 compatibility pack using MSI (download the exe and extract the MSI). I've just downloaded the newer version (SP2) and discovered that there's no MSI in it. I'm just wondering how everybody else has been deploying this ? Using WSUS or using an MSI wrapper ? Or is there an MSI available ?
Thanks in advance
previous we instlled the Office 2007 compatibility pack using MSI (download the exe and extract the MSI). I've just downloaded the newer version (SP2) and discovered that there's no MSI in it. I'm just wondering how everybody else has been deploying this ? Using WSUS or using an MSI wrapper ? Or is there an MSI available ?
Thanks in advance
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
Hi Guys, thanks for the replies.
You're absolutely right elgwhoppo - I hadn't tried running it from CLI ... my bad [:)]
I had just tried extracting with WinZip ... lazy me !!
However, there still isn't really any way to apply it via GPO is there ? We don't have SCCM or any other app deployment solution ... just GPO's
I guess maybe my easiest option is to use download from Microsoft Catalog into WSUS ? Will that be an update to the existing verion or a completely new install though ? I guess it would be an update seing that there's only an MSP in there ?
You're absolutely right elgwhoppo - I hadn't tried running it from CLI ... my bad [:)]
I had just tried extracting with WinZip ... lazy me !!
However, there still isn't really any way to apply it via GPO is there ? We don't have SCCM or any other app deployment solution ... just GPO's
I guess maybe my easiest option is to use download from Microsoft Catalog into WSUS ? Will that be an update to the existing verion or a completely new install though ? I guess it would be an update seing that there's only an MSP in there ?
Please log in to comment
Unfortunately MS does not allow you to create an Admin install point and patch it with the SP2 patch. The SP 2 patch will have to be applied after install
I understood from the above that this wasn't possible ? I've also tried this myself and it just doesn't do anything after launching the initial window
I do agree that patching is too much work, but looks like WSUS is my best option. Has anybody tried using any MSI authoring programs to push this update ?
Please log in to comment
Yeah, those that aren't stuck with GPO:
msiexec /i O12Conv.msi PATCH=O12Convsp2-en-us.msp /qn REBOOT=ReallySuppress
I can't believe companies are still using GPO...
msiexec /i O12Conv.msi PATCH=O12Convsp2-en-us.msp /qn REBOOT=ReallySuppress
I can't believe companies are still using GPO...
Please log in to comment
I can't believe companies are still using GPO...
Yea unfortunately so. But to be fair, for some small companies I guess the budget just isn't there
That said - we have over 500 users and 20 servers. The problem is that there's a freeze on major IT changes this year until we upgrade to 2008 next year
As for why we're taking so long to upgrade to 2008 ... don't ask [:D]
Please log in to comment
Ouch. SCCM is so cheap, I don't get it.. but we're just consultants... no one listens to us. [:)]
Please log in to comment
SCCM is so cheapTBF once again, at the time the decision was made to go with GP, the company was very small and SMS (as it then was) was VERY expensive, especially when provided through a third-party FM crowd, whose idea of service is to first add a minimum 30% to the actual cost. Since then, that company was swallowed up by my current client, the third-party kicked out and the IT operation handed to the minnow company.
Please log in to comment
For people using SCCm to deploy the compatibility pack with SP2, what command line do you use?
I used msiexec /i O12Conv.msi PATCH=O12Convsp2-en-us.msp /qn REBOOT=ReallySuppress, but it errors out with code 1635, which basically means it couldnt open the patch package. I extracted the exe file of SP2 into the same folder as the compatibility pack, so the msi and msp files are situated in the same place in my sccm package.
Funny thing is if I run the command msiexec /i O12Conv.msi /qn REBOOT=ReallySuppress, without the Service pack, it runs fine.
Anyone else facing this issue?
I used msiexec /i O12Conv.msi PATCH=O12Convsp2-en-us.msp /qn REBOOT=ReallySuppress, but it errors out with code 1635, which basically means it couldnt open the patch package. I extracted the exe file of SP2 into the same folder as the compatibility pack, so the msi and msp files are situated in the same place in my sccm package.
Funny thing is if I run the command msiexec /i O12Conv.msi /qn REBOOT=ReallySuppress, without the Service pack, it runs fine.
Anyone else facing this issue?
Please log in to comment
As ever, you should be using a patched Administrative Installation Point, not patching clients. If persisting with the client route, you will need to install first using '/i' etc. then apply the patch, using '/P'. You can't install and patch at the same time, which is what your command line is attempting.
Please log in to comment
Comments