comparison easyhg.wxs @ 569:763724ed7919

Further files to include in installer
author Chris Cannam
date Wed, 29 Feb 2012 15:21:12 +0000
parents eb65dd31d293
children e0d734fad735
comparison
equal deleted inserted replaced
568:eb65dd31d293 569:763724ed7919
55 WorkingDirectory="INSTALLDIR" 55 WorkingDirectory="INSTALLDIR"
56 Icon="easyhg.ico" 56 Icon="easyhg.ico"
57 IconIndex="0" 57 IconIndex="0"
58 Advertise="yes"/> 58 Advertise="yes"/>
59 </File> 59 </File>
60 </Component> 60
61 <File
62 Id="COPYING"
63 Name="COPYING"
64 DiskId="1"
65 Source="COPYING"/>
66 </Component>
67
68 <Component
69 Id="HelperScripts"
70 Guid="971EA788-347E-4CDE-9899-69EEBE117BDD">
71
72 <File
73 Id="mergebat"
74 Name="easyhg-merge.bat"
75 DiskId="1"
76 Source="easyhg-merge.bat"
77 KeyPath="yes"/>
78 </Component>
61 79
62 <Component 80 <Component
63 Id="VCLIBS" 81 Id="VCLIBS"
64 Guid="2566C8F0-A2AD-40E9-A356-94E887CC1222"> 82 Guid="2566C8F0-A2AD-40E9-A356-94E887CC1222">
65 <File 83 <File
72 Id="MSVCR100" 90 Id="MSVCR100"
73 Name="MSVCR100.dll" 91 Name="MSVCR100.dll"
74 DiskId="1" 92 DiskId="1"
75 Source="c:\windows\system32\MSVCR100.DLL"/> 93 Source="c:\windows\system32\MSVCR100.DLL"/>
76 </Component> 94 </Component>
95
96 <Component
97 Id="Qt4"
98 Guid="04F730AC-B361-45A2-B1CC-9CEB55256117">
99 <File
100 Id="QtCore"
101 Name="QtCore4.dll"
102 DiskId="1"
103 Source="d:\easyhg-bundle-dependencies\QtCore4.dll"/>
104 <File
105 Id="QtGui"
106 Name="QtGui4.dll"
107 DiskId="1"
108 Source="d:\easyhg-bundle-dependencies\QtGui4.dll"/>
109 <File
110 Id="QtNetwork"
111 Name="QtNetwork4.dll"
112 DiskId="1"
113 Source="d:\easyhg-bundle-dependencies\QtNetwork4.dll"/>
114 </Component>
115
116 <Component
117 Id="hg"
118 Guid="5BBC4080-2EDF-4616-A8CB-F96B9C942C1A">
119
120 <File
121 Id="hg"
122 Name="hg.exe"
123 DiskId="1"
124 Source="d:\easyhg-bundle-dependencies\hg.exe"
125 KeyPath="yes"/>
126 <File
127 Id="pydll"
128 Name="python26.dll"
129 DiskId="1"
130 Source="d:\easyhg-bundle-dependencies\python26.dll"/>
131 <File
132 Id="hglib"
133 Name="library.zip"
134 DiskId="1"
135 Source="d:\easyhg-bundle-dependencies\library.zip"/>
136 <File
137 Id="plink"
138 Name="TortoisePlink.exe"
139 DiskId="1"
140 Source="d:\easyhg-bundle-dependencies\TortoisePlink.exe"/>
141 </Component>
142
143 <Component
144 Id="sip"
145 Guid="DCCE0979-A0A6-475D-B6CD-3173740593F9">
146 <File
147 Id="sip"
148 Name="sip.pyd"
149 DiskId="1"
150 Source="d:\easyhg-bundle-dependencies\sip.pyd" />
151 </Component>
152
153 <Component
154 Id="kdiff3"
155 Guid="6BA0CB20-F426-42AB-A95A-615A4FF87752">
156 <File
157 Id="kdiff3"
158 Name="kdiff3.exe"
159 DiskId="1"
160 Source="d:\easyhg-bundle-dependencies\kdiff3.exe"
161 KeyPath="yes"/>
162 </Component>
163
164 <Directory Id="PyQt4" Name="PyQt4">
165 <Component
166 Id="PyQt4"
167 Guid="5EE2BE01-3D91-44C5-869A-5E8167079AA0">
168 <File
169 Id="init"
170 Name="__init__.py"
171 DiskId="1"
172 Source="d:\easyhg-bundle-dependencies\PyQt4\__init__.py"
173 KeyPath="yes"/>
174 <File
175 Id="inito"
176 Name="__init__.pyo"
177 DiskId="1"
178 Source="d:\easyhg-bundle-dependencies\PyQt4\__init__.pyo" />
179 <File
180 Id="Qtpy"
181 Name="Qt.pyd"
182 DiskId="1"
183 Source="d:\easyhg-bundle-dependencies\PyQt4\Qt.pyd" />
184 <File
185 Id="QtCorepy"
186 Name="QtCore.pyd"
187 DiskId="1"
188 Source="d:\easyhg-bundle-dependencies\PyQt4\QtCore.pyd" />
189 <File
190 Id="QtGuipy"
191 Name="QtGui.pyd"
192 DiskId="1"
193 Source="d:\easyhg-bundle-dependencies\PyQt4\QtGui.pyd" />
194 </Component>
195 </Directory>
77 196
78 </Directory> 197 </Directory>
79 </Directory> 198 </Directory>
80 </Directory> 199 </Directory>
81 200