Jump to content

Kb826939 Roll Up Problem


Recommended Posts

instead of slipstreaming KB826939 into SP1 i choose the long way and try to install all the fixes that KB826939 includes but when i connect to the windows update site i again see that i must install KB826939 :rolleyes: what can be the problem.you can see my hotfixes cmd below:

CLS

@echo off

ECHO.

ECHO Installing Windows Media Player 9

ECHO Please wait...

start /wait %systemdrive%\install\WMP9\MPSetupXP.exe /Q:A /R:N

ECHO.

ECHO Installing Windows Update Hotfixes

ECHO.

ECHO Installing Q323255...

start /wait %systemdrive%\install\Hotfixes\Q323255_X86_EN.exe /Q /M /Z

ECHO.

ECHO Installing Q328310...

start /wait %systemdrive%\install\Hotfixes\Q328310_WXP_SP2_en.exe /Q /M /Z

ECHO.

ECHO Installing Q329115...

start /wait %systemdrive%\install\Hotfixes\Q329115_WXP_SP2_x86_ENU.exe /Q /M /Z

ECHO.

ECHO Installing Q329170...

start /wait %systemdrive%\install\Hotfixes\Q329170_WXP_SP2_EN.exe /Q /M /Z

ECHO.

ECHO Installing Q329390...

start /wait %systemdrive%\install\Hotfixes\Q329390_WXP.exe /Q /M /Z

ECHO.

ECHO Installing Q329834...

start /wait %systemdrive%\install\Hotfixes\Q329834_WXP_SP2_en.exe /Q /M /Z

ECHO.

ECHO Installing Q330994...

start /wait %systemdrive%\install\Hotfixes\q330994.exe /Q /M /Z

ECHO.

ECHO Installing Q810565...

start /wait %systemdrive%\install\Hotfixes\Q810565_WXP_SP2_x86_ENU.exe /Q /M /Z

ECHO.

ECHO Installing Q810577...

start /wait %systemdrive%\install\Hotfixes\Q810577_WXP_en.exe /Q /M /Z

ECHO.

ECHO Installing Q810833...

start /wait %systemdrive%\install\Hotfixes\Q810833_WXP_SP2_x86_ENU.exe /Q /M /Z

ECHO.

ECHO Installing Q811493...

start /wait %systemdrive%\install\Hotfixes\Q811493_WXP_SP2_x86_ENU.exe /Q /M /Z

ECHO.

ECHO Installing Q814033...

start /wait %systemdrive%\install\Hotfixes\Q814033_WXP_SP2_x86_ENU.exe /Q /M /Z

ECHO.

ECHO Installing Q815021...

start /wait %systemdrive%\install\Hotfixes\Q815021_WXP_SP2_x86_ENU.exe /Q /M /Z

ECHO.

ECHO Installing Q817606...

start /wait %systemdrive%\install\Hotfixes\Q817606_WXP_SP2_x86_ENU.exe /Q /M /Z

ECHO.

ECHO Installing JScript 5.6...

start /wait %systemdrive%\install\Hotfixes\js56nen.exe /Q:A /R:N

ECHO.

ECHO Installing KB819639...

start /wait %systemdrive%\install\Hotfixes\WindowsMedia9-KB819639-x86-ENU.exe /Q:A /R:N

ECHO.

ECHO Installing KB821557...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB821557-x86-ENU.exe /Q /M /Z

ECHO.

ECHO Installing KB823182...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823182-x86-ENU.exe /Q /M /Z

ECHO.

ECHO Installing KB823559...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB823559-x86-ENU.exe /Q /M /Z

ECHO.

ECHO Installing KB824105...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB824105-x86-ENU.exe /Q /M /Z

ECHO.

ECHO Installing KB824141...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB824141-x86-ENU.exe /Q /M /Z

ECHO.

ECHO Installing KB824146...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB824146-x86-ENU.exe /Q /M /Z

ECHO.

ECHO Installing KB825119...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB825119-x86-ENU.exe /Q /M /Z

ECHO.

ECHO Installing KB828026...

start /wait %systemdrive%\install\Hotfixes\WindowsMedia-KB828026-x86-ENU.exe /Q /M /Z

ECHO.

ECHO Installing KB828035...

start /wait %systemdrive%\install\Hotfixes\WindowsXP-KB828035-x86-ENU.exe /Q /M /Z

ECHO.

ECHO Installing KB828750...

start /wait %systemdrive%\install\Hotfixes\q828750.exe /Q:A /R:N

ECHO.

ECHO Installing Q823718...

start /wait %systemdrive%\install\Hotfixes\Q823718_MDAC_SecurityPatch.exe /Q:A /R:N

ECHO.

ECHO Installing QCHAIN...

start /wait %systemdrive%\install\Hotfixes\qchain.exe /Q:A /R:N

ECHO.

EXIT

and also i still couldn't find any solution to install NAV2004 pro everytime i try to install there's an error :) and it cancels.and i don't want to put the whole NAV cd in the unattended xp cd :D .so is there anyone who succesfully installed this.but not normal NAV NAV 2004 Pro :D .thanks

Link to comment
Share on other sites


If you're not going to slipstream you can still always run KB826939 from a batch, you don't really need to install all the hotfixes seperately as this will take too long. KB826939 should support /Q /U /N /Z

You really need to stop using /Q /M /Z though.

Link to comment
Share on other sites

instead of /Q /M /Z can i use  /Q /U /N /Z for the other /Q /M /Z  files?

yes :)

By the way:

start /wait %systemdrive%\install\Hotfixes\ Q823718_MDAC_SecurityPatch.exe /Q:A /R:N

should be

start /wait %systemdrive%\install\Hotfixes\Q823718_MDAC_SecurityPatch.exe /T:%systemdrive%\install\tmp /C:"%systemdrive%\install\tmp\dahotfix.exe /q /n" /Q

And QChain:

start /wait %systemdrive%\install\Hotfixes\qchain.exe /Q:A /R:N

should be

start /wait %systemdrive%\install\Hotfixes\qchain.exe

it doesn't need switch, but make sure its not a compressed file, because the real qchain.exe is inside if its compressed.

Link to comment
Share on other sites

I've had that same problem with 826939. You'll also notice that installing it from Windows Update doesn't make it go away, either. What I don't know is if it's an issue with the installer or VirtualPC, as that's all I've tested this newer install disc on thus far. What did you install it on?

Link to comment
Share on other sites

I have the same problem.I think it maybe the WU's problem?

Using qfecheck,it shows 826939 is already installed.But still listed on the WU critical updates.

Its happening to quite a few people, they've installed the Update Rollup and have found WU to still ask for it to be installed. MS should make an announcement soon on this if its very widespread.

Link to comment
Share on other sites

  • 4 weeks later...

civil Hello :-) And hello to all too :-) this is my first message on this site. Sorry for my english, I'm live in not eng. speaking country

I had problems with installing Norton Antivirus 2003, and 2001....

NAV2001 wont install because of "Shchedule service" was not running and was disabled.

with NAV2003 the same. I just enabled and started up *all* of services, and had luck :-)

try.....

Link to comment
Share on other sites

When you set up norton antivirus it tries to schedule regular virus scans. task scheduler needs to be running for it to do this.

Have you disabled task scheduler somewhere in your set up?

maybe there is a switch you could use with your NAV setup that will prevent it from scheduling virus scans?

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