diff options
Diffstat (limited to 'Tools/msi/bundle/Default.wxl')
-rw-r--r-- | Tools/msi/bundle/Default.wxl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl index 19ba7eb..c12fb65 100644 --- a/Tools/msi/bundle/Default.wxl +++ b/Tools/msi/bundle/Default.wxl @@ -50,7 +50,9 @@ 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> - <String Id="InstallSimpleButtonNote">Uses setting preselected by your administrator</String> + <String Id="InstallSimpleButtonNote">Use settings preselected by your administrator + +[SimpleInstallDescription]</String> <String Id="InstallUpgradeButton">&Upgrade Now</String> <String Id="InstallUpgradeButtonNote">[TargetDir] @@ -81,7 +83,9 @@ Select Customize to review current options.</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> + <String Id="InstallAllUsersLabel">Install for &all users</String> + <String Id="InstallLauncherAllUsersLabel">for &all users (requires elevation)</String> + <String Id="ShortInstallLauncherAllUsersLabel">Install &launcher for all users (recommended)</String> <String Id="PrecompileLabel">&Precompile standard library</String> <String Id="Include_symbolsLabel">Install debugging &symbols</String> <String Id="Include_debugLabel">Install debu&g binaries (requires VS 2015 or later)</String> |