Issue #28402: Adds signed catalog files for stdlib on Windows.

This commit is contained in:
Steve Dower 2016-10-09 20:18:52 -07:00
parent b1321fba53
commit 425ec150ea
11 changed files with 64 additions and 7 deletions

View file

@ -27,6 +27,7 @@
<TargetBase>$(PySourcePath)Lib</TargetBase>
<Target_>Lib\</Target_>
<Group>lib_py</Group>
<IncludeInCat>true</IncludeInCat>
</InstallFiles>
</ItemGroup>

View file

@ -11,6 +11,7 @@
<ComponentGroupRef Id="lib_py" />
<ComponentGroupRef Id="lib_files" />
<ComponentGroupRef Id="lib_extensions" />
<ComponentGroupRef Id="lib_cat" />
<ComponentRef Id="OptionalFeature" />
</Feature>
</Product>

View file

@ -70,4 +70,11 @@
</Component>
</ComponentGroup>
</Fragment>
<Fragment>
<ComponentGroup Id="lib_cat">
<Component Id="lib_cat" Directory="Catalogs" Guid="*">
<File Name="python_lib.cat" KeyPath="yes" />
</Component>
</ComponentGroup>
</Fragment>
</Wix>