chance Posted April 14, 2005 Posted April 14, 2005 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
netbotix Posted April 18, 2005 Posted April 18, 2005 Why dont you test it in VMWARE or VirtualPC.Its all about trial and error.
Incroyable HULK Posted April 19, 2005 Posted April 19, 2005 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/
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now