You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installer/PythonScript.wxs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@
70
70
<ComponentRefId="C_pythonscript.dll" />
71
71
<ComponentRefId="C_python310.dll" />
72
72
<ComponentGroupRefId="CG_PythonLib" />
73
+
<ComponentGroupRefId="CG_PythonLibDll" />
73
74
</Feature>
74
75
<FeatureId="FT_Help"Title="Help"AllowAdvertise="no"Description="HTML files with documentation for all the classes, methods and enums in PythonScript">
75
76
<ComponentGroupRefId="CG_HtmlDocs" />
@@ -79,6 +80,7 @@
79
80
</Feature>
80
81
<FeatureId="FT_TclTkLibs"Title="Tcl/Tk Suport"Level="10"AllowAdvertise="no"Description="Support for Tcl/Tk (allows dynamically building GUIs)">
81
82
<ComponentGroupRefId="CG_PythonTclTkLib" />
83
+
<ComponentGroupRefId="CG_PythonTclTkLibDll" />
82
84
</Feature>
83
85
<FeatureId="FT_UnitTests"Title="Unit Tests"Level="10"AllowAdvertise="no"Description="Unit tests for PythonScript. Not usually necessary, but if you are having problems, any issues reported from the tests will be useful for diagnosis.">
0 commit comments