-
Hello, I'm trying to register an event source from an installer, but I get the error:
What I have done:
What I've tried:
I'm using version 3.11.2 on Windows 11. Living by the mantra "How hard can it be?" I chose to ignore all the "Don't try to register/deregister your service manually from within the installer" warnings I stumbled on and had the installer run the service executable (because it can register the service and register the event source) as a custom action. I believe I aged roughly three years during the two days I was working on this. (Learned a lot though, but the most important lesson was to heed warnings about trying to avoid using built-in installer features). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Did you include the |
Beta Was this translation helpful? Give feedback.
Did you include the
-ext
switch tocandle.exe
?CNDL0200
is a compiler (candle.exe
) error.