node-windows icon indicating copy to clipboard operation
node-windows copied to clipboard

Windows support for Node.JS scripts (daemons, eventlog, UAC, etc).

Results 70 node-windows issues
Sort by recently updated
recently updated
newest added

hey- I am trying to store in EventViewer a log message with custom event id (different from 1000). i don't see my log get updated with this message. Anyone has...

I needed to uninstall a service I had previously installed and had several other services in the same folder so they and their associated log files were in the same...

The documentation says this: By default, it will run using the user account that launched the process (i.e. who launched node app.js). However, if I put this in app.js: ```...

I'm using EventLogger for logging in my app, but all my logs have source set to "Node.js" instead of string which I defined in EventLogger constructor. For example: var EventLogger...

bug

Normally, I might do something like this (using calc just for example): ``` require('child_process').exec('calc', function (error, stdout, stderr) { console.log('stdout: ' + stdout); console.log('stderr: ' + stderr); if (error !==...

Is it possible to allow the `script` option to simply reference a function a within the same file instead of having to call another JS file? Thanks.

When service process (in wrapper.js) exit, due to the logger is ansyc, it may not log write the log file completed before exit. I think the log may useful for...

the same as title ,when i was executed Index.js(include node-windows module),it can make my server reigster a service ,but some machine can start app when i installed service ,others was...

"node-windows\lib\daemon.js:561" - "ReferenceError: callback is not defined" https://github.com/coreybutler/node-windows/blob/master/lib/daemon.js#L561 This occurs when using the 'uninstall' function when the service is not running. If the service is running, then it stops the...