I install NT service and add info about 'message.dll' file into registry for EvenLog. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Application\MyApp EventMessageFile = C:\message.dll
Start service and view service's logging info messages in EventLog viewer. Works fine.
Next, uninstall service and try to remove message.dll file. Failed! I receive 'Access deny' messagebox because this DLL is loaded.
My question: How can I properly remove/unload/uninstall message.dll in my case?
Thanks a lot, Dmitry