Skip to content

Commit adfcbca

Browse files
Merge pull request mendix#9248 from mendix/kv-Windows-Service
Windows Service RN
2 parents 9175536 + 1a2323e commit adfcbca

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

content/en/docs/deployment/on-premises-design/ms-windows/automate-mendix-deployment-on-microsoft-windows.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Start-MxApp $appName -SynchronizeDatabase
7676
```
7777

7878
{{% alert color="warning" %}}
79-
Stopping your app before you update it is a necessary part of the process. Do not attempt to extract the deployment package into your app while the app is running.
79+
Stopping your app before you update it is a necessary part of the process. Do not attempt to extract the deployment package from your app while the it is running.
8080
{{% /alert %}}
8181

8282
You can find the parameters for `Start-MxApp` cmdlet in the sections below:
@@ -85,31 +85,31 @@ You can find the parameters for `Start-MxApp` cmdlet in the sections below:
8585

8686
To start your app as a local process instead of a service, add a `-NoService` argument to the `Start-MxApp` cmdlet, as in the following example:
8787

88-
```
88+
```text
8989
Start-MxApp $appName -NoService -SynchronizeDatabase
9090
```
9191

9292
#### `EnableDebugger`
9393

9494
`EnableDebugger` allows Studio Pro to connect to a Mendix app for debugging.
9595

96-
```
96+
```text
9797
Start-MxApp $appName -EnableDebugger "Abcd@1234"
9898
```
9999

100100
#### `LicenseKey`
101101

102102
The `LicenseKey` parameter to the `Start-MxApp` cmdlet allows you to activate a license for a Mendix app.
103103

104-
```
104+
```text
105105
Start-MxApp $appName -LicenseKey "Abcd@1234"
106106
```
107107

108108
#### `AdminPassword`
109109

110110
the `AdminPassword` parameter to the Start-MxApp cmdlet sets the administrator password for a Mendix app.
111111

112-
```
112+
```text
113113
Start-MxApp $appName -AdminPassword "Abcd@1234"
114114
```
115115

content/en/docs/releasenotes/studio-pro/windows-service.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ aliases:
1010

1111
You can download the required version of the [Mendix Service Console](https://marketplace.mendix.com/link/component/223425) module from the Marketplace.
1212

13+
{{% alert color="warning" %}}
14+
Starting from [Mendix Service Console](https://marketplace.mendix.com/link/component/223425) version 4.7.4, the module is released via the Mendix Marketplace, and release notes are available there.
15+
{{% /alert %}}
16+
1317
## 4.7
1418

1519
### 4.7.3

0 commit comments

Comments
 (0)