pzbw / eventlog-to-syslog

Automatically exported from code.google.com/p/eventlog-to-syslog
0 stars 0 forks source link

allow install outside system path #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'd like to be able to install this app in a path other than in the system32 
directory.  (I always wary of sticking executables in that dir).  When I had it 
in a separate directory and installed it, the path was hard coded to the 
system32 directory and not the path where it was executed from.

Original issue reported on code.google.com by ShadPul...@gmail.com on 15 Apr 2011 at 11:34

GoogleCodeExporter commented 8 years ago
I know what the issue is. I will remember to correct this before the next 
release.

Original comment by sherwin....@gmail.com on 17 Apr 2011 at 4:50

GoogleCodeExporter commented 8 years ago
Did this ever get fixed?

Original comment by ShadPul...@gmail.com on 21 Nov 2011 at 10:57

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Workaround: 

1. put evtsys.[exe|dll] in the path /path/to/evtsys
2. open a command shell in this directory
2. install the service 
   evtsys.exe -i <what do you want>
3. configure executable path (one space between "=" and path is a must):
   sc convig EvtSys binPath= /path/to/evtsys/evtsys.exe
4. start service
   sc start evtsys

HTH, Andreas

Original comment by tyt...@gmail.com on 23 Nov 2011 at 10:44

GoogleCodeExporter commented 8 years ago
Issue 54 has been merged into this issue.

Original comment by sherwin....@gmail.com on 16 Oct 2012 at 2:21

GoogleCodeExporter commented 8 years ago
Fixed, awaiting build and test.

Original comment by sherwin....@gmail.com on 16 Oct 2012 at 4:39