comparison deploy/win32/easyhg.wxs @ 733:7942b7633505

Further to adding Plink component
author Chris Cannam
date Mon, 17 Dec 2018 18:48:31 +0000
parents 6a3d38b7f672
children
comparison
equal deleted inserted replaced
732:66284838b373 733:7942b7633505
71 DiskId="1" 71 DiskId="1"
72 Source="..\..\easyhg.ico"/> 72 Source="..\..\easyhg.ico"/>
73 </Component> 73 </Component>
74 74
75 <Component 75 <Component
76 Id="HelperScripts" 76 Id="Helpers"
77 Guid="971EA788-347E-4CDE-9899-69EEBE117BDD"> 77 Guid="971EA788-347E-4CDE-9899-69EEBE117BDD">
78 78
79 <File 79 <File
80 Id="mergebat" 80 Id="mergebat"
81 Name="easyhg-merge.bat" 81 Name="easyhg-merge.bat"
82 DiskId="1" 82 DiskId="1"
83 Source="..\..\easyhg-merge.bat" 83 Source="..\..\easyhg-merge.bat"
84 KeyPath="yes"/> 84 KeyPath="yes"/>
85 <File
86 Id="plink"
87 Name="TortoisePlink.exe"
88 DiskId="1"
89 Source="TortoisePlink.exe"/>
85 </Component> 90 </Component>
86 91
87 <Component 92 <Component
88 Id="VCLIBS140" 93 Id="VCLIBS140"
89 Guid="2566C8F0-A2AD-40E9-A356-94E887CC1222"> 94 Guid="2566C8F0-A2AD-40E9-A356-94E887CC1222">
214 <File 219 <File
215 Id="hglib" 220 Id="hglib"
216 Name="library.zip" 221 Name="library.zip"
217 DiskId="1" 222 DiskId="1"
218 Source="lib\library.zip"/> 223 Source="lib\library.zip"/>
219 <!--
220 <File
221 Id="plink"
222 Name="TortoisePlink.exe"
223 DiskId="1"
224 Source="lib\TortoisePlink.exe"/>
225 -->
226 <File 224 <File
227 Id="ctypes" 225 Id="ctypes"
228 Name="_ctypes.pyd" 226 Name="_ctypes.pyd"
229 DiskId="1" 227 DiskId="1"
230 Source="lib\_ctypes.pyd"/> 228 Source="lib\_ctypes.pyd"/>
439 437
440 <Feature Id="Complete" Level="1"> 438 <Feature Id="Complete" Level="1">
441 <ComponentRef Id="MainExecutable"/> 439 <ComponentRef Id="MainExecutable"/>
442 <ComponentRef Id="VCLIBS140"/> 440 <ComponentRef Id="VCLIBS140"/>
443 <ComponentRef Id="VCLIBS90"/> 441 <ComponentRef Id="VCLIBS90"/>
444 <ComponentRef Id="HelperScripts"/> 442 <ComponentRef Id="Helpers"/>
445 <ComponentRef Id="Qt5"/> 443 <ComponentRef Id="Qt5"/>
446 <ComponentRef Id="qtplatforms"/> 444 <ComponentRef Id="qtplatforms"/>
447 <ComponentRef Id="qtstyles"/> 445 <ComponentRef Id="qtstyles"/>
448 <ComponentRef Id="pyqtlibs"/> 446 <ComponentRef Id="pyqtlibs"/>
449 <ComponentRef Id="pyenum"/> 447 <ComponentRef Id="pyenum"/>