Jump to content

secur. update Q839643 (NEW)


Recommended Posts

color 0f is white on black background

0 = black

f = white

go into a cmd prompt and type it and you'll see the difference.

play around with the command to have "fun" Don't know where you can get a listing of colors.

Link to comment
Share on other sites


changes color of installs in batch file

there's a bunch of colors to choose from

search, I got them from here, or a few

0=balck (use it for backround)

1=blue

2=green

3=aqua

4=red

5=purple

6=yellow

7=white

8=gray

9=light blue

a=light green

b=light aqua

c=light red

d=light purple

e=light yellow

f=bright white

well thats all of them, first numeral is back round second

is the letter color

color 09 is black w\light blue lettering

Link to comment
Share on other sites

changes color of installs in batch file

there's a bunch of colors to choose from

search, I got them from here, or a few

0=balck (use it for backround)

1=blue

2=green

3=aqua

4=red

5=purple

6=yellow

7=white

8=gray

9=light blue

a=light green

b=light aqua

c=light red

d=light purple

e=light yellow

f=bright white

well thats all of them, first numeral is back round second

is the letter color

color 09  is black w\light blue lettering

thanks :)

Link to comment
Share on other sites

so i did the install like bonedaddy say's and it workt

put the update in $OEM$\$1\install\hotfixes

edit in my case this:

@echo off

ECHO.

color 1e

ECHO Installing Q817787 for Windows Media Player 8

start /wait %systemdrive%\install\hotfixes\Q817787.EXE /Q:A /R:N

ECHO.

ECHO Installing Q832483 MDAC function could allow code execution

start /wait %systemdrive%\install\hotfixes\NLD_Q832483_MDAC_x86.EXE /C:"dahotfix.exe /q /n" /q

ECHO.

ECHO Installing Q817778 Advanced Networking Pack

start /wait %systemdrive%\install\hotfixes\Q817778.exe /Q /O /N /Z

ECHO.

ECHO Installing DirectX 90 Security Update

start /wait %systemdrive%\install\hotfixes\DirectX90-KB839643-x86-NLD.exe /quiet /norestart

ECHO.

ECHO PC Herstarten over 5 minuten

shutdown.exe -r -f -t 300 -c "Systeem zal afsluiten na 5 minuten om de updates bij te werken"

EXIT

and edit this in winnt.sif:
[GuiRunOnce]

%systemdrive%\install\hotfixes\hotfixes.cmd

i cant confirm for windows updates(dunno how to virtualy make a network in vmware :))

so if someone would post it if this way works please do

btw nice color bonedaddy 1e

Link to comment
Share on other sites

Verifying Update Installation

You may be able to verify the files that this security update has installed by reviewing the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\DirectX\DX9\SP1\KB839643-DirectX9

Note This registry key may not be created correctly when an administrator or an OEM integrates or slipstreams the 839643 security update into the Windows installation source files.

From microsoft technet

Link to comment
Share on other sites

or here

You may also be able to verify the files that this security update has installed by reviewing the following registry keys:

For Windows XP Home Edition, Windows XP Professional, Windows XP Home Edition Service Pack 1, Windows XP Professional Service Pack 1, Windows XP 64-Bit Edition Service Pack 1, Windows XP Tablet PC Edition, and Windows XP Media Center Edition:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Updates\Windows XP\SP2\KB839643\Filelist

Link to comment
Share on other sites

Adding q839643 to win2000 works without a problem, adding this to svcpack.inf:

[ProductCatalogsToInstall]
Q839643.cat

[SetupHotfixesToRun]
Q839643.EXE /Q /O /N /Z

and compressing/adding dplayx.dl_ and dpwsockx.dl_ to the i386 folder, so it should work without a problem with xpcreate, greenmachine... This is with directx9 installed unattended via svcpack. I used the DirectX90-KB839643-x86-.....exe

Using the same method for winXP does not work however, niether does the "normal" method, just adding Q839643.EXE /Q /O /N /Z to svcpack.inf. :)

Link to comment
Share on other sites

OK, you caught me: I didn't specify my OS!

So, if anyone get's it running from either SVCPACK.INF, or CMDLINES.TXT in WINDOWS XP, in otherwords BEFORE setup finishes and reboots, I would like to know how ...

Strange thing, in both instances I install DX9, then the CORRECT update. 2K is fine, XP isn't. I'll try 2K3 tonight.

Link to comment
Share on other sites

OK, you caught me: I didn't specify my OS!

hehe.. can't be to clear about anything....

I'll try 2K3 tonight.

I've tried 2k3 with WindowsServer2003-KB839643-x86-XXX.EXE and it works great using Q839643.EXE /Q /O /N /Z in svcpack.inf. For me there is no point installing directx9 on a server...

Edited by ToBe
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...