]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
FAQ: How do I upgrade curl.exe in Windows?
authorDaniel Stenberg <daniel@haxx.se>
Fri, 29 Sep 2023 07:36:59 +0000 (09:36 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 29 Sep 2023 11:11:17 +0000 (13:11 +0200)
This is a growing question, better answer it here to get somewhere to
point users to.

Closes #11984

docs/FAQ

index 78a238832a52eae2df3479f6fc4c86b548aaf7ae..b04c5ea75c08d8b3e04705a0989a8f919e92ece6 100644 (file)
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -26,6 +26,7 @@ FAQ
  2. Install Related Problems
   2.1 configure fails when using static libraries
   2.2 Does curl work/build with other SSL libraries?
+  2.3 How do I upgrade curl.exe in Windows?
   2.4 Does curl support SOCKS (RFC 1928) ?
 
  3. Usage Problems
@@ -427,6 +428,22 @@ FAQ
   have their pros and cons, and we try to maintain a comparison of them here:
   https://curl.se/docs/ssl-compared.html
 
+  2.3 How do I upgrade curl.exe in Windows?
+
+  The curl tool that is shipped as an integrated component of Windows 10 and
+  Windows 11 is managed by Microsoft. If you were to delete the file or
+  replace it with a newer version downloaded from https://curl.se/windows,
+  then Windows Update will cease to work on your system.
+
+  There is no way to independently force an upgrade of the curl.exe that is
+  part of Windows other than through the regular Windows update process. There
+  is also nothing the curl project itself can do about this, since this is
+  managed and controlled entirely by Microsoft as owners of the operating
+  system.
+
+  You can always download and install the latest version of curl for Windows
+  from https://curl.se/windows into a separate location.
+
   2.4 Does curl support SOCKS (RFC 1928) ?
 
   Yes, SOCKS 4 and 5 are supported.