eryksun added the comment:

> it does not generates any .evtx file

Start a command prompt; change to the directory that has the MSU, and run it 
with the option "/log:kb2999226.evtx". For me this creates kb2999226.evtx in 
the current directory, which can be converted to XML using wevtutil. If this 
doesn't create a log file, then possibly the .msu file association is 
incorrect. In that case, try running wusa.exe directly, e.g.

    "%SystemRoot%\System32\wusa.exe" Windows8.1-KB2999226-x64.msu 
/log:kb2999226.evtx

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25157>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to