|
@@ -40,6 +40,9 @@ All options in other sections are optional
|
|
|
<!-- ID of the service. It should be unique accross the Windows system-->
|
|
|
<id>myapp</id>
|
|
|
|
|
|
+ <!-- Path to the executable, which should be started -->
|
|
|
+ <executable>%BASE%\myExecutable.exe</executable>
|
|
|
+
|
|
|
<!-- Display name of the service -->
|
|
|
<!--
|
|
|
<name>MyApp Service (powered by WinSW)</name>
|
|
@@ -50,9 +53,6 @@ All options in other sections are optional
|
|
|
<description>This service is a service created from a sample configuration</description>
|
|
|
-->
|
|
|
|
|
|
- <!-- Path to the executable, which should be started -->
|
|
|
- <executable>%BASE%\myExecutable.exe</executable>
|
|
|
-
|
|
|
<!--
|
|
|
SECTION: Installation
|
|
|
These options are being used during the installation only.
|