Can you be more specific about what new NETFX technology you are using?

On Mon, Dec 17, 2012 at 11:57 PM, Thomas Tomiczek <t.tomic...@nettecture.com
> wrote:

> ...for .NET 4.5. Anyone has a more detailed walkthrough?
>
> I am trying to figure out the nw tracingmechanism for a windows service we
> distribute to various computer as a HPC cluster (so they do processing jobs
> in the background). I would love to use ETC:
>
> I have created a tracing class in a separate dll, now I try to get WIX to
> register it properly but it does not show up.
>
> My code so far is:
>
> <Component Id="Reflexo.Agent.EventSource" Guid="*">
>   <File Id="Reflexo.Agent.EventSource"
> Name="$(var.Reflexo.Agent.EventSource.TargetFileName)"
> Source="$(var.Reflexo.Agent.EventSource.TargetPath)" KeyPath="yes"
> Vital="yes" />
>   <util:EventSource Log="Reflexo.Agent" Name="Reflexo.Agent.EventSource"
> EventMessageFile="$(var.Reflexo.Agent.EventSource.TargetPath)" />
> </Component>
>
> The problem is that when I use
>
> Logman query providers
>
> There is no Reflexo related agent installed at all, so I think something
> goes wrong there. There is no error showing up anywhere, and
> install/uninstall nicely adds/removes the log (Reflexo.Agent).
>
> Am I misunderstanding something? I think I should also register the event
> source, but - well - I fail to find a WIX tag for that.
>
> Regards
>
> Thomas
>
> ------------------------------------------------------------------------------
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
> Remotely access PCs and mobile devices and provide instant support
> Improve your efficiency, and focus on delivering more value-add services
> Discover what IT Professionals Know. Rescue delivers
> http://p.sf.net/sfu/logmein_12329d2d
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>



-- 
virtually,

   Rob Mensching
   http://RobMensching.com LLC
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to