This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients Shirshendu Bhowmick, eryksun, lac, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-10-06.17:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444152061.97.0.984604094521.issue25157@psf.upfronthosting.co.za>
In-reply-to
Content
Error code WU_E_NOT_APPLICABLE (0x80240017) just tells us that "there are no applicable updates". Perhaps the Windows Update log has more information. 

Shirshendu, try directly installing the [Universal CRT update][1] from the command prompt. Run it with the /log option, e.g.

    Windows8.1-KB2999226-x64.msu /log:kb2999226.evtx

You can view this log in the Windows event viewer, or convert it to text XML on the command line as follows:

    wevtutil qe kb2999226.evtx /lf:true /f:XML /e:MSULog > kb2999226.xml

If the update fails, please attach the XML log to this issue. 

[1]: http://www.microsoft.com/en-us/download/details.aspx?id=48234
History
Date User Action Args
2015-10-06 17:21:02eryksunsetrecipients: + eryksun, terry.reedy, paul.moore, tim.golden, zach.ware, steve.dower, lac, Shirshendu Bhowmick
2015-10-06 17:21:01eryksunsetmessageid: <1444152061.97.0.984604094521.issue25157@psf.upfronthosting.co.za>
2015-10-06 17:21:01eryksunlinkissue25157 messages
2015-10-06 17:21:01eryksuncreate