I am trying to add ETW tracing to a DLL (written in C++) I have created. I am using the manifest-based method.
Tracing is working, but it appears I need to set the "Decoding File Locations" in the manifest to an absolute path before building the DLL.
The DLL could be deployed anywhere though, so the decoding path varies depending on the user's installation.
Is there a way around this at all?
Thanks.