XP/2003 x64 release was suspended now resumed
Whatacrock
27 Jul 2012
Errors have been corrected and the script amended and been uploaded to my dropbox.
As usual please report errors and will correct if needed.
As usual please report errors and will correct if needed.
DesertJerry
27 Jul 2012
#1 XP Pro x64 w/SP2
Downloaded latest batch > AutoPatcher
Windows XP x64 - Critical Updates
KB924667 - black - no check mark (I thought this had been fixed earlier - the either/or situation)
KB2481109 - black - check mark - the 64 was missing, again.
Everything else listed in blue - same as my earlier.
I still would recommend:
windows_xp_x64.apm
be changed from:
[OperatingSystem]
WindowsVersion=ANY
SystemLanguage=ANY
to:
[OperatingSystem]
WindowsVersion=XP_X64
SystemLanguage=ANY
This change results in the XP Pro x64 listing not being shown unless the user is running XP Pro x64.
Downloaded latest batch > AutoPatcher
Windows XP x64 - Critical Updates
KB924667 - black - no check mark (I thought this had been fixed earlier - the either/or situation)
KB2481109 - black - check mark - the 64 was missing, again.
Everything else listed in blue - same as my earlier.
I still would recommend:
windows_xp_x64.apm
be changed from:
[OperatingSystem]
WindowsVersion=ANY
SystemLanguage=ANY
to:
[OperatingSystem]
WindowsVersion=XP_X64
SystemLanguage=ANY
This change results in the XP Pro x64 listing not being shown unless the user is running XP Pro x64.
ViroMan
27 Jul 2012
windows_xp_x64.apm, I can agree with that.
KB924667 doesn't even show up in a search when looking in the modules folder.
This command in the script is probably why: PreAction=del "autopatcher:\modules\Windows XP x64\Critical\KB924667-v2-x64-ENU.apm"
The file is in the zip then gets deleted by the script. The script only mentions the apm by delete commands not detection.
As far as I can tell this kb is only mentioned in one MS bulletin so it should still be a valid security update.
KB2481109 shows blue and fine to me.
KB924667 doesn't even show up in a search when looking in the modules folder.
This command in the script is probably why: PreAction=del "autopatcher:\modules\Windows XP x64\Critical\KB924667-v2-x64-ENU.apm"
The file is in the zip then gets deleted by the script. The script only mentions the apm by delete commands not detection.
As far as I can tell this kb is only mentioned in one MS bulletin so it should still be a valid security update.
KB2481109 shows blue and fine to me.
Whatacrock
27 Jul 2012
Windows_XP_x64.apm has been changed as suggested.
KB924667 script error corrected and is indeed a valid update, so reinstated in the script.
Typo error fixed on KB2481109
Files uploaded on my dropbox
Fire away and let me have it people!!
KB924667 script error corrected and is indeed a valid update, so reinstated in the script.
Typo error fixed on KB2481109
Files uploaded on my dropbox
Fire away and let me have it people!!
DesertJerry
28 Jul 2012
Updates could be a bit slower for a while - Olympic watching is on my schedule
DesertJerry
29 Jul 2012
Whatacrock
15 Aug 2012
OK its been a while between posts ,this is to inform of an update to the Windows XP x64 script to August 2012.
Anyone wishing to test, download the archive and extract the batch file to your apup folder.
This will use apup V1.
As usual please report any errors
Edited by Whatacrock, 15 August 2012 - 07:48 AM.
Anyone wishing to test, download the archive and extract the batch file to your apup folder.
This will use apup V1.
As usual please report any errors
Edited by Whatacrock, 15 August 2012 - 07:48 AM.
DesertJerry
15 Aug 2012
Downloaded the August 7z file and ran the batch file. Had gone to Microsoft Updates yesterday. Booted to XP Pro x64 and ran AutoPatcher - all XP Pro x64 item same as previously reported - no unexpected black listed items. So, I would say things are doing just fine.
ViroMan
16 Aug 2012
well if things are working just fine and there are no more errors... I will start signing the files... err.. tomorrow.
ViroMan
16 Aug 2012
Put on the main list.... fixed a few file size errors... also there is a missing apm for KB924667. KB2655992 had an extra X64 in its parent ID
Edit: So I fixed the errors... someone give it a look over before I sign. Since I seem to be making quite a few mistakes as of late.
Edited by ViroMan, 16 August 2012 - 11:39 PM.
Edit: So I fixed the errors... someone give it a look over before I sign. Since I seem to be making quite a few mistakes as of late.
Edited by ViroMan, 16 August 2012 - 11:39 PM.
Whatacrock
17 Aug 2012
Damn....how did those errors escape me.

