Hi,
Thanks for reply.
I am looking for how to parse xxxxx.evt (exported file from wevtutil.exe in Vista) file in VC++. I want to analyse these events with "Setupapi.dev.log" file.
I tell you the purpose. To know the cause of failure while installing any device driver on Vista. This thing can be known thru "SetupApi.dev.log" file and event generated by the system.
I want to parse these two files and merge this data into another file and sorted by Date.
Thanks
Devender
Main Topics
Browse All Topics





by: fishadrPosted on 2008-04-14 at 02:40:46ID: 21348670
Using Log parser you select the event you want (in a SQL type format) and specify the log type as follows:
r.com/pub/ a/windows/ 2005/07/12 / logparser .html
logparser "SELECT * FROM System" -i:EVT
The following has more information:
http://www.windowsdevcente