koden Posted December 12, 2005 Posted December 12, 2005 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????
koden Posted December 12, 2005 Author Posted December 12, 2005 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.orgCLS@echo offECHO.ECHO Slipstreaming Office XP Post-SP3 UpdatesECHO Please wait...msiexec /p C:\office\updates\officexp-KB895589-FullFile-DAN.exe /a C:\Office\pro.msi SHORTFILENAMES=TRUE /qbECHO.ECHO Slipstreaming Completed!pauseEXITBut it says that this package could not be opened.Can it be because I have/use pro.msi??
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now