summaryrefslogtreecommitdiffstats
path: root/Tools/msi/doc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-10-31 19:41:46 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-10-31 19:41:46 (GMT)
commit04a4316acc1bc4cfeb131517ddeac34f50c6c5c9 (patch)
treefd7b45293e194d1793af0fb9c688ba0c08c0d93b /Tools/msi/doc
parent940f6a8f11b5ef0f9fa85b0be4b95608efebb2e8 (diff)
downloadcpython-04a4316acc1bc4cfeb131517ddeac34f50c6c5c9.zip
cpython-04a4316acc1bc4cfeb131517ddeac34f50c6c5c9.tar.gz
cpython-04a4316acc1bc4cfeb131517ddeac34f50c6c5c9.tar.bz2
Issue #25450: Updates shortcuts to start Python in installation directory.
Diffstat (limited to 'Tools/msi/doc')
-rw-r--r--Tools/msi/doc/doc.wxs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Tools/msi/doc/doc.wxs b/Tools/msi/doc/doc.wxs
index bbe30a1..8dd0e21 100644
--- a/Tools/msi/doc/doc.wxs
+++ b/Tools/msi/doc/doc.wxs
@@ -22,7 +22,8 @@
<Shortcut Id="python.chm"
Target="[#python.chm]"
Name="!(loc.ShortcutName)"
- Description="!(loc.ShortcutDescription)" />
+ Description="!(loc.ShortcutDescription)"
+ WorkingDirectory="InstallDirectory" />
<RemoveFolder Id="Remove_MenuDir" On="uninstall" />
</Component>
<?endif ?>