cmdow @ /HID @echo off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\Contents.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\001 /VE /D "MS Office Professional 2003" /f REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\Office2003\OFFICE\setup.exe TRANSFORMS=Unattended.MST /qb-" /f REG ADD %KEY%\001 /V 2 /D "%CDROM%\Software\Office2003\OFFICE\ORK\ORK.MSI /qb" /f REG ADD %KEY%\001 /V 3 /D "%CDROM%\Software\Office2003\OFFICE\UPDATES\KB902953\OUTLFLTR.msp /quiet /norestart" /f REG ADD %KEY%\001 /V 4 /D "%CDROM%\Software\Office2003\OFFICE\UPDATES\KB887979\WINWORDff.msp /quiet /norestart" /f REG ADD %KEY%\001 /V 5 /D "%CDROM%\Software\Office2003\OFFICE\UPDATES\KB887982\INFPXSNff.msp /quiet /norestart" /f REG ADD %KEY%\001 /V 6 /D "%CDROM%\Software\Office2003\OFFICE\UPDATES\KB887980\FPCUTLff.msp /quiet /norestart" /f REG ADD %KEY%\001 /V 7 /D "%CDROM%\Software\Office2003\OFFICE\UPDATES\KB885828\MSOff.msp /quiet /norestart" /f
After the installation, i run the office update, and found that the last 2 updates (KB887980, KB885828) were not installed. Any ideas why?



Help

Back to top








