Jump to content

Inst. updates after SP3?


koden

Recommended Posts

I use this cmd file to install win updates that comes after the SP

@echo off && Mode 60,12 && Color f2

FOR %%i IN ( ".\Updates\*.exe" ) DO (

ECHO Installing hotfix %%i

start /wait "" "%%i" /O /U /N /Z

)

I have downloaded the updates after SP3 and put them into a folder.

Can I use the same cmd file to install this OFFICE updates????

Link to comment
Share on other sites


Okay...can I change it so it does??

Another problem:

I would like to slipstreame the updates to my office SP3.

I use this command:

TITLE Office XP Slipstreamer brought to you by www.MSFN.org

CLS

@echo off

ECHO.

ECHO Slipstreaming Office XP Post-SP3 Updates

ECHO Please wait...

msiexec /p C:\office\updates\officexp-KB895589-FullFile-DAN.exe /a C:\Office\pro.msi SHORTFILENAMES=TRUE /qb

ECHO.

ECHO Slipstreaming Completed!

pause

EXIT

But it says that this package could not be opened.

Can it be because I have/use pro.msi??

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