Issue #23260: Update Windows installer

This commit is contained in:
Steve Dower 2015-02-05 22:08:48 -08:00
parent 7425f36ee7
commit bb24087a2c
133 changed files with 7036 additions and 4991 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<String Id="Descriptor">Tcl/Tk Support</String>
<String Id="ShortDescriptor">tcltk</String>
<String Id="NoPython">No !(loc.ProductName) installation was detected.</String>
<String Id="ShortcutName">IDLE (Python {{ShortVersion}} {{Bitness}})</String>
<String Id="ShortcutDescription">Launches IDLE, the interactive environment for !(loc.ProductName).</String>
</WixLocalization>