Skip to content

izenkov/nssm.2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSSM port to Visual Studio 2015

The original Iain Patterson NSSM Git repository is here.

Differences compare to the original repository:

  • Default solution file is VS2015.
  • VS2008 solution is in backup folder.
  • All the builds (Debug/Release 32/64-bit) are clean (no compiler/linker warnings).
  • Changed 'fail to find command' for non existing hook from error to information message.

Additional files:

Log:

Mar 12, 2016 Latest sync with the Iain's originar repository.

Merged LF -> CRLF changes, and new '.gitattributes' file. Iain finally fixed almost all of the compiler/linker warnings (just one left), good. He also fixed "Failed to open registry key HKLM\SYSTEM\CurrentControlSet\Services<servicename>\Parameters\AppExit.

Unfortunately, the registry changes I did not sync because registering just one hook results in a number of errors dumped into Windows event log. I still like my fix better. Will report it back to Iain.

No binary release this time around.