From efe850b6d48713d1faa8b173579104b26c179b9a Mon Sep 17 00:00:00 2001 From: Travis Falls <66956775+TravisFallsMSFT@users.noreply.github.com> Date: Tue, 10 Nov 2020 21:32:04 -0500 Subject: [PATCH] TravisFallsMSFT/ChangedCustomSwitchesPassedIn (#4720) * Updating Python 3.7.9.yaml Updating Python 3.7.9.yaml to include the following switches - Quiet - Passive - PrependPath=1 - TargetDir=C://Python379// - InstallAllUsers=1 - AssociatedFiles=1 - Shortcuts=1 - Include_doc=1 - Include_exe=1 - InstallLauncherAllUsers=1 - Include_Lib=1 - Include_pip=1 - Include_tcltk=1 - Include_test=1 - Include_tools=1 * Update 3.7.9.yaml --- manifests/Python/Python/3.7.9.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/Python/Python/3.7.9.yaml b/manifests/Python/Python/3.7.9.yaml index 5ea79cac2..715329943 100644 --- a/manifests/Python/Python/3.7.9.yaml +++ b/manifests/Python/Python/3.7.9.yaml @@ -15,3 +15,4 @@ Installers: Switches: Silent: /Quiet SilentWithProgress: /Passive + Custom: PrependPath=1 InstallAllUsers=1 AssociatedFiles=1 Shortcuts=1 Include_doc=1 Include_exe=1 InstallLauncherAllUsers=1 Include_Lib=1 Include_pip=1 Include_tcltk=1 Include_test=1 Include_tools=1