Skip to content

Instantly share code, notes, and snippets.

@JonasGroeger
Created August 29, 2019 13:45
Show Gist options
  • Select an option

  • Save JonasGroeger/10c113c1cf1bfd51c871e938ac9dd978 to your computer and use it in GitHub Desktop.

Select an option

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