diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-04-14 22:34:04 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-04-14 22:34:04 (GMT) |
commit | 97100c0e3d0e2bd907b41e5583b1f9cb6d9c1a36 (patch) | |
tree | f80baa459c29f07ea449377238130f546374c74b /Tools/msi/bundle/Default.wxl | |
parent | f70fdd2878b7294d08e21bc234ea3a51e84ded33 (diff) | |
download | cpython-97100c0e3d0e2bd907b41e5583b1f9cb6d9c1a36.zip cpython-97100c0e3d0e2bd907b41e5583b1f9cb6d9c1a36.tar.gz cpython-97100c0e3d0e2bd907b41e5583b1f9cb6d9c1a36.tar.bz2 |
Updates Windows installer to promote per-user installs over all-users.
Diffstat (limited to 'Tools/msi/bundle/Default.wxl')
-rw-r--r-- | Tools/msi/bundle/Default.wxl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl index 43057e7..d578c34 100644 --- a/Tools/msi/bundle/Default.wxl +++ b/Tools/msi/bundle/Default.wxl @@ -40,10 +40,10 @@ Continue?</String> Logs to a specific file. By default, log files are created in %TEMP%.</String> <String Id="InstallLicenseLinkText">[WixBundleName] <a href="#">license terms</a>.</String> <String Id="InstallAcceptCheckbox">I &agree to the license terms and conditions</String> - <String Id="InstallAllUsersButton">Install for &All Users</String> - <String Id="InstallAllUsersButtonNote">[DefaultAllUsersTargetDir]</String> - <String Id="InstallJustForMeButton">Install &Just for Me</String> - <String Id="InstallJustForMeButtonNote">[DefaultJustForMeTargetDir]</String> + <String Id="InstallJustForMeButton">&Install Now</String> + <String Id="InstallJustForMeButtonNote">[DefaultJustForMeTargetDir] +Includes IDLE and pip +Creates shortcuts and file associations</String> <String Id="InstallCustomButton">C&ustomize installation</String> <String Id="InstallCustomButtonNote">Choose location and features</String> <String Id="InstallSimpleButton">&Install</String> @@ -51,7 +51,7 @@ Continue?</String> <String Id="Custom1Header">Optional Features</String> <String Id="Custom2Header">Advanced Options</String> <String Id="CustomLocationLabel">Customize install location</String> - <String Id="CustomLocationHelpLabel">If not installing as administrator, you will require write permissions for this location.</String> + <String Id="CustomLocationHelpLabel">You will require write permissions for the selected location.</String> <String Id="CustomInstallButton">&Install</String> <String Id="CustomNextButton">&Next</String> <String Id="CustomBackButton">&Back</String> |