.NET registering a DLL through RegAsm without populating Windows event log -


well, have looked for, haven't found similar wish, , dont know if that's possible.

what happens that, customers still use windows xp, , windows version limits size of windows event log 512 kb, default.

so when log has reached limit, , installer tries regster .dll, i'm getting exception saying "the event log full", becasue each time try register .dll, regasm tries create 5 new lines of warnings in event log, saying registration succesful.

obs.: don't want installer clean event log.

i know can change manually , increase size limit, still, i'd know if there's way register .dll through regasm, without generating new line in windows event log. (so wouldn't have problem exception anymore)

i have looked regasm parameters , couldn't find any.

is there way can it?

no windows version places limit size of event log. 512 kb default value of (default) "limit ..." option.

just have customers change value higher one, or tell them clear event log. tells me have intermittent problems other applications due full event log.

besides, trying user's system without leaving trace in event log can seen attempt hack system tools , admins ....


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -