Difference between revisions of "Shutter:Run as service"
m |
m |
||
Line 1: | Line 1: | ||
{{Up|Shutter}} | {{Up|Shutter}} | ||
− | [[Shutter]] is designed as an interactive application which normally runs in the background of a user session rather than as a service. Services differ from normal applications from programming point of view and have to be developed differently. However, it is still possible to run Shutter as a service using specialized tools. | + | [[Shutter]] is designed as an interactive application which normally runs in the background of a user session rather than as a service. Services differ from normal applications from programming point of view and have to be developed differently. However, it is still possible to run Shutter as a service using specialized tools listed below. |
'''Note:''' Running Shutter as a service is not a supported feature and there are various limitations to functionality. Known limitations include certain events and actions failing to work, e.g. Lock workstation, Alarm, Screenshot, and several other features. | '''Note:''' Running Shutter as a service is not a supported feature and there are various limitations to functionality. Known limitations include certain events and actions failing to work, e.g. Lock workstation, Alarm, Screenshot, and several other features. |
Revision as of 06:51, 1 May 2014
Shutter is designed as an interactive application which normally runs in the background of a user session rather than as a service. Services differ from normal applications from programming point of view and have to be developed differently. However, it is still possible to run Shutter as a service using specialized tools listed below.
Note: Running Shutter as a service is not a supported feature and there are various limitations to functionality. Known limitations include certain events and actions failing to work, e.g. Lock workstation, Alarm, Screenshot, and several other features.
Windows Resource Kit
Windows Resource Kit provides two utilities that allow you to create a user-defined service for Windows applications. Instrsrv.exe installs and removes system services and Srvany.exe allows any application to run as a service.
- Download: Windows Server 2003 Resource Kit Tools
- Instructions: How To Create a User-Defined Service
These tools were originally developed for Windows XP and Windows Server 2003, but they still work on newer operating systems too, including Windows 7.
Third party tools
- NSSM - The Non-Sucking Service Manager - Service helper, command line and semi-GUI (freeware).
- FireDaemon - Powerful service management with a lot of features (commercial).
More application can be found online, for example at alternativeTo.net: Run Application As Service.