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 fda3900 commit 96676cfCopy full SHA for 96676cf
1 file changed
Tools/msi/core/core_files.wxs
@@ -2,6 +2,9 @@
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
<Fragment>
4
<ComponentGroup Id="core_dll">
5
+ <Component Id="python_abi3tcompat.dll" Directory="InstallDirectory" Guid="*">
6
+ <File Id="python_abi3tcompat.dll" Name="abi3t-compat\python$(var.MajorVersionNumber)t.dll" KeyPath="yes" />
7
+ </Component>
8
<Component Id="python_stable.dll" Directory="InstallDirectory" Guid="*">
9
<File Id="python_stable.dll" Name="python$(var.MajorVersionNumber).dll" KeyPath="yes" />
10
</Component>
0 commit comments