diff options
Diffstat (limited to 'Tools/msi/bundle/Default.wxl')
-rw-r--r-- | Tools/msi/bundle/Default.wxl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl index d578c34..ba67fc7 100644 --- a/Tools/msi/bundle/Default.wxl +++ b/Tools/msi/bundle/Default.wxl @@ -42,7 +42,8 @@ Continue?</String> <String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String> <String Id="InstallJustForMeButton">&Install Now</String> <String Id="InstallJustForMeButtonNote">[DefaultJustForMeTargetDir] -Includes IDLE and pip + +Includes IDLE, pip and documentation Creates shortcuts and file associations</String> <String Id="InstallCustomButton">C&ustomize installation</String> <String Id="InstallCustomButtonNote">Choose location and features</String> @@ -68,6 +69,7 @@ Creates shortcuts and file associations</String> <String Id="Include_launcherHelpLabel">Installs the global 'py' launcher to make it easier to start Python.</String> <String Id="AssociateFilesLabel">Associate &files with Python (requires the py launcher)</String> + <String Id="ShortcutsLabel">Create shortcuts for installed applications</String> <String Id="PrependPathLabel">Add Python to &environment variables</String> <String Id="ShortPrependPathLabel">Add &Python [ShortVersion] to PATH</String> <String Id="InstallAllUsersLabel">Install as &Administrator</String> |