mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #23260: Update Windows installer
This commit is contained in:
parent
7425f36ee7
commit
bb24087a2c
133 changed files with 7036 additions and 4991 deletions
9
Tools/msi/exe/exe_en-US.wxl_template
Normal file
9
Tools/msi/exe/exe_en-US.wxl_template
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||
<String Id="Descriptor">Executables</String>
|
||||
<String Id="ShortDescriptor">executable</String>
|
||||
<String Id="ShortcutName">Python {{ShortVersion}} ({{Bitness}})</String>
|
||||
<String Id="ShortcutDescription">Launches the !(loc.ProductName) interpreter.</String>
|
||||
<String Id="PathTitle">Add to PATH</String>
|
||||
<String Id="PathDescription">Adds the install directory to PATH and .py to PATHEXT.</String>
|
||||
</WixLocalization>
|
Loading…
Add table
Add a link
Reference in a new issue