You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/deployments/windows/windows-services.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,17 +14,17 @@ When deploying, `sc.exe` is used to create a Windows Service using the configure
14
14
To deploy a Windows Service, add a *Deploy a Windows Service* step. For information about adding a step to the deployment process, see the [add step](/docs/projects/steps) section.
15
15
16
16
17
-
## Configuring the step {#WindowsServices-ConfiguringtheStep}
17
+
## Configuring the step {#WindowsServices-ConfiguringTheStep}
18
18
19
19
:::figure
20
20

21
21
:::
22
22
23
-
### Step 1: Select a package {#WindowsServices-Step1-SelectaPackage}
23
+
### Step 1: Select a package {#WindowsServices-Step1-SelectAPackage}
24
24
25
25
Use the Package Feed and Package ID fields to select the [package](/docs/packaging-applications) containing the executable (.exe) to be installed as a Windows Service.
26
26
27
-
### Step 2: Configure Windows Service options {#WindowsServices-Step2-ConfigureWindowsServiceoptions}
27
+
### Step 2: Configure Windows Service options {#WindowsServices-Step2-ConfigureWindowsServiceOptions}
@@ -38,7 +38,7 @@ Use the Package Feed and Package ID fields to select the [package](/docs/packagi
38
38
|**State**| The state of the service after the deployment has completed |
39
39
|**Dependencies**| Any dependencies that the service has. Separate the names using forward slashes (/). For example: `LanmanWorkstation/TCPIP`|
40
40
41
-
## How does Octopus actually deploy my Windows Service? {#WindowsServices-HowdoesOctopusactuallydeploymyWindowsService?}
41
+
## How does Octopus actually deploy my Windows Service? {#WindowsServices-HowDoesOctopusActuallyDeployMyWindowsService?}
42
42
43
43
Out of the box, Octopus will do the right thing to deploy your Windows Service, and the conventions we have chosen will eliminate a lot of problems with file locks, and leaving stale files behind. By default Octopus will follow the conventions described in [Deploying packages](/docs/deployments/packages/) and apply the different features you select in the order described in [Package deployment feature ordering](/docs/deployments/packages/package-deployment-feature-ordering).
44
44
@@ -91,7 +91,7 @@ This table shows how the combination of the `Start Mode`, `State` and the state
Windows Services support some advanced settings not exposed by this feature. You can customize your Windows Service by including a `PostDeploy.ps1`[custom script](/docs/deployments/custom-scripts).
97
97
@@ -113,7 +113,7 @@ This script will run after the Windows Service has been created (or reconfigured
113
113
This Microsoft TechNet [article](https://technet.microsoft.com/en-us/library/cc754599.aspx) is a great reference on the sc.exe utility including the failure action above.
114
114
:::
115
115
116
-
## Deploying Services built with Topshelf {#WindowsServices-DeployingServicesbuiltwithTopshelf}
116
+
## Deploying Services built with Topshelf {#WindowsServices-DeployingServicesBuiltWithTopshelf}
117
117
118
118
[Topshelf](http://topshelf-project.com/) is a library to build and work with Windows Services easily by allowing your code to run (and be debugged) inside a Console Application, but giving you the option to install and run as a Windows Service.
0 commit comments