Skip to content

Commit bf43bdf

Browse files
mlonskotykier
andauthored
SIlent install for AI Assistant documentation (#296)
* SIlent install for AI Assistant documentation * Update getting-started.md --------- Co-authored-by: Daniel Otykier <otykier@users.noreply.github.com>
1 parent e206ced commit bf43bdf

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

content/getting-started/getting-started.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: getting-started
33
title: Installation and Activation
44
author: Morten Lønskov
5-
updated: 2025-09-23
5+
updated: 2026-03-27
66
applies_to:
77
products:
88
- product: Tabular Editor 2
@@ -118,9 +118,22 @@ You can deploy Tabular Editor silently and pre-provision the license through the
118118
msiexec /i TabularEditor.<version>.x64.Net8.msi /qn /norestart /l*v C:\Temp\TE3_install.log
119119
```
120120

121+
To include the **AI Assistant** feature, specify the `ADDLOCAL` property. The AI Assistant is not installed by default.
122+
```powershell
123+
msiexec /i TabularEditor.<version>.x64.Net8.msi /qn /norestart ADDLOCAL=MainFeature,AIAssistant /l*v C:\Temp\TE3_install.log
124+
```
125+
126+
| MSI Feature | Description | Installed by default |
127+
|-------------|-------------|----------------------|
128+
| `MainFeature` | Core Tabular Editor 3 application | Yes (Required) |
129+
| `AIAssistant` | AI Assistant for Tabular Editor 3 | No |
130+
131+
> [!NOTE]
132+
> When using `ADDLOCAL`, you must include `MainFeature` alongside any optional features. Specifying only `AIAssistant` without `MainFeature` results in an incomplete installation.
133+
121134
You may also use `/package` instead of `/i`. Replace `<version>` with the actual version string. Use the ARM64 MSI if applicable.
122135

123-
For details on available MSI command-line options, please refer to the official Microsoft documentation:
136+
For details on available MSI command-line options, see the official Microsoft documentation:
124137
[Microsoft Standard Installer command-line options - Win32 apps | Microsoft Learn](https://learn.microsoft.com/windows/win32/msi/command-line-options)
125138

126139
2. **Write the license to the Registry** **before the first launch** of the application:
@@ -141,4 +154,4 @@ For details on available MSI command-line options, please refer to the official
141154

142155
## Next steps
143156

144-
- [Overview of Tabular Editor 3's user interface](xref:user-interface)
157+
- [Overview of Tabular Editor 3's user interface](xref:user-interface)

0 commit comments

Comments
 (0)