Jump to content

Recommended Posts

Posted (edited)

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

Posted

OK The reason they are not applied is you actually need the .msp file from inside the .exe...

To do this you use uniextract found on this forum or browse to %userprofile%\Local Settings\Temp and as you run each one grab the .msp file from the created folder.

Posted

need i need to extract all the files from within the exe files & storte these in sub folders of "Updates" or do i just need the msp files..?

where Do i need to place the msp files?

Posted

Once you get the .msp files you simply place them in your Updates folder and forget them.

These are all in my updates folder

dw20.msp

excel.msp

mso.msp

msxml5.msp

oartconv.msp

outlfltr.msp

outlook.msp

publisher.msp

wordconv.msp

xlconv.msp

And they all run and install fine.

Posted (edited)

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
Posted (edited)

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
Posted

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.

Posted (edited)

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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