summaryrefslogtreecommitdiffstats
path: root/Tools/msi/exe/exe_en-US.wxl_template
blob: cc60ef66351808631afef6c2dfa09cc3454b68b3 (plain)
1
2
3
4
5
6
7
8
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>