Skip to content

Commit 1515b50

Browse files
committed
changes per feedback
1 parent 58e0db6 commit 1515b50

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/deployment/on-premises-design/ms-windows/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ To deploy a Mendix app using the Mendix Service Console, follow these steps:
9191
* **User name** and **Password** – the app will run under the user account given here, and the service will be installed with this user account configured (for more information, see [Prerequisites](#Prerequisites))
9292
* **Install service with LocalSystem account** – optionally, select the checkbox if you want to use a gMSA account for a Mendix app instead of the user account given under **User name** and **Password**.
9393

94-
4. Click **Next**.
94+
4. Click **Next >**.
9595

9696
5. Optionally, if you selected the **Install service with LocalSystem account** checkbox while creating the app, install the service once your app is created. The service will be installed with the LocalSystem account. (You can verify the service account type in the Services app of Windows.) Execute the command below in the administrator command prompt to change the account type to your gMSA: `sc.exe config MyServiceName obj= "YOURDOMAIN\MyGMSAAccount$"`
9797

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ $constantName = '{Name of your constant}'
205205
$constantValue = '{Value for your constant}'
206206
207207
# Set application constant
208-
Set-MxAppConstant $appName -ConstantName $constantName -Value $constantValue
208+
Set-MxAppConstants $appName -Constants $constants
209209
```
210210

211211
### Sample Script - Get Server Id

0 commit comments

Comments
 (0)