Downloaded a fresh apup and went through to checkthe apms and found en error in KB924667-v2 apm:
reads as
[Removal]
"Module:windows:\$NtUninstallKB924667_WM11x64$\spuninst\spuninst.exe" /q /u /z
needs to be changed to
[Removal]
"Module:windows:\$NtUninstallKBKB924667-v2$\spuninst\spuninst.exe" /q /u /z
and here is the file detection section
[DetectionFile]
FilePath=windows:\SysWOW64
FileName=mfc42u.dll
FileVersion=6.06.8064.0
FileMD5=E1EAB83C1D1E1E18862C9364313D05BE
Have no idea why this apm was missing as my main apup and the backups that were used for checking all have it listed...thems the breaks I suppose.
The rest seems fine so will switch to Windows XP x64 shortly to test once again.
Have tested the release and the only one showing it needs to installed is KB924667-v2
My apm for this update in the spoiler
Edited by Whatacrock, 17 August 2012 - 02:56 AM.
Downloaded a fresh apup and went through to checkthe apms and found en error in KB924667-v2 apm:
reads as
[Removal]
"Module:windows:\$NtUninstallKB924667_WM11x64$\spuninst\spuninst.exe" /q /u /z
needs to be changed to
[Removal]
"Module:windows:\$NtUninstallKBKB924667-v2$\spuninst\spuninst.exe" /q /u /z
and here is the file detection section
[DetectionFile]
FilePath=windows:\SysWOW64
FileName=mfc42u.dll
FileVersion=6.06.8064.0
FileMD5=E1EAB83C1D1E1E18862C9364313D05BE
Have no idea why this apm was missing as my main apup and the backups that were used for checking all have it listed...thems the breaks I suppose.
The rest seems fine so will switch to Windows XP x64 shortly to test once again.
Have tested the release and the only one showing it needs to installed is KB924667-v2
My apm for this update in the spoiler
Spoiler
Edited by Whatacrock, 17 August 2012 - 02:56 AM.
ViroMan
17 Aug 2012
my bad on the removal string... I took an existing apm and edited it.
derp.
edit:
Oh hey... just noticed one more thing.... Your detection string is
RegistryPath=HKLM\SOFTWARE\Microsoft\Updates\Windows XP Version 2003\SP3\KB924667-v2
and the one Microsoft says to watch is
RegistryPath=HKLM\SOFTWARE\Microsoft\Updates\Windows Server 2003\SP3\KB924667-v2
Which one actually exists?
Edited by ViroMan, 17 August 2012 - 09:30 PM.
edit:
Oh hey... just noticed one more thing.... Your detection string is
RegistryPath=HKLM\SOFTWARE\Microsoft\Updates\Windows XP Version 2003\SP3\KB924667-v2
and the one Microsoft says to watch is
RegistryPath=HKLM\SOFTWARE\Microsoft\Updates\Windows Server 2003\SP3\KB924667-v2
Which one actually exists?
Edited by ViroMan, 17 August 2012 - 09:30 PM.
Whatacrock
17 Aug 2012
I have double check the detection in the registry and the one I get is
RegistryPath=HKLM\SOFTWARE\Microsoft\Updates\Windows XP Version 2003\SP3\KB924667-v2
RegistryPath=HKLM\SOFTWARE\Microsoft\Updates\Windows XP Version 2003\SP3\KB924667-v2
ViroMan
25 Aug 2012
Latest script has been uploaded to server. Will sign in a min. Signed
Edited by ViroMan, 25 August 2012 - 06:31 AM.
Edited by ViroMan, 25 August 2012 - 06:31 AM.



