AutoPatcher XP x86 Hotfix Depot
#141
Posted 06 August 2008 - 04:33 PM
#143
Posted 10 August 2008 - 05:33 PM
lucky yours. so far, the only one thing that has changed into my language is the release date
[]s
#144
Posted 13 August 2008 - 07:33 AM
"Microsoft Security Advisory (953839) Cumulative Security Update of ActiveX Kill Bits"
Download links flow from This KB article
Details are as follows:
Quote
Classification: High Priority, Non-Security, Update Rollups
Supersedes: MS08-032 (KB950760) on Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, and Microsoft Windows 2000
Target platforms: Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, and Microsoft Windows 2000
No MSFT bulletin number is probably because the new kill bits are for non-Microsoft products (Aurigma Image Uploader + HP Instant Support).
--
Edited by James, 13 August 2008 - 07:35 AM.
#145
Posted 13 August 2008 - 12:04 PM
[]s
edit: i'm not sure about yours, but sounds annoying to me that something changes his version and don't change his detection. this appears to be true with .net 3.5 sp1. if we keep that, those that already have .net 3.5 will see it also an already installed update, that isn't true, since there's an sp1 that they may not have yet. so, it's time to change that detection and i've saw a couple of options. at registry, we have this:
RegistryPath=HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5
KeyName=Version
KeyValue=3.5.30729.01
the version isn't he same, so, it will works. also, this may works too:
RegistryPath=HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5
KeyName=SP
KeyValue=1
but i didn't tested this one. also, you may detect this update by .cat file too. msxpsdrv.cat is related to that and also mxdwdrv.dll, xpssvcs.dll , but just .reg detections shall suffice.
also, the new updates that ms bring to us are this ones:
kb953839
kb890830 - 08/2008
kb951066
kb952954
kb953838
kb950934
kb952287
all those critical
edit2: obsolete from this last wave: KB950759 (IE7) and KB950759 (IE6), KB950760
[]s
#146
Posted 13 August 2008 - 10:53 PM
#147
Posted 14 August 2008 - 02:38 AM
by the way: topic merged, due content related with hotfix depot
[]s
#148
Posted 14 August 2008 - 03:12 AM
@Cristiano - I think you might have downloaded the .net 3.5 modules when I was first uploading them the other day. If you download them again, you should notice the SP1 tag that you aleady mentioned being used
@DesertJerry - Do I need to say anything? <wink> P.S WOW! You used a new smiley face! <another wink>
@James - I believe you are right about the Kill Bits article. I'm glade that Microsoft is now encouraging 3rd party's when they need to "Kill" a bad ActiveX.
#149
Posted 14 August 2008 - 06:53 AM
Erik Ramey, on Aug 14 2008, 04:12 AM, said:
Apart from the 11 bulletins (23 Office patches alone!), the killbit update and .NET 3.5 SP1 there's also a new version of WindowsUpdateAgent:
WindowsUpdateAgent version 7.2.6001.784. See KB946928 for file details and download links.
Also, for MS08-050, the new version of Windows Messenger (=5.1.0.715) is if you have version 5.1 installed. If you still have version 4.7 installed, it's a regular security patch (=KB946648).
Version 5.1 can be installed on other platforms as well:
Quote
Also, KB936782 = MS07-047 = WMP 9/10/11 has been officially updated to detect on XP SP3 (as well as SP2).
--
--
#150
Posted 14 August 2008 - 07:53 AM
.NET detection is quite a bit more complicated than that. For example:
Quote
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\NET Framework Setup\NDP\v3.5
rather than default:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5
See:
.NET Framework 3.5 Deployment Guide for Application Developers (Microsoft)
.NET Framework 3.5 Deployment Guide for Administrators (Microsoft)
How .NET Framework 3.5 setup checks for its prerequisites behind the scenes (Aaron Stebner)
Start with the Aaron Stebner link, it should tell you more than you ever wanted to know...
Now you all know where I get my .NET information from!
--
#151
Posted 14 August 2008 - 12:34 PM
by the way: you already readed something about that 9mb that .net 3.5 (any sp) tries to download if you are installing it online?
[]s
#152
Posted 14 August 2008 - 02:14 PM
Cristiano, on Aug 14 2008, 12:34 PM, said:
Scenarios where .NET Framework 3.5 setup tries to connect to the Internet and how to avoid them
In your case, .NET will be trying to download dotnetfx35langpack_x86pt-BR.exe. Read the link I have given. Under Case 2 - Installing the .NET Framework 3.5 on a non-English OS there are then links to other articles, which lead to the Microsoft download pages. For example:
Quote
Os Pacotes de Idiomas do Microsoft .NET Framework 3.5 contêm textos traduzidos, como as mensagens de erro, para cada idioma.
...
Detalhes Rápidos
Versão: 3.5
Data de Publicação: 6/3/2008
Idioma: Português (Brasil)
Tamanho do Download: 8.1 MB - 32.5 MB
The easiest is probably to install the .NET 3.5 framework using the /lang:ENU option, then install the language pack. This is just one of the alternatives that Aaron Stebner explains.
--
Edit: corrected spelling
Edited by James, 14 August 2008 - 02:17 PM.
#153
Posted 14 August 2008 - 05:18 PM
that will be done, at least, in my module to that. really, it's an pain install it if you forget that you are online. i don't know arround the globe, but in here, most people doesn't have real broadband
thanks
off: now, i must bring my brand new bike to home. i will fix this issue later
[]s
#154
Posted 14 August 2008 - 08:14 PM
#156
Posted 15 August 2008 - 05:13 PM
they just have updated the description, right? the md5 for WindowsMedia11-KB936782-x86-PTB.exe is still the same. date for enu too
@James: thanks. that /lang:ENU worked like a charm. i've added the transtation pack as well, but seems that the translation pack for sp1 isn't out yet. but what i'm complaining? the new build of wmp11 isn't translated yet
[]s
#157
Posted 16 August 2008 - 11:26 AM
Cristiano, on Aug 15 2008, 05:13 PM, said:
Yes, they only updated the "detection logic" so that it will (1) show as missing if not installed; and (2) will also install on SP3.
It is taking Microsoft a long time -- months and months -- to find all the updates which apply to XP-SP3 as well as SP2.
--
#158
Posted 20 August 2008 - 07:08 PM
KB951072 has been upped to v2
KB951618 has been upped to v2
Also SyncToy v2 has been out a few days.
More to follow...
--
#159
Posted 21 August 2008 - 03:40 PM
great. do you remember that issue that you talked about this kb don't install over an previews version, that only applies to Iran?

http://img178.images...951072v2te6.gif
you may now add Brazil into that list...
thanks
#160
Posted 26 August 2008 - 10:09 AM
Cristiano, on Aug 21 2008, 04:40 PM, said:
That's not really what I meant. I was saying two things:
1) version 2 will not install over the top of version 1;
2) the difference between version 2 and version 1 is that the time data for Iran is different.
--
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users












