AutoPatcher Vista x64/x86 SP1 Hotfix Depot
Erik Ramey
31 Mar 2008
AutoPatcher Hotfix thread
This thread will list all the required patches to bring a Windows Vista SP1/Server 2008 x86/x64 system up to date. It will be used as AutoPatcher's hotfix archive, but it could also serve as a reference list.
Please post information on new critical (or recommended) patches here. Refrain from posting things like WMP11 or .NET framework. We're focusing on patches here.
Microsoft Windows Vista SP1/Server 2008 x64/x86
With: DirectX 9.0c; Internet Explorer 7; .Net 1.1 SP1 + KB886903 + KB925168; .Net 3.5 SP1
#changelog (Vista x64)
# Feb 10 2009: ~kb890830; +KB961260 -KB958215 ~KB905866 +KB960544 -KB955519 +KB960715 -KB956391 (maxsisac)
# Feb 04 2009: ~KB890830; +KB958687; ~KB905866; -KB957095 (maxsisac)
# 13/03/2009: -KB958655v1; -KB958655_2k8; -KB905866; -MSXML4SP2; ~KB890830; ~KB905866 (cristiano)
# 15/03/2009: +KB958655-v2; +KB958690 (cristiano)
# 16/03/2009: +msxml 4 sp3 (32bits)
# 30/03/2009: ~KB958690 module (cristiano) (thanks tr20xx)
# 03/04/2009: ~KB961260 module; ~KB960715 module (cristiano) (thanks tr20xx)
# 07/04/2009: +KB960225 (cristiano) (thanks JoaoVr)
# 13/04/2009: ~KB905866 (cristiano) (thanks vanHunks); fixed download of MSXML4SP3 module
# 17/04/2009: +KB952004; +KB956572; +KB959426; +KB960803; +KB963027; ~KB890830 (Cristiano)
# 13/05/2009: ~kb890830; ~KB905866 (Cristiano)
# 18/05/2009: fix: kb890830 module; IE8_x64; +KB969058; +KB969497 (Cristiano)
currently, Vista x64 script is unsigned, because it is being done fully blindly. if you have this system, proper time an care about what you are doing without become crazy for silly things and are willing to take care of this one, please pm us or just state your will at our forums
Cristiano
This thread will list all the required patches to bring a Windows Vista SP1/Server 2008 x86/x64 system up to date. It will be used as AutoPatcher's hotfix archive, but it could also serve as a reference list.
Please post information on new critical (or recommended) patches here. Refrain from posting things like WMP11 or .NET framework. We're focusing on patches here.
Microsoft Windows Vista SP1/Server 2008 x64/x86
With: DirectX 9.0c; Internet Explorer 7; .Net 1.1 SP1 + KB886903 + KB925168; .Net 3.5 SP1
#changelog (Vista x64)
# Feb 10 2009: ~kb890830; +KB961260 -KB958215 ~KB905866 +KB960544 -KB955519 +KB960715 -KB956391 (maxsisac)
# Feb 04 2009: ~KB890830; +KB958687; ~KB905866; -KB957095 (maxsisac)
# 13/03/2009: -KB958655v1; -KB958655_2k8; -KB905866; -MSXML4SP2; ~KB890830; ~KB905866 (cristiano)
# 15/03/2009: +KB958655-v2; +KB958690 (cristiano)
# 16/03/2009: +msxml 4 sp3 (32bits)
# 30/03/2009: ~KB958690 module (cristiano) (thanks tr20xx)
# 03/04/2009: ~KB961260 module; ~KB960715 module (cristiano) (thanks tr20xx)
# 07/04/2009: +KB960225 (cristiano) (thanks JoaoVr)
# 13/04/2009: ~KB905866 (cristiano) (thanks vanHunks); fixed download of MSXML4SP3 module
# 17/04/2009: +KB952004; +KB956572; +KB959426; +KB960803; +KB963027; ~KB890830 (Cristiano)
# 13/05/2009: ~kb890830; ~KB905866 (Cristiano)
# 18/05/2009: fix: kb890830 module; IE8_x64; +KB969058; +KB969497 (Cristiano)
currently, Vista x64 script is unsigned, because it is being done fully blindly. if you have this system, proper time an care about what you are doing without become crazy for silly things and are willing to take care of this one, please pm us or just state your will at our forums
Cristiano
M2Ys4U
07 Apr 2008
jaymasta
24 Apr 2008
wating for Windows Vista Feature Pack for Wireless
942567 -x32 & x64
and why don't have DremeScene ?
942567 -x32 & x64
and why don't have DremeScene ?
Crisso2Face
25 Apr 2008
Why dose AutoPatcher for Vista dosen`t have the ultimate extras components? You know... hold`em, dream scene, etc? Pls replay...
Erik Ramey
26 Apr 2008
This is because the extra's are for Ultimate ONLY which come from Microsoft directly. They will not be included in AutoPatcher
Erik Ramey
27 Apr 2008
@jaymasta
- Yes these extras are available directly from Microsoft
- Yes they will install on any version of Vista
- No they will not be included with AutoPatcher out of legal concerns. Vista Ultimate extras are not available via download.microsoft.com to the general public.
jaymasta
02 May 2008
what you can tell about THIS
all extras possible download from here
to install *.cab need *.batfile
create *.txt and copy this inside what is down and rename to*.bat file
@Echo Off
Title Installing Windows Vista Updates
For %%F In (MSU\*.msu) Do Call :msin %%F
For %%A In (CAB\*.cab) Do Call :kbin %%A
Shutdown.exe -r -t 1
Exit
:msin
Start /Wait %1 /quiet /norestart
:kbin
Start /Wait pkgmgr /ip /m:%1 /quiet /norestart
GoTo :EOF
Exit
create near folder CAB or MSU if need install MSU and put all updates inside
after installation PC restart automatically
Or other way
Installation file .cab (updates)
Run command.
expand,
expand "cab name" -f:* "folder name"
install,
pkgmgr /ip /m:"folder where it expanded"
all what you download from microsoft from windows update loacated in *.cab in folder c:/windows - now I don't remember exactly but you can find yourself....
Edited by jaymasta, 02 May 2008 - 08:43 PM.
all extras possible download from here
to install *.cab need *.batfile
create *.txt and copy this inside what is down and rename to*.bat file
@Echo Off
Title Installing Windows Vista Updates
For %%F In (MSU\*.msu) Do Call :msin %%F
For %%A In (CAB\*.cab) Do Call :kbin %%A
Shutdown.exe -r -t 1
Exit
:msin
Start /Wait %1 /quiet /norestart
:kbin
Start /Wait pkgmgr /ip /m:%1 /quiet /norestart
GoTo :EOF
Exit
create near folder CAB or MSU if need install MSU and put all updates inside
after installation PC restart automatically
Or other way
Installation file .cab (updates)
Run command.
expand,
expand "cab name" -f:* "folder name"
install,
pkgmgr /ip /m:"folder where it expanded"
all what you download from microsoft from windows update loacated in *.cab in folder c:/windows - now I don't remember exactly but you can find yourself....
Edited by jaymasta, 02 May 2008 - 08:43 PM.
zepaddicted
29 Jun 2008
Hey Erik,
been wondering about some updates on server 2008 x64 that were installed via ms update but don't exist in your list
don't know if any is hardware specific or private, so I'm just reporing the updates installed but not included in autopatcher
here it goes:
949961 Scheduled shadow copy creation tasks do not run on a clustered Windows Server 2008 file server after a failover occurs
http://support.micro...om/?kbid=949961
950636 FIX: SQL Server 2005 is not installed on a Windows Web Server 2008-based system
http://support.microsoft.com/kb/950636
950917 A kernel dump file is not analyzable on a computer that is running an x86-based edition of Windows Server 2008 or a 32-bit version of Windows Vista Service Pack 1
http://support.micro...om/?kbid=950917
936181 Vulnerability in Microsoft XML Core Services Could Allow Remote Code Execution (936227)
http://www.microsoft.com/technet/security/...n/ms07-042.mspx
950050 Description of the update for the release version of the Hyper-V technology for Windows Server 2008
http://support.microsoft.com/kb/950050
the last one is the just released final version of hyper-v if anyone is interested
that's the list of an updated system up to now, don't know if any of them is replaced or obsolete
thanx again
keep up the great work
Edited by zepaddicted, 29 June 2008 - 05:42 PM.
been wondering about some updates on server 2008 x64 that were installed via ms update but don't exist in your list
don't know if any is hardware specific or private, so I'm just reporing the updates installed but not included in autopatcher
here it goes:
949961 Scheduled shadow copy creation tasks do not run on a clustered Windows Server 2008 file server after a failover occurs
http://support.micro...om/?kbid=949961
950636 FIX: SQL Server 2005 is not installed on a Windows Web Server 2008-based system
http://support.microsoft.com/kb/950636
950917 A kernel dump file is not analyzable on a computer that is running an x86-based edition of Windows Server 2008 or a 32-bit version of Windows Vista Service Pack 1
http://support.micro...om/?kbid=950917
936181 Vulnerability in Microsoft XML Core Services Could Allow Remote Code Execution (936227)
http://www.microsoft.com/technet/security/...n/ms07-042.mspx
950050 Description of the update for the release version of the Hyper-V technology for Windows Server 2008
http://support.microsoft.com/kb/950050
the last one is the just released final version of hyper-v if anyone is interested
that's the list of an updated system up to now, don't know if any of them is replaced or obsolete
thanx again
keep up the great work
Edited by zepaddicted, 29 June 2008 - 05:42 PM.
Erik Ramey
30 Jun 2008
Thanks for the heads-up. I have these updates on my to-do list. Problem is a current heat wave which I'm trying to stay away from the computer. I'll have them up around mid-week.
Guest_maxsisac_* 02 Jul 2008
Security Update for Microsoft .NET Framework, Version 1.1 Service Pack 1 (KB929729)
More information:
http://go.microsoft....k/?LinkId=91233
i did a fresh install of my windows vista ultimate 64
i updated autopacther like i allways do and after that windows update found me this patch,its a few monts old
i didnt get it with my autopatcher
More information:
http://go.microsoft....k/?LinkId=91233
i did a fresh install of my windows vista ultimate 64
i updated autopacther like i allways do and after that windows update found me this patch,its a few monts old
i didnt get it with my autopatcher
Erik Ramey
02 Jul 2008
I already have this included in the pack which it should have been detected after you installed dotnet 1.1sp1. Did you run AP after you completed the initial update and a reboot? Run AP again and see if you find it under your Critical Updates.
Guest_maxsisac_* 02 Jul 2008
yes it is in autopatcher and it was installed before i did checking on windows update
but i think that on windows update is newer file.it is 3 months old and autopatcher dotnet addon is last updated before 7 months
but i think that on windows update is newer file.it is 3 months old and autopatcher dotnet addon is last updated before 7 months
Guest_maxsisac_* 03 Jul 2008
those 2 updates are not included in autopatcher
windows update show them to me so i think they are updated after SP1
Update for Microsoft XML Core Services 4.0 Service Pack 2 (KB941833)
More information:
http://go.microsoft..../?LinkId=100281
Help and Support:
http://support.microsoft.com
Security Update for Microsoft XML Core Services 4.0 Service Pack 2 (KB936181)
More information:
http://go.microsoft....k/?LinkId=88350
Help and Support:
http://support.microsoft.com
windows update show them to me so i think they are updated after SP1
Update for Microsoft XML Core Services 4.0 Service Pack 2 (KB941833)
More information:
http://go.microsoft..../?LinkId=100281
Help and Support:
http://support.microsoft.com
Security Update for Microsoft XML Core Services 4.0 Service Pack 2 (KB936181)
More information:
http://go.microsoft....k/?LinkId=88350
Help and Support:
http://support.microsoft.com
Erik Ramey
04 Jul 2008
Will need to coordinate a parent module update with the other maintainers before the XML update can be added. This will be done in the near future.
zepaddicted
06 Jul 2008
Hey Erik
thanx for the quick update, everything is added ok
(talking about heatwave, what about 40+C up to 43C midweek outside and 3 pc fans blowing off the 60+C of the cpu inside the room? I know what you mean, believe me)
so no pressure for you or the whole team whatsoever, that was not my intention
+1 for me for Security Update for Microsoft .NET Framework, Version 1.1 Service Pack 1 (KB929729) not installing
on a fresh install of server 2008 x64 on hyperv (after installling dotnet feature and running autopatcher-rebooting twice)
but still autopatcher shows a lot more updates than ms update , both critical and recommended (about 12 updates show up in autopatcher on a fully patched system)
{and a question gyus,what is wrong with this?
[img=http://img58.imageshack.us/img58/2650/capture1lz0.th.jpg]
any clues?}
oops I didn't see the relevant topic in the forum ... sorry...
anyway, seems the communication with kaspersky really paid off since the false positive is removed
but still the 7 Trojan-Dropper.Win32.VB.bag "detections" at virustotal doesn't look that good
http://www.virustotal.com/analisis/815aa27...cd00c621281c382
so... any clues?
thanx again
Edited by zepaddicted, 06 July 2008 - 05:00 PM.
thanx for the quick update, everything is added ok
(talking about heatwave, what about 40+C up to 43C midweek outside and 3 pc fans blowing off the 60+C of the cpu inside the room? I know what you mean, believe me)
so no pressure for you or the whole team whatsoever, that was not my intention
+1 for me for Security Update for Microsoft .NET Framework, Version 1.1 Service Pack 1 (KB929729) not installing
on a fresh install of server 2008 x64 on hyperv (after installling dotnet feature and running autopatcher-rebooting twice)
but still autopatcher shows a lot more updates than ms update , both critical and recommended (about 12 updates show up in autopatcher on a fully patched system)
{and a question gyus,what is wrong with this?
[img=http://img58.imageshack.us/img58/2650/capture1lz0.th.jpg]
any clues?}
oops I didn't see the relevant topic in the forum ... sorry...
anyway, seems the communication with kaspersky really paid off since the false positive is removed
but still the 7 Trojan-Dropper.Win32.VB.bag "detections" at virustotal doesn't look that good
http://www.virustotal.com/analisis/815aa27...cd00c621281c382
so... any clues?
thanx again
Edited by zepaddicted, 06 July 2008 - 05:00 PM.



