contrib/install-windows-dependencies.ps1
changeset 52549 aaecf8b4adf2
parent 52548 11fa096c4467
child 52550 da74e81ef9af
--- a/contrib/install-windows-dependencies.ps1	Thu Dec 12 14:02:09 2024 -0500
+++ b/contrib/install-windows-dependencies.ps1	Thu Dec 12 15:55:58 2024 -0500
@@ -126,7 +126,7 @@
         $allusers = "0"
     }
 
-    Invoke-Process $installer "/quiet TargetDir=${dest} InstallAllUsers=${allusers} AssociateFiles=0 CompileAll=0 PrependPath=0 Include_doc=0 Include_launcher=0 InstallLauncherAllUsers=0 Include_pip=0 Include_test=0"
+    Invoke-Process $installer "/quiet TargetDir=${dest} InstallAllUsers=${allusers} AssociateFiles=0 CompileAll=0 PrependPath=0 Include_doc=0 Include_launcher=1 InstallLauncherAllUsers=1 Include_pip=0 Include_test=0"
     Invoke-Process ${dest}\python.exe $pip
 }