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: docs/Installation/Windows.md
+46Lines changed: 46 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,52 @@ Stirling PDF for Windows comes in two versions: a **Desktop Application** for pe
50
50
- Unlimited file storage (not limited by browser)
51
51
- System tray icon for quick access
52
52
53
+
### Automated Installation (MSI Installer)
54
+
55
+
The Windows desktop MSI installer supports silent/headless installation with custom parameters, ideal for IT deployments, deployment scripts (SCCM, Intune, Group Policy), or enforcing connections to self-hosted servers.
56
+
57
+
**Available Parameters:**
58
+
59
+
| Parameter | Description | Example Value |
60
+
|-----------|-------------|---------------|
61
+
|`STIRLING_SERVER_URL`| Pre-configure the server URL that the desktop app connects to |`http://192.168.1.53:2357/`|
62
+
|`STIRLING_LOCK_CONNECTION`| Lock the connection mode to prevent users from changing server settings.<br/>Set to `1` to enforce self-hosted server only, preventing accidental connections to external servers. |`1` (locked) or `0` (unlocked) |
-`msiexec` - Windows Installer command-line tool (included with all Windows installations) for installing, modifying, and performing operations on MSI packages
72
+
-`/i` - Install the MSI package
73
+
-`/qn` - Run silently with no user interface (quiet mode, no UI)
74
+
-`STIRLING_SERVER_URL` - Automatically sets the server URL on first launch
75
+
-`STIRLING_LOCK_CONNECTION=1` - Locks the connection to the specified server (users cannot change it)
0 commit comments