Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Update Services > update.InstallationBehavior.Impact returns 0 for KB951847 (.NET 3.

Reply
Thread Tools Display Modes

update.InstallationBehavior.Impact returns 0 for KB951847 (.NET 3.

 
 
wds
Guest
Posts: n/a

 
      12-19-2009
Microsoft .NET Framework 3.5 Service Pack 1 and .NET Framework 3.5 Family
Update (KB951847) x64 is supposed to be installed "exclusively" but when I
run a manual scan using WUA APIs (on Win2k8 64-bit) then "Impact" value
returned is 0. Not sure what is going on here .. should I be checking some
other flag for "exclusive" patch install? It seems to work fine for KB955430
and KB948465.

/--------------------------------------------------------------------------------/
' Normal = 0
' Minor = 1
' Exclusive = 2
MissingUpdates.Write I + 1 & "> EXCLUSIVE: " &
update.InstallationBehavior.Impact & chr(10)
WScript.echo update.InstallationBehavior.Impact

output ==> 0 (for KB951847)
output ==> 2 (for KB955430)
output ==> 2 (for KB948465)
/--------------------------------------------------------------------------------/

Thanks in advance for any tips.
 
Reply With Quote
 
 
 
 
Lawrence Garvin [MVP]
Guest
Posts: n/a

 
      12-20-2009
"wds" <> wrote in message
news:8E5B482F-48B5-41E0-A75F-...
> Microsoft .NET Framework 3.5 Service Pack 1 and .NET Framework 3.5 Family
> Update (KB951847) x64 is supposed to be installed "exclusively" but when I
> run a manual scan using WUA APIs (on Win2k8 64-bit) then "Impact" value
> returned is 0. Not sure what is going on here ..


You're using an *old* package . . .

You should be using "Microsoft .NET Framework 3.5 Service Pack 1 and .NET
Framework 3.5 Family Update for .NET versions 2.0 through 3.5 (KB951847)
x64", which has a relaese date of October 16, 2009. The previous packages
were released in February, 2009, and June, 2009. The October, 2009, packages
are marked for exclusive install.

--
Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
Principal/CTO, Onsite Technology Solutions, Houston, Texas
Microsoft MVP - Software Distribution (2005-2009)

My Blog: http://onsitechsolutions.spaces.live.com
Microsoft WSUS Website: http://www.microsoft.com/wsus
My MVP Profile: http://mvp.support.microsoft.com/pro...awrence.Garvin

 
Reply With Quote
 
wds
Guest
Posts: n/a

 
      12-20-2009
Thanks Lawrence.

"Lawrence Garvin [MVP]" wrote:
> You're using an *old* package . . .


I am not using wsusscn2.cab file for scan ... it connects directly to
internet to get the recommendations. Infact this is what I get for .NET on
my system:

TITLE: Microsoft .NET Framework 3.5 Service Pack 1 and .NET Framework 3.5
Family Update (KB951847) x64
IDENTITY: 4ef5e48b-e24a-4df2-8824-bc0da223d376
REVISION: 101
SEVERITY: Unspecified
USER_INPUT: False
REBOOT: 2
EXCLUSIVE: 0

Infact, I tried using latest cab file to try offline scan but the results
were same - exclusive was not flagged for the same patch. I wonder if the old
defn are cached somewhere.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows Update Error Code: 80070005 Joe Davis Windows Update 33 05-05-2010 08:03 AM
can't install/update .net and live messenger UFO Windows Update 1 11-10-2009 12:07 PM
Update failure for .NET / error 0x80070663 baofulin Windows Update 1 11-04-2009 11:58 PM
Failed .NET Updates Derf McKensy Windows Update 6 11-03-2009 05:11 AM
ANN: Upcoming Windows Embedded Chats and Webcasts Nick White [MSFT] ActiveSync 0 08-25-2004 06:50 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59