You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uninstalls Python without prompting for confirmation.
29
+
<StringId="HelpText">Visit <a href="http://docs.python.org/[ShortVersion]/using/windows.html">docs.python.org/[ShortVersion]/using/windows.html</a> for the full list of options, including the ability to enable and disable specific features.
31
30
32
-
/layout [\[]directory[\]]
33
-
Downloads all components for offline installation.
31
+
"/passive" to display progress without requiring user interaction
34
32
35
-
/passive
36
-
Displays progress without requiring user interaction.
33
+
"/quiet" to install/uninstall without displaying any UI
37
34
38
-
/quiet
39
-
Performs the requested action without displaying any UI.
35
+
"/simple" to prevent user customization
40
36
41
-
/log [\[]filename[\]]
42
-
Logs to a specific file. By default, log files are created in %TEMP%.</String>
37
+
"/uninstall" to remove Python (without confirmation)
38
+
39
+
"/layout [\[]directory[\]]" to pre-download all components
40
+
41
+
"/log [\[]filename[\]]" to specify log files location</String>
0 commit comments