Skip to content

Commit 6e3a846

Browse files
authored
[ZT] WARP MSI installer parameters (#24811)
* all parameters are supported * supported MSI properties * update terminology * mobile-only parameters
1 parent 19c2271 commit 6e3a846

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/index.mdx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,23 @@ To install the WARP client, run the following command:
3434
msiexec /i "Cloudflare_WARP_<VERSION>.msi" /qn ORGANIZATION="your-team-name" SUPPORT_URL="http://support.example.com"
3535
```
3636

37-
Refer to [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) for a description of each argument.
37+
#### Supported properties
38+
39+
The WARP MSI installer supports the following [public properties](https://learn.microsoft.com/en-us/windows/win32/msi/public-properties):
40+
41+
- `ORGANIZATION`
42+
- `GATEWAY_UNIQUE_ID`
43+
- `AUTH_CLIENT_ID`
44+
- `AUTH_CLIENT_SECRET`
45+
- `ONBOARDING`
46+
- `OVERRIDE_API_ENDPOINT`
47+
- `OVERRIDE_DOH_ENDPOINT`
48+
- `OVERRIDE_WARP_ENDPOINT`
49+
- `SERVICE_MODE`
50+
- `SUPPORT_URL`
51+
- `SWITCH_LOCKED`
52+
53+
Refer to [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) for a description of each property.
3854

3955
### Uninstall WARP
4056

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ This parameter replaces the old `enabled` property, which can no longer be used
235235

236236
### `unique_client_id`
237237

238+
:::note
239+
Only valid for iOS and Android/ChromeOS.
240+
:::
241+
238242
Assigns a unique identifier to the device for the [device UUID posture check](/cloudflare-one/identity/devices/warp-client-checks/device-uuid).
239243

240244
**Value Type:** `string`
@@ -268,9 +272,9 @@ Enables multiple user registrations on a Windows device.
268272

269273
Allows WARP to connect with a service token before a user completes the initial Windows login. For more information, refer to [Connect WARP before Windows login](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-prelogin/).
270274

271-
## Per-App VPN parameters (Android)
275+
## Per-app VPN parameters (Android)
272276

273-
To support the per-app VPN for Android devices, Cloudflare has introduced new MDM parameters. The admin can configure these new MDM parameters via any MDM tool that supports deploying an Android app to managed devices or work profiles.
277+
[Per-app VPN](https://support.google.com/work/android/answer/9213914?hl=en) parameters allow you to choose the Android apps that can send traffic through the WARP tunnel. Admins can configure these parameters via any MDM tool that supports deploying an Android app to managed devices or work profiles.
274278

275279
### `app_identifier`
276280

0 commit comments

Comments
 (0)