Skip to content

Commit 34d8fd5

Browse files
committed
supported MSI properties
1 parent 50ab029 commit 34d8fd5

File tree

1 file changed

+17
-1
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment

1 file changed

+17
-1
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 list of accepted arguments.
37+
#### Supported arguments
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

0 commit comments

Comments
 (0)