Jump to content

Recommended Posts

Posted

so in creating my uninstall disk, i got all of the latesed updates and hot fixes, and made a svcpack.inf that looks like below..

my question is: for the third update (KB873374.exe) did i do it correctly? i mean i saw in the Hotfix forum thread that it needed to be like this:

KB873374 -› Microsoft GDI+ Detection Tool 
Switches: KB873374.exe /Q:A /R:N (HALT BOX)
import this registry setting instead:
REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f

from what i saw i made this:

;Windows XP
[Version]
Signature="$Windows NT$"
MajorVersion=5
MinorVersion=1
BuildNumber=2600

[SetupData]
CatalogSubDir="\i386\SVCPACK"

[ProductCatalogsToInstall]

[SetupHotfixesToRun]
KB873333.exe /q /n /z
KB873339.exe /q /n /z
KB873374.exe /Q:A /R:N
REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f
KB885250.exe /q /n /z
KB885626.exe /q /n /z
KB885835.exe /q /n /z
KB885836.exe /q /n /z
KB886185.exe /q /n /z
KB887742.exe /q /n /z
KB888113.exe /q /n /z
KB888302.exe /q /n /z
KB890175.exe /q /n /z
KB890830.exe /q
KB890859.exe /q /n /z
KB890923.exe /q /n /z
KB891781.exe /q /n /z
KB893066.exe /q /n /z
KB893086.exe /q /n /z
KB893803.exe /q /n /z
QCHAIN.exe

did i do the GDI update correctly??

thanks for any help


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