Jump to content

Recommended Posts

Posted

I don't wanna slip stream them in because windows update still shows them as needing to be installed. I am using a windows unattended in a corporate environment. So I would like windows update to say 0 when all the updates are done.

Thanks to anyone who can give me a hand with this.


Posted

well, just download the appropiate updates from microsoft and use a cmd file like mine:

cmdow @ /HID
@echo off

start /wait .\KB892843.exe /Q:A /R:N
start /wait .\KB905648.exe /Q:A /R:N
start /wait .\KB905756.exe /Q:A /R:N
start /wait .\KB907417.exe /Q:A /R:N
start /wait .\KB913807-ENU.exe /Q:A /R:N
start /wait .\KB916521-ENU.exe /Q:A /R:N

exit

Posted

echo off
for %%U in (kb*.exe) do (
echo Applying hotfix %%U
start /wait %%U /Q:A /R:N
)
pause

Will install all of the updates named kb*.exe located in the current folder.

Works with windows updates too, just change the switches.

Posted
well, just download the appropiate updates from microsoft and use a cmd file like mine:

cmdow @ /HID
@echo off

start /wait .\KB892843.exe /Q:A /R:N
start /wait .\KB905648.exe /Q:A /R:N
start /wait .\KB905756.exe /Q:A /R:N
start /wait .\KB907417.exe /Q:A /R:N
start /wait .\KB913807-ENU.exe /Q:A /R:N
start /wait .\KB916521-ENU.exe /Q:A /R:N

exit

How you make them installed during the windows xp installation after it's silent installation of office 2003 for example..

Posted
I don't understand I did this and windowsupdate still lists them as too be installed.

I don't get it..

i have checked them many times and office update site didnt report any updates available. so i think it is working fine for me. you mentioned windows update. i dont know if windows update site will report them as available. check them at office.microsoft.com

Posted

i extract .MSP nj save some space and install it with this commands from 7zip SFX

Start /Wait OLKINTLff.msp /qb

Start /Wait OTKLOADR.msp /qb

Start /Wait OUTLFLTR.msp /qb

Start /Wait OUTLOOKff.msp /qb

Start /Wait EXCELff.msp /qb

Exit

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...