Jump to content

Office 2007 Updates on source


chiners_68

Recommended Posts

Hi Guys,

ive read you can just copy the office updates to the updates folder on your network source & they will automatically get installed when office is installed.

Ive copied several office updates to my updates folder & installed office 2007 on a fresh machine but no updates got applied. Checked in Add/remove programs & office online checker.

his is what the readme.txt file says in the updates folder

"Any patches placed in this folder will be applied during initial install."

here are the file names of some of the updates I have in my folder

office2007-kb936960-fullfile-x86-glb.exe

office2007-kb936514-fullfile-x86-glb.exe

office2007-kb933688-fullfile-x86-glb.exe

why have they not applied.?

I am using an MSP Answer file to automate the installation but cannot se anywhere in the office custom installation wizard to turn on or off the updates.

Edited by chiners_68
Link to comment
Share on other sites


may of found the problem.

The config.xml file didnt have the line to look for update files.

<SetupUpdates
CheckForSUpdates="Yes"
SUpdateLocation="\\server1\office\updates;\\server2\corpdata\updates"
/>

refrenced from this page.

http://technet2.microsoft.com/Office/en-us...3.mspx?mfr=true

Edited by chiners_68
Link to comment
Share on other sites

do you need the exe files aswell or just the msp files alone..? Dont worry ive answered this myself. old office updates use to have more than just the msp file so wasnt sure I need to extract all the other bits. Ive seen now there i noyl the msp files in these exe's if you exclude the txt file.

ive run that uniextractor 1.5 but all it does is errors. ive extracted them via batch file for now.

post-45939-1195133220_thumb.jpg

Edited by chiners_68
Link to comment
Share on other sites

you must of used .bat files before, otherwise known as .cmd

this line will extract an update file if you put in corect paths & file names

"C:\office2007-kb936514-fullfile-x86-glb.exe" /extract:"C:\office2007-kb936514-fullfile-x86-glb"

Edited by chiners_68
Link to comment
Share on other sites

put the lines in a txt file. edit pathes & files names. rename file to .BAT & then run it. it will ask you on each line to confirm the license agreement & will the extract to your specified folder for you.

or you can just paste the line into you "Run" command box. & hit enter. You would have to do each one, one by one then.

Link to comment
Share on other sites

Kelsenellenelvian, I believe you were looking for this batch code: ;)

for %%i in (*.exe) Do (
start /wait %%i /extract:. /quiet
erase %%i)
erase *eula*.txt

Just put the corresponding .cmd file in your updates folder and apply as soon as you have a new .exe file.

Btw, do not confuse .bat with .cmd files. The former runs under MS-DOS, the latter under Windows Shell.

---

So what about Project updates? Since Project is not part of the Suite I don't think you should place its updates into the same update folder?

Edit: Been able to answer that one myself...the updates folder is for any .msp file that applies to any office component of the containing folder. Pretty sweet when compared to Office 2k3 where you had different updates for every CD and every language.

Edited by legionaire
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...