←  AutoPatcher for Windows XP SP3 (x86)

AutoPatcher Forum

»

Error Found in Apm file

Whatacrock's Photo Whatacrock 25 Jul 2012

Was looking over the apm files in Windows XP SP3 x86 and found an error which appears to have been overlooked
It relates to KB 963093_xp_x86.apm in Critical

[Behavior]
ParentID=ParentID=WINDOWS_CRITICAL_PARENT
UniqueID=KB963093_XP_X86
Critical=True
Recommended=False

should read as

[Behavior]
ParentID=WINDOWS_CRITICAL_PARENT
UniqueID=KB963093_XP_X86
Critical=True
Recommended=False

Just making this aware so can be corrected.
Cheers
Posted Image Posted Image
Quote

ViroMan's Photo ViroMan 26 Jul 2012

Indeed that should be fixed. That error will not list that apm.
Quote

Whatacrock's Photo Whatacrock 26 Jul 2012

Script change in the detection should be

Current

DetectFile=autopatcher:\modules\Critical\KB963093_xp_x86.apm
DetectHash=DE83D6930B632F020482BE6E2F24CEA4

changed to
DetectFile=autopatcher:\modules\Critical\KB963093_xp_x86.apm
DetectHash=A8939DB66D1DF22F087E20E043B59A34
Quote

Whatacrock's Photo Whatacrock 28 Jul 2012

Found another, this is only a typo and shouldn't affect the apm file working correctly

found this in windows xp sp3 x86 critical updates

[General]
Title=Security Update for Windows XP (KB2564958)
Description=A security issue has been identified that could allow an unauthenticated remote attacker to compromise your system and gain control over it.Author=Microsoft
ModuleAuthor=dkdk_it
WebPage=http://support.microsoft.com/kb/2564958
ReleaseDate=20111010

should read as

[General]
Title=Security Update for Windows XP (KB2564958)
Description=A security issue has been identified that could allow an unauthenticated remote attacker to compromise your system and gain control over it.
Author=Microsoft
ModuleAuthor=dkdk_it
WebPage=http://support.microsoft.com/kb/2564958
ReleaseDate=20111010

Just making an observationPosted Image Posted Image
Edited by Whatacrock, 28 July 2012 - 05:25 AM.
Quote

dkdk_it's Photo dkdk_it 03 Aug 2012

Oh damned me!!! Posted Image
I'll fix them in next hours.
Sorry.
Quote

dkdk_it's Photo dkdk_it 03 Aug 2012

Fixed.
New script version is available (20120803).
Quote