Created
August 29, 2019 13:45
-
-
Save JonasGroeger/10c113c1cf1bfd51c871e938ac9dd978 to your computer and use it in GitHub Desktop.
Put next to python-xxx.exe to auto-install preconfigured python. https://docs.python.org/3/using/windows.html#installing-without-ui
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Options> | |
| <Option Name="InstallLauncherAllUsers" Value="0" /> | |
| <Option Name="SimpleInstall" Value="1" /> | |
| <Option Name="PrependPath" Value="1" /> | |
| <Option Name="Include_test" Value="0" /> | |
| <Option Name="Include_doc" Value="0" /> | |
| <Option Name="Include_tcltk" Value="0" /> | |
| </Options> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment