Skip to content

Windows Service Management Solution for Custom Windows Program

Notifications You must be signed in to change notification settings

haih/EpWinService

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

EpWinService

Windows Service Management Solution for Custom Windows Program

DESCRIPTION

EpWinService is a Visual C++ framework that supports making multiple custom applications as Windows Services under a MIT License. It enables to manage each custom application services through Administration Server EpWinService supports Visual C++ 2005/2008/2010/2012. Source can be downloaded at EpWinService

FEATURES

  • Easy to make custom applications as service by setting up properties file.
  • Able to register/manage multiple custom applications as services.
  • Supports Stop/Start/Restart operation on custom application service
  • Supports Pre/Post-Process Command before/after application run
  • Supports fault-tolerance (automatic-restart) for application's abnormal termination
  • Supports Custom-Process Command to be run through Administration Server
  • Supports all operation on application service through Administration Server
  • Supports the properties change of application service through Administration Server
  • Supports API Library (EpWinServiceAPILibrary) for the client-side application development
  • Supports Auto-Deploy System based on SVN

DOCUMENTATION

For detailed documentation, please download the full document

If the documentation file is not visible after finishing download,

  • Solution 1.
    1. Double-click the .chm file.
    2. In the Open File-Security Warning dialog box, click to clear the Always ask before opening this file check box.
    3. Click Open.
  • Solution 2.
    1. Right-click the CHM file, and then click Properties.
    2. Click Unblock.
    3. Double-click the .chm file to open the file.

USAGE

To find the usage examples, please see the wiki page

REFERENCE

LICENSE

The MIT License

Copyright (c) 2013 Woong Gyu La <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Windows Service Management Solution for Custom Windows Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published