diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-03-10 20:15:40 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-03-10 20:15:40 (GMT) |
commit | 3d3aaa1eabee1f71045142fd46a4a213f921b1fb (patch) | |
tree | d9c07e5b32b8e384847662d5e9bf73b799facb9b /Tools/msi | |
parent | 959ee7c200373e77cae445283016f2827147e96a (diff) | |
download | cpython-3d3aaa1eabee1f71045142fd46a4a213f921b1fb.zip cpython-3d3aaa1eabee1f71045142fd46a4a213f921b1fb.tar.gz cpython-3d3aaa1eabee1f71045142fd46a4a213f921b1fb.tar.bz2 |
Adds note about installed debug binaries.
Diffstat (limited to 'Tools/msi')
-rw-r--r-- | Tools/msi/bundle/Default.wxl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/bundle/Default.wxl b/Tools/msi/bundle/Default.wxl index b62faf6..43057e7 100644 --- a/Tools/msi/bundle/Default.wxl +++ b/Tools/msi/bundle/Default.wxl @@ -73,7 +73,7 @@ Continue?</String> <String Id="InstallAllUsersLabel">Install as &Administrator</String> <String Id="PrecompileLabel">&Precompile standard library</String> <String Id="Include_symbolsLabel">Install debugging &symbols</String> - <String Id="Include_debugLabel">Install debu&g binaries</String> + <String Id="Include_debugLabel">Install debu&g binaries (requires VS 2015 or later)</String> <String Id="ProgressHeader">[ActionLikeInstallation] Progress</String> <String Id="ProgressLabel">[ActionLikeInstalling]:</String> |