diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-10-11 22:37:22 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-10-11 22:37:22 (GMT) |
commit | 731f4a2c5f11a49a5611eaf8d3fa26886979f865 (patch) | |
tree | 8e25244cb3cb6c43a84a309702519b913dedb42d /Tools/msi/bundle/Default.wxl | |
parent | 5700ae877fc1a93cebe95739c6817d06768504c0 (diff) | |
download | cpython-731f4a2c5f11a49a5611eaf8d3fa26886979f865.zip cpython-731f4a2c5f11a49a5611eaf8d3fa26886979f865.tar.gz cpython-731f4a2c5f11a49a5611eaf8d3fa26886979f865.tar.bz2 |
Issue #25163: Display correct directory in installer when using non-default settings.
Diffstat (limited to 'Tools/msi/bundle/Default.wxl')
-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 f3d89d9..7357649 100644 --- a/Tools/msi/bundle/Default.wxl +++ b/Tools/msi/bundle/Default.wxl @@ -42,7 +42,7 @@ Continue?</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="InstallButton">&Install Now</String> - <String Id="InstallButtonNote">[DefaultJustForMeTargetDir] + <String Id="InstallButtonNote">[TargetDir] Includes IDLE, pip and documentation Creates shortcuts and file associations</String> |