April 14, 200521 yr 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" /ffrom what i saw i made this:;Windows XP[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="\i386\SVCPACK"[ProductCatalogsToInstall][SetupHotfixesToRun]KB873333.exe /q /n /zKB873339.exe /q /n /zKB873374.exe /Q:A /R:NREG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /fKB885250.exe /q /n /zKB885626.exe /q /n /zKB885835.exe /q /n /zKB885836.exe /q /n /zKB886185.exe /q /n /zKB887742.exe /q /n /zKB888113.exe /q /n /zKB888302.exe /q /n /zKB890175.exe /q /n /zKB890830.exe /qKB890859.exe /q /n /zKB890923.exe /q /n /zKB891781.exe /q /n /zKB893066.exe /q /n /zKB893086.exe /q /n /zKB893803.exe /q /n /zQCHAIN.exedid i do the GDI update correctly??thanks for any help
April 19, 200521 yr No, it is not correct.If you want to import some registry setting, you cannot do it from svcpack.inf, you should call a .reg file from cmdlines.txt at the root of your $OEM$ folder.Follow the official guide http://unattended.msfn.org/
Create an account or sign in to comment