Mercurial > hg > easyhg
comparison deploy/win32/easyhg.wxs @ 696:6a3d38b7f672
Proper locations for platform + style plugins
author | Chris Cannam |
---|---|
date | Mon, 10 Dec 2018 16:02:49 +0000 |
parents | b939bdac0643 |
children | 7942b7633505 |
comparison
equal
deleted
inserted
replaced
695:bbf4696f65e3 | 696:6a3d38b7f672 |
---|---|
158 <File | 158 <File |
159 Id="QtPrintSupport" | 159 Id="QtPrintSupport" |
160 Name="Qt5PrintSupport.dll" | 160 Name="Qt5PrintSupport.dll" |
161 DiskId="1" | 161 DiskId="1" |
162 Source="Qt5PrintSupport.dll"/> | 162 Source="Qt5PrintSupport.dll"/> |
163 <File | |
164 Id="qminimal" | |
165 Name="qminimal.dll" | |
166 DiskId="1" | |
167 Source="qminimal.dll"/> | |
168 <File | |
169 Id="qwindows" | |
170 Name="qwindows.dll" | |
171 DiskId="1" | |
172 Source="qwindows.dll"/> | |
173 <File | |
174 Id="qwindowsvistastyle" | |
175 Name="qwindowsvistastyle.dll" | |
176 DiskId="1" | |
177 Source="qwindowsvistastyle.dll"/> | |
178 </Component> | 163 </Component> |
164 | |
165 <Directory Id="qtplatforms" Name="platforms"> | |
166 <Component | |
167 Id="qtplatforms" | |
168 Guid="1b491383-3164-4af5-9091-0598cd5864fa"> | |
169 <File | |
170 Id="qminimal" | |
171 Name="qminimal.dll" | |
172 DiskId="1" | |
173 Source="qminimal.dll"/> | |
174 <File | |
175 Id="qwindows" | |
176 Name="qwindows.dll" | |
177 DiskId="1" | |
178 Source="qwindows.dll"/> | |
179 </Component> | |
180 </Directory> | |
181 | |
182 <Directory Id="qtstyles" Name="styles"> | |
183 <Component | |
184 Id="qtstyles" | |
185 Guid="883a14e7-ecb5-4349-a3f0-008392750d91"> | |
186 <File | |
187 Id="qwindowsvistastyle" | |
188 Name="qwindowsvistastyle.dll" | |
189 DiskId="1" | |
190 Source="qwindowsvistastyle.dll"/> | |
191 </Component> | |
192 </Directory> | |
179 | 193 |
180 <Component | 194 <Component |
181 Id="hgexec" | 195 Id="hgexec" |
182 Guid="5BBC4080-2EDF-4616-A8CB-F96B9C942C1A"> | 196 Guid="5BBC4080-2EDF-4616-A8CB-F96B9C942C1A"> |
183 <File | 197 <File |
427 <ComponentRef Id="MainExecutable"/> | 441 <ComponentRef Id="MainExecutable"/> |
428 <ComponentRef Id="VCLIBS140"/> | 442 <ComponentRef Id="VCLIBS140"/> |
429 <ComponentRef Id="VCLIBS90"/> | 443 <ComponentRef Id="VCLIBS90"/> |
430 <ComponentRef Id="HelperScripts"/> | 444 <ComponentRef Id="HelperScripts"/> |
431 <ComponentRef Id="Qt5"/> | 445 <ComponentRef Id="Qt5"/> |
446 <ComponentRef Id="qtplatforms"/> | |
447 <ComponentRef Id="qtstyles"/> | |
432 <ComponentRef Id="pyqtlibs"/> | 448 <ComponentRef Id="pyqtlibs"/> |
433 <ComponentRef Id="pyenum"/> | 449 <ComponentRef Id="pyenum"/> |
434 <ComponentRef Id="hgexec"/> | 450 <ComponentRef Id="hgexec"/> |
435 <ComponentRef Id="hglibs"/> | 451 <ComponentRef Id="hglibs"/> |
436 <ComponentRef Id="crypto"/> | 452 <ComponentRef Id="crypto"/> |