August 9, 200521 yr Hello, this is the first problem that i ran into, and i know the answer is simple. I've done a search, but nothing came up, maybe i am not formulating it the right way. I am using a SVCPACK method to install all the hotfixes, and here's the INI;Windows XP[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[setupData]CatalogSubDir="\i386\SVCPACK"[ProductCatalogsToInstall][setupHotfixesToRun]MP10Setup.exeKB903235.exe /q /n /zKB901214.exe /q /n /zKB898461.exe /q /n /zKB896428.exe /q /n /zKB896422.exe /q /n /zKB896358.exe /q /n /zKB893803.exe /q /n /zKB893086.exe /q /n /zKB893066.exe /q /n /zKB891781.exe /q /n /zKB890859.exe /q /n /zKB890830.exe /qKB890175.exe /q /n /zKB890046.exe /q /n /zKB888302.exe /q /n /zKB888113.exe /q /n /zKB887742.exe /q /n /zKB886185.exe /q /n /zKB885836.exe /q /n /zKB885835.exe /q /n /zKB885626.exe /q /n /zKB885250.exe /q /n /zKB883939.exe /q /n /zKB873374.exe /Q:A /R:NREG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /fKB873339.exe /q /n /zKB873333.exe /q /n /zthe two lines that are highlighted, i am sure are problematic, but i am not sure what to doThe thread containing all the hot fixes that's linked from the guide says thisKB873374 -› Microsoft GDI+ Detection ToolDownload -› 216 KB (September 21, 2004)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" /fDuring the install i get the following messageMicrosoft GDI+ Detection ToolThe software tool did not detect any Microsoft Office, Microsoft Picture It, or Microsoft .Net Framework software on your computer that is vulnerable to the GDI+ Graphics Component Security vulnerability. What is the correct way to install that hotfix? And again, sorry if this has been asked, but the search yields nothing
August 9, 200521 yr Hello, this is the first problem that i ran into, and i know the answer is simple. I've done a search, but nothing came up, maybe i am not formulating it the right way. I am using a SVCPACK method to install all the hotfixes, and here's the INI;Windows XP[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[setupData]CatalogSubDir="\i386\SVCPACK"[ProductCatalogsToInstall][setupHotfixesToRun]MP10Setup.exeKB903235.exe /q /n /zKB901214.exe /q /n /zKB898461.exe /q /n /zKB896428.exe /q /n /zKB896422.exe /q /n /zKB896358.exe /q /n /zKB893803.exe /q /n /zKB893086.exe /q /n /zKB893066.exe /q /n /zKB891781.exe /q /n /zKB890859.exe /q /n /zKB890830.exe /qKB890175.exe /q /n /zKB890046.exe /q /n /zKB888302.exe /q /n /zKB888113.exe /q /n /zKB887742.exe /q /n /zKB886185.exe /q /n /zKB885836.exe /q /n /zKB885835.exe /q /n /zKB885626.exe /q /n /zKB885250.exe /q /n /zKB883939.exe /q /n /zKB873374.exe /Q:A /R:NREG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /fKB873339.exe /q /n /zKB873333.exe /q /n /zthe two lines that are highlighted, i am sure are problematic, but i am not sure what to doThe thread containing all the hot fixes that's linked from the guide says thisKB873374 -› Microsoft GDI+ Detection ToolDownload -› 216 KB (September 21, 2004)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" /fDuring the install i get the following messageMicrosoft GDI+ Detection ToolThe software tool did not detect any Microsoft Office, Microsoft Picture It, or Microsoft .Net Framework software on your computer that is vulnerable to the GDI+ Graphics Component Security vulnerability. What is the correct way to install that hotfix? And again, sorry if this has been asked, but the search yields nothing<{POST_SNAPBACK}>The thread is indicating that you add the "REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /f" in the RunOnceEX after GUI part of the XP Setup.
August 9, 200521 yr Author so does that mean i should get rid of KB873374.exe /Q:A /R:NREG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /ffrom the svcpack file and add REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /fto runonce?does that mean the hotfix won't get installed? if so, i guess it's not needed? Edited August 9, 200521 yr by PlayWithFire
August 9, 200521 yr so does that mean i should get rid of KB873374.exe /Q:A /R:NREG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /ffrom the svcpack file and add REG ADD "HKLM\SOFTWARE\Microsoft\GdiDetectionTool" /v "GDITool" /t REG_DWORD /d "00000001" /fto runonce?<{POST_SNAPBACK}>From my understanding, yes. I believe that is why it says "Halt Box" and "instead use this" but hopefully someone else will reply to this thread to confirm this!
August 9, 200521 yr Author ok, i hope someone can clarify, i spent all of last night combing these forums trying to find out the answer, but can't seem to find anything.I want what everyone here wants. Create a CD that once it's finished, i can just use the PC and not worry about installing anything.
Create an account or sign in to comment