M
Marcel Serour
I'm using c# and creating a proccess without problems using dllimport's,
I'm using this method instead of the service installer classes because I
found this way simplier
the problem is that even passing SERVICE_WIN32_SHARE_PROCESS as
argument, the service creates it's own proccess, and I don't want that
to happen, I want it to be on a thread
any ideas on why this may be happenning? or maybe some other idea to
hide my application?
thanks in advance
marcel
I'm using this method instead of the service installer classes because I
found this way simplier
the problem is that even passing SERVICE_WIN32_SHARE_PROCESS as
argument, the service creates it's own proccess, and I don't want that
to happen, I want it to be on a thread
any ideas on why this may be happenning? or maybe some other idea to
hide my application?
thanks in advance
marcel