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
This commit is contained in:
Travis Falls
2020-11-10 21:32:04 -05:00
committed by GitHub
parent f12658d248
commit efe850b6d4

View File

@@ -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