Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c130d7 commit 52a7e92Copy full SHA for 52a7e92
Misc/NEWS
@@ -634,6 +634,8 @@ Library
634
Windows
635
-------
636
637
+- bpo-29579: Removes readme.txt from the installer.
638
+
639
- Issue #25778: winreg does not truncate string correctly (Patch by Eryk Sun)
640
641
- Issue #28896: Deprecate WindowsRegistryFinder and disable it by default
Tools/msi/exe/exe_files.wxs
@@ -8,9 +8,6 @@
8
<Component Id="NEWS.txt" Directory="InstallDirectory" Guid="*">
9
<File Name="NEWS.txt" Source="!(bindpath.src)Misc\NEWS" KeyPath="yes" />
10
</Component>
11
- <Component Id="README.txt" Directory="InstallDirectory" Guid="*">
12
- <File Name="README.txt" Source="!(bindpath.src)README" KeyPath="yes" />
13
- </Component>
14
</ComponentGroup>
15
</Fragment>
16
0 commit comments