Jump to content

Event driven task scheduler task - proper XML path


Recommended Posts

Guest Miroslav Prágl
Posted

Hi,

 

I need some quick action on app crash, so I obviously created event driven task. Now I'm not sure what's proper Xpath for the actual crashed app, which appears on 1st line of <data> in event:

 

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

+ <System>

- <EventData>

<Data>AnUnstableApp.exe</Data>

<Data>1.0.0.0</Data>

 

 

 

Is it like this please?

 

<ValueQueries>

<Value name="Data1">Event/EventData/Data[1]</Value>

</ValueQueries>

 

 

 

Thanks

 

 

Miroslav

 

More...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...