Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cpython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sip
Cpython
Commits
a1f4e426
Unverified
Commit
a1f4e426
authored
2 years ago
by
Steve Dower
Committed by
Pablo Galindo
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
gh-90989: Clarify some installer text (GH-97668)
parent
38ade0d2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Misc/NEWS.d/next/Windows/2022-09-29-23-08-49.gh-issue-90989.no89Q2.rst
+1
-0
1 addition, 0 deletions
...ext/Windows/2022-09-29-23-08-49.gh-issue-90989.no89Q2.rst
Tools/msi/bundle/Default.wxl
+6
-6
6 additions, 6 deletions
Tools/msi/bundle/Default.wxl
with
7 additions
and
6 deletions
Misc/NEWS.d/next/Windows/2022-09-29-23-08-49.gh-issue-90989.no89Q2.rst
0 → 100644
+
1
−
0
View file @
a1f4e426
Clarify some text in the Windows installer.
This diff is collapsed.
Click to expand it.
Tools/msi/bundle/Default.wxl
+
6
−
6
View file @
a1f4e426
...
...
@@ -79,15 +79,15 @@ Select Customize to review current options.</String>
<String
Id=
"Include_launcherRemove"
>
Use Programs and Features to remove the 'py' launcher.
</String>
<String
Id=
"Include_launcherUpgrade"
>
Upgrades the global 'py' launcher from the previous version.
</String>
<String
Id=
"AssociateFilesLabel"
>
Associate
&
files with Python (requires the py launcher)
</String>
<String
Id=
"AssociateFilesLabel"
>
Associate
&
files with Python (requires the
'
py
'
launcher)
</String>
<String
Id=
"ShortcutsLabel"
>
Create shortcuts for installed applications
</String>
<String
Id=
"PrependPathLabel"
>
Add Python to
&
environment variables
</String>
<String
Id=
"ShortPrependPathLabel"
>
Add
&
P
ython
[ShortVersion]
to PATH
</String>
<String
Id=
"ShortPrependPathLabel"
>
Add
&
p
ython
.exe
to PATH
</String>
<String
Id=
"AppendPathLabel"
>
Append Python to
&
environment variables
</String>
<String
Id=
"ShortAppendPathLabel"
>
Append
&
P
ython
[ShortVersion]
to PATH
</String>
<String
Id=
"InstallAllUsersLabel"
>
Install for
&
all users
</String>
<String
Id=
"InstallLauncherAllUsersLabel"
>
for
&
all users (requires
elevation
)
</String>
<String
Id=
"ShortInstallLauncherAllUsersLabel"
>
Install
&
launcher for all users (recommended)
</String>
<String
Id=
"ShortAppendPathLabel"
>
Append
&
p
ython
.exe
to PATH
</String>
<String
Id=
"InstallAllUsersLabel"
>
Install
Python [ShortVersion]
for
&
all users
</String>
<String
Id=
"InstallLauncherAllUsersLabel"
>
for
&
all users (requires
admin privileges
)
</String>
<String
Id=
"ShortInstallLauncherAllUsersLabel"
>
Use admin privi
&
leges when installing py.exe
</String>
<String
Id=
"PrecompileLabel"
>
&
Precompile standard library
</String>
<String
Id=
"Include_symbolsLabel"
>
Download debugging
&
symbols
</String>
<String
Id=
"Include_debugLabel"
>
Download debu
&
g binaries (requires VS 2017 or later)
</String>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment