codeblue Posted May 30, 2004 Share Posted May 30, 2004 XPsp1aBatch methordError occurs at the T13 min mark and its something to do with one of the Hotfixes. How can i stop this happening? Link to comment Share on other sites More sharing options...
[BM]Crusher Posted May 30, 2004 Share Posted May 30, 2004 paste us your svcpack.inf file contents...it could be qchain.exe - run it from within windows and if it asks you what folder to extract to, then it is definitely your problem (the qchain.exe download from microsoft is a self-extracting archive containing the real qchain.exe) if it is your qchain.exe just replace it with the correct one it extracts Link to comment Share on other sites More sharing options...
codeblue Posted May 31, 2004 Author Share Posted May 31, 2004 I've extracted the 'chain' already. Heres my SVCPACK.INF:[Version]Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="i386\Update"[ProductCatalogsToInstall][SetupHotfixesToRun]Q816981.EXE /q /n /zQ811789.EXE /q /n /zQ815485.EXE /q /n /zQ816982.EXE /q /n /zQ329909.EXE /q /n /zQ329048.EXE /q /n /zQ816979.EXE /q /n /zQ327979.EXE /q /n /zQ331953.EXE /q /n /zQ813862.EXE /q /n /z"Q832483.exe /C:""dahotfix.exe /q /n"" /q:a"KB824146.exe /q /n /z;WindowsXP updateQ824105.exe /q /n /z;Buffer Overrun in Messenger ServiceQ828035.exe /q /n /z;Buffer overrun in the ListBox and in the ComboBox ControlQ824141.exe /q /n /z;Buffer Overrun in Windows HelpQ825119.exe /q /n /z;Cumulative Update for Microsoft RPC-DCOMQ828741.exe /q /n /z;Unchecked Buffer in DirectX Could Enable System CompromiseQ819696.exe /q /n /z;Multiple security issuesQ835732.exe /q /n /z;Cumulative Security Update for Outlook Express837009.exe /q /n /z;Update for Windows Media Player URL Script Command Behavior828026.exe /q /n /z;Update Rollup 1 for Windows XPQ826939.exe /q /n /z;Vulnerability in Authenticode VerificationQ823182.exe /q /n /z;Vulnerability in Help and Support CenterQ840374.exe /q /n /z;Vulnerability in the Microsoft Jet Database EngineQ837001.exe /q /n /z;Flaw In Windows Media Player May Allow Media Library Access819639.exe /Q:A /R:Nqchain.exeDX9NTopk.exeHad to add the following hotfix in Install.cnd after Sun Java as there was a conflict:ECHO.ECHO Cumulative Patch for Internet Explorer 6 SP1Start /Wait %CDROM%\Software\Hotfix\Q832894.exe /Q:A /R:NI think the problem is here:"Q832483.exe /C:""dahotfix.exe /q /n"" /q:a"..should it be something like:Q832483.exe /C:"dahotfix.exe /q /n" /qI've seen conflicting code for this Hotfix EDIT:I dont think Q832483.exe is the problem. After searching the forum my code is correct. Link to comment Share on other sites More sharing options...
hoTy3k Posted May 31, 2004 Share Posted May 31, 2004 There are three updates that cannot be processed by svcpack.inf (or uses a different command syntax) at the time of writing up this guide:Q832483 - Buffer overrun in an MDAC function could allow code execution Q817787 - Flaw in Windows Media Player Skins Downloading Could Allow Code Execution (Only needed for WMP8) Q817778 - Advanced Networking Packi hope it helps u edit: ah there is an bug @ [setupData]use this:[setupData]CatalogSubDir="\i386\Update" Link to comment Share on other sites More sharing options...
codeblue Posted May 31, 2004 Author Share Posted May 31, 2004 @ hoTy3kah there is an bug @ [setupData]use this:[setupData]CatalogSubDir="\i386\Update"That is not an error. This is how it looks on theorigional XP pro SP1a disk, it cant be wrong....can it [SetupData]CatalogSubDir="i386\svcpack"I've seen other group members with the Q832483 - Buffer overrun in an MDAC function could allow code execution hotfix incorpreated in their SVCPACK.INF Link to comment Share on other sites More sharing options...
hoTy3k Posted May 31, 2004 Share Posted May 31, 2004 oh ok sry Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now