Skip to content

Commit 1a2323e

Browse files
committed
text correction
1 parent 449a77d commit 1a2323e

1 file changed

Lines changed: 5 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

0 commit comments

Comments
 (0)