changeset: 98918:df12c29882b1 branch: 3.5 user: Steve Dower date: Sat Oct 31 12:41:46 2015 -0700 files: Misc/NEWS Tools/msi/doc/doc.wxs Tools/msi/exe/exe.wxs Tools/msi/tcltk/tcltk.wxs description: Issue #25450: Updates shortcuts to start Python in installation directory. diff -r 2bfa1ddc8166 -r df12c29882b1 Misc/NEWS --- a/Misc/NEWS Sat Oct 31 12:17:11 2015 -0700 +++ b/Misc/NEWS Sat Oct 31 12:41:46 2015 -0700 @@ -348,6 +348,8 @@ Windows ------- +- Issue #25450: Updates shortcuts to start Python in installation directory. + - Issue #25164: Changes default all-users install directory to match per-user directory. diff -r 2bfa1ddc8166 -r df12c29882b1 Tools/msi/doc/doc.wxs --- a/Tools/msi/doc/doc.wxs Sat Oct 31 12:17:11 2015 -0700 +++ b/Tools/msi/doc/doc.wxs Sat Oct 31 12:41:46 2015 -0700 @@ -22,7 +22,8 @@ + Description="!(loc.ShortcutDescription)" + WorkingDirectory="InstallDirectory" /> diff -r 2bfa1ddc8166 -r df12c29882b1 Tools/msi/exe/exe.wxs --- a/Tools/msi/exe/exe.wxs Sat Oct 31 12:17:11 2015 -0700 +++ b/Tools/msi/exe/exe.wxs Sat Oct 31 12:41:46 2015 -0700 @@ -20,7 +20,8 @@ + Description="!(loc.ShortcutDescription)" + WorkingDirectory="InstallDirectory" /> diff -r 2bfa1ddc8166 -r df12c29882b1 Tools/msi/tcltk/tcltk.wxs --- a/Tools/msi/tcltk/tcltk.wxs Sat Oct 31 12:17:11 2015 -0700 +++ b/Tools/msi/tcltk/tcltk.wxs Sat Oct 31 12:41:46 2015 -0700 @@ -49,7 +49,8 @@ Description="!(loc.ShortcutDescription)" Target="[PYTHONW_EXE]" Arguments='"[#Lib_idlelib_idle.pyw]"' - Icon="idle.exe"> + Icon="idle.exe" + WorkingDirectory="InstallDirectory"> + Icon="idle.exe" + WorkingDirectory="InstallDirectory" />