summaryrefslogtreecommitdiffstats
path: root/Tools/msi/tcltk/tcltk_files.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/msi/tcltk/tcltk_files.wxs')
-rw-r--r--Tools/msi/tcltk/tcltk_files.wxs8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tools/msi/tcltk/tcltk_files.wxs b/Tools/msi/tcltk/tcltk_files.wxs
index 0d1b4a9..1194510 100644
--- a/Tools/msi/tcltk/tcltk_files.wxs
+++ b/Tools/msi/tcltk/tcltk_files.wxs
@@ -5,9 +5,17 @@
<Component Id="_tkinter.pyd" Directory="DLLs" Guid="*">
<File Name="_tkinter.pyd" KeyPath="yes" />
</Component>
+ </ComponentGroup>
+ <ComponentGroup Id="tcltk_dlls">
<Component Id="_tkinter.lib" Directory="libs" Guid="*">
<File Name="_tkinter.lib" KeyPath="yes" />
</Component>
+ <Component Id="tcl86t.dll" Directory="DLLs" Guid="*">
+ <File Name="tcl86t.dll" KeyPath="yes" />
+ </Component>
+ <Component Id="tk86t.dll" Directory="DLLs" Guid="*">
+ <File Name="tk86t.dll" KeyPath="yes" />
+ </Component>
</ComponentGroup>
</Fragment>