Jump to content

Office updates and RunOnceEx problem


Nucleus

Recommended Posts

This is part of my RunOnceEx.cmd

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?

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