KB947742 Install issues

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Everyone

I am having an issue installing this months Microsoft patches.

Generally I create a batch file to string all of the patches together
but this patch is not playing nicely. Below is the batch file I use.

Patch KB947742 will not accept any switches and always comes up with
an screen showing valid switches. I need to deploy these patches with
out any user intervention.

Can anyone tell me why this patch is coming up with the error? I have
tried the following switches
/q
/qb
/qb!
/quiet
/passive
and none seem to resolve the issue. The patch KB947748 installs fine.
Windows installer version is 3.01.4000.1832. I have downloaded what
is supposed to be the Windows installer 3.1 redistributable and
installed it but this version does not change. Our base OS is Windows
2000 SP4

Any suggestions would be greatly appreciated


Batch File Below:
@echo off
@ECHO Please be patient as these patches will take a few moments to
install.
@Echo This window will close and your computer will reboot when
complete
@Echo
@ECHO Thank You
@ECHO Customer Support
@Echo off

k:\MSUpdatesEnglish\Sept2008\NDP20SP1-KB947748-x86.exe /passive
k:\MSUpdatesEnglish\Sept2008\NDP1.1sp1-KB947742-X86.exe /qb
k:\MSUpdatesEnglish\Sept2008\IE6.0sp1-KB938464-Windows2000-x86-
FRA.exe /M /forcerestart
.



Relevant Pages

  • manual patching required on Win2k?
    ... I think Win2k patches released by MS don't bother installing their files ... if the installer detects that the patch has been installed before. ... I'm running Win2k at home, ...
    (NT-Bugtraq)
  • RE: KB947742 Install issues
    ... but this patch is not playing nicely. ... Windows installer version is 3.01.4000.1832. ... @ECHO Please be patient as these patches will take a few moments to ...
    (microsoft.public.windowsupdate)
  • RE: [Full-Disclosure] Microsofts new warning about the old SQL server/MSDE problem
    ... > the old SQL server/MSDE problem ... >> I for one would really like to see patches that also patch an ...
    (Full-Disclosure)
  • Re: 2.6.24-rc4-mm1: VDSOSYM build error
    ... I looked in the broken out patches and only saw one related ... the following git-export-quilt script (just wrote it, might be buggy, so ... echo $FILE.patch>> patches/series ... i ran this script over x86.git and it produced a patch series with 247 ...
    (Linux-Kernel)
  • Re: Windows Service Help
    ... since a Windows service cannot be started directly within the IDE this is where that batch file I was talking about earlier comes into play. ... if you're running the service under another account make sure you check the box for "Show processes from all users" so you'll be able to see the service when it's running. ... echo %SERVICE_DESC% Installer ... I didn't get too in depth on the installation, but in order for a service to be deployed and registered on the target machine you must have an installer class in there. ...
    (microsoft.public.dotnet.languages.csharp)