RedmineService is a C# Windows Service application that is used to control an instance of Redmine running on Windows via Apache and Thin.
The application was built Visual Studio 2015 (Community Version) and tested on Windows 7 using a version of Apache 2.4.16 compiled for Windows.
Requirements:
The application assumes you are already able to launch Redmine using 'thin start'. If that doesn't work, then this service won't work either.
After building the application, you can install the application using 'InstallUtil'. Use 'InstallUtil RedmineService.exe' to install the service and 'InstallUtil /u RedmineService.exe' to uninstall it. Both instances must be run 'as adminstrator'