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: src/content/docs/cloudflare-one/faq/troubleshooting.mdx
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -344,11 +344,11 @@ This configuration creates an authentication loop. Cloudflare Access tries to au
344
344
345
345
## When installing WARP on Windows, the Setup Wizard ends prematurely.
346
346
347
-
This issue can occur if the system is missing the [required version](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/download-warp/#windows:~:text=NET%20Framework%20version-,4.7.2%20or%20later,-HD%20space) of the .NET Framework.
347
+
This error can occur for several reasons, including missing dependencies, like the appropriate .NET Framework version or other Dynamic Link Libraries (DLLs) such as `netstandard2.0`, required during installation.
348
348
349
-
Cloudflare WARP requires at least **.NET Framework Runtime4.7.2**. Some older versions of Windows do not include this runtime by default, which causes the installer to fail with a `Setup Wizard ended prematurely` error.
349
+
One common cause is a missing or outdated version of the [.NET Framework Runtime](https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/download-warp/#windows:~:text=NET%20Framework%20version-,4.7.2%20or%20later,-HD%20space). Cloudflare WARP requires a .NET Framework version of `4.7.2` or later.
350
350
351
-
This problem typically only affects legacy versions of Windows (such as, Windows 10 Enterprise 1607 LTSB, which is bundled with .NET `4.6`.) More recent Windows versions include .NET `4.7.2` or later by default and do not encounter this error.
351
+
Some legacy Windows systems (such as Windows 10 Enterprise 1607 LTSB, which is bundled with .NET `4.6`) do not include this runtime by default and may fail during installation with a `Setup Wizard ended prematurely` error. More recent Windows versions include .NET `4.7.2` or later by default and do not encounter this error.
352
352
353
353
To fix this:
354
354
@@ -358,5 +358,11 @@ To fix this:
358
358
If the problem continues, try running the [.NET Repair Tool](https://www.microsoft.com/en-ca/download/details.aspx?id=30135), or check which .NET versions are installed by running the following command in PowerShell:
0 commit comments