NetFramework 3.5.1 download for wrong O/S?
TechSwap
18 Oct 2010
I just noticed the version of NetFramework 3.5.1 update is the wrong one for Win7x86. It identifies it for xp version I downloaded the correct verison but the version KB2416473 for XP and the correct one is KB2416471 this is the correct one for Win7x86 version. So could you update the script to download the right version so on autopatcher download the right version. I know the previous is wrong cause it says it isn't for the O/S.
_def_x_
18 Oct 2010
Quote
So could you update the script to download the right version...
...NDP35SP1-KB2416473-x86.apm
[OperatingSystem]
WindowsVersion=XP_X86,2K3_X86,VISTA_X86,LHSERVER_X86,SEVEN_X86
SystemLanguage=ANY
This update should not load on a Windows 7 x86 system - Security Bulletin MS10-070 - Download Details (NDP35SP1-KB2416473-x86.exe).
Cristiano
18 Oct 2010
the update is downloading right, since the .net package has all the updates for .net (and it includes the updates for xp and vista). the problem is related to the module. right now, KB2416473 is opened to:
XP_X86,2K3_X86,VISTA_X86,LHSERVER_X86,SEVEN_X86
and should be
XP_X86,2K3_X86,VISTA_X86,LHSERVER_X86
also, there's an x64 version of this update that is missing. i will check if is possible add that. so, all that is required is update an module. no problem, it will be done tonight
by the way: nice catch
[]s
XP_X86,2K3_X86,VISTA_X86,LHSERVER_X86,SEVEN_X86
and should be
XP_X86,2K3_X86,VISTA_X86,LHSERVER_X86
also, there's an x64 version of this update that is missing. i will check if is possible add that. so, all that is required is update an module. no problem, it will be done tonight
by the way: nice catch
[]s
TechSwap
18 Oct 2010
No, problem it helps to have both win7 ult O/S at least that way it help the creators of Autopatcher to catch problems before others find them out later. Guess I get to be a bug finding user now. I did already download the correct version and installed that package already. But if you can get that fix for others they won't have to try to figure out why they can't install that download when it isn't for the right version of W7.
Cristiano
18 Oct 2010
my friend, if every user that finds an issue reports the problem, then we can solve it and help everybody, including the one that has reported it
i just can't fix it right now because we are under inspection in here... so, tonight
[]s
i just can't fix it right now because we are under inspection in here... so, tonight
[]s
TechSwap
18 Oct 2010
Cristiano, on 18 October 2010 - 08:57 PM, said:
fixed
[]s
[]s
It gives me error when I use the updater for the dotnet updates?? It still downloads the wrong Framework update for non win7x86 O/S?? The error is windows_donet updates stops??
Attached Files
-
donet error.jpg (54.93K)
downloads: 4
Cristiano
19 Oct 2010
it was created by an missing file at our server, that was re-uploaded to fix the issue. again, it isn't an wrong update, it's the right update, with the wrong module, that's all. to be sure, i've erased all the modules, downloaded all them again and the md5, because wasn't present an log (if possible, that will be the default option in the next apup version). so please, go ahead and try again
[]s
[]s
TechSwap
19 Oct 2010
Cristiano, on 19 October 2010 - 12:19 AM, said:
it was created by an missing file at our server, that was re-uploaded to fix the issue. again, it isn't an wrong update, it's the right update, with the wrong module, that's all. to be sure, i've erased all the modules, downloaded all them again and the md5, because wasn't present an log (if possible, that will be the default option in the next apup version). so please, go ahead and try again
[]s
[]s
ok
TechSwap
23 Oct 2010
Checked but the apm module still loads the wrong update for wrong O/S version.
Cristiano
23 Oct 2010
impossible. please locate NDP35SP1-KB2416473-x86.apm and open it with notepad. now, look for this:
[OperatingSystem]
WindowsVersion=XP_X86,2K3_X86,VISTA_X86,LHSERVER_X86
as you can see, this module doesn't load under seven. possibility: you didn't updated that file
[]s
[OperatingSystem]
WindowsVersion=XP_X86,2K3_X86,VISTA_X86,LHSERVER_X86
as you can see, this module doesn't load under seven. possibility: you didn't updated that file
[]s
TechSwap
23 Oct 2010
No, it correctly loads the right file for 7x64 but not for 7x86. But I do know I keep the updates for Apup check so it updates those two first before doing any other updates. I will check again tonight when I get home but everything else shows up correctly for 7x86 but just the frame network seems to be the one not showing the right framework update.
Cristiano
23 Oct 2010
NDP35SP1-KB2416473-x86.apm
NDP35SP1-KB2416473-x64.apm
the only issue that i've found is that the current download name for NDP35SP1-KB2416473-x64.exe that is displayed to the user is wrong, but the script checks for the right one and downloads the right one. so, except for an glitch that doesn't affect anything, no issue at all. so please, point the issue, because i can't find it
[]s
Spoiler
NDP35SP1-KB2416473-x64.apm
Spoiler
the only issue that i've found is that the current download name for NDP35SP1-KB2416473-x64.exe that is displayed to the user is wrong, but the script checks for the right one and downloads the right one. so, except for an glitch that doesn't affect anything, no issue at all. so please, point the issue, because i can't find it
[]s
_def_x_
24 Oct 2010
@TechSwap
I thought the original issue was NDP35SP1-KB2416473-x86.apm was loading in Windows 7 by mistake - this issue was fixed.
Now, (if I'm reading correctly) the issue is -> "it correctly loads the right file for 7x64 but not for 7x86" - which sounds to me like you are having a problem with Windows6.1-KB2416471-x86.apm not loading in Windows 7 - this is the correct file for Windows 7 x86?
What file in the .NET package for Windows 7 x86 is not loading correctly?
...Windows6.1-KB2416471-x86.apm = WindowsVersion=SEVEN_x86
...Windows6.1-KB2416471-x64.apm = WindowsVersion=SEVEN_x64
...NDP35SP1-KB2416473-x86.apm = WindowsVersion=XP_X86,2K3_X86,VISTA_X86,LHSERVER_X86
...NDP35SP1-KB2416473-x64.apm = WindowsVersion=XP_x64,2K3_x64,VISTA_x64,LHSERVER_x64
I thought the original issue was NDP35SP1-KB2416473-x86.apm was loading in Windows 7 by mistake - this issue was fixed.
Now, (if I'm reading correctly) the issue is -> "it correctly loads the right file for 7x64 but not for 7x86" - which sounds to me like you are having a problem with Windows6.1-KB2416471-x86.apm not loading in Windows 7 - this is the correct file for Windows 7 x86?
What file in the .NET package for Windows 7 x86 is not loading correctly?
...Windows6.1-KB2416471-x86.apm = WindowsVersion=SEVEN_x86
...Windows6.1-KB2416471-x64.apm = WindowsVersion=SEVEN_x64
...NDP35SP1-KB2416473-x86.apm = WindowsVersion=XP_X86,2K3_X86,VISTA_X86,LHSERVER_X86
...NDP35SP1-KB2416473-x64.apm = WindowsVersion=XP_x64,2K3_x64,VISTA_x64,LHSERVER_x64
TechSwap
24 Oct 2010
Ok checked and it now is showing the correct version...sorry for the delay and I do understand what I was trying to convey was confusing at best but since I didn't get a screen shot up that would've help more to identify what I was talking about. But it is now working and showing the correct version and update...Thanks for taking your time to respond back to my concern. Sorry, about the delay and confusion it caused... If I catch it sooner I will definitly get a screen shot so that will help locate it faster...Thanks for your hard work it is much appreciated and I can use it to make sure I am getting all the correct updates and not missing any from M$ themselves.


