diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-07-18 16:27:52 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-07-18 16:27:52 (GMT) |
commit | a3d03ec6b1191c04fb4073e26069d3282c0b6e72 (patch) | |
tree | 534e363f7a1eedb76dcfe7ccef38de6409f6463e /Tools/msi/bundle/Default.thm | |
parent | 313fbf45486ab047877589f26c77b745c8fcb9ab (diff) | |
download | cpython-a3d03ec6b1191c04fb4073e26069d3282c0b6e72.zip cpython-a3d03ec6b1191c04fb4073e26069d3282c0b6e72.tar.gz cpython-a3d03ec6b1191c04fb4073e26069d3282c0b6e72.tar.bz2 |
Adds option to only install the launcher.
Diffstat (limited to 'Tools/msi/bundle/Default.thm')
-rw-r--r-- | Tools/msi/bundle/Default.thm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/bundle/Default.thm b/Tools/msi/bundle/Default.thm index 4ba8176..d919bea 100644 --- a/Tools/msi/bundle/Default.thm +++ b/Tools/msi/bundle/Default.thm @@ -12,7 +12,7 @@ <Text X="185" Y="11" Width="-11" Height="32" FontId="1" DisablePrefix="yes">#(loc.HelpHeader)</Text> <Image X="0" Y="0" Width="162" Height="352" ImageFile="SideBar.png"/> - <Text X="185" Y="50" Width="-11" Height="-35" FontId="3" DisablePrefix="yes">#(loc.HelpText)</Text> + <Hypertext X="185" Y="50" Width="-11" Height="-35" FontId="3" DisablePrefix="yes">#(loc.HelpText)</Hypertext> <Button Name="SuccessCancelButton" X="-11" Y="-11" Width="75" Height="23" TabStop="yes" FontId="0">#(loc.CloseButton)</Button> </Page> <Page Name="Install"> |