Mercurial > hg > easyhg
comparison easyhg.wxs @ 657:4d39a93cab9e easyhg_v1.3.0
Add crypto dependencies
author | Chris Cannam |
---|---|
date | Fri, 25 Jan 2013 16:25:08 +0000 |
parents | 0693e1548d86 |
children |
comparison
equal
deleted
inserted
replaced
656:e34de484415c | 657:4d39a93cab9e |
---|---|
292 DiskId="1" | 292 DiskId="1" |
293 Source="d:\easyhg-bundle-dependencies\kdiff3.exe" | 293 Source="d:\easyhg-bundle-dependencies\kdiff3.exe" |
294 KeyPath="yes"/> | 294 KeyPath="yes"/> |
295 </Component> | 295 </Component> |
296 | 296 |
297 <Directory Id="Crypto" Name="Crypto"> | |
298 <Directory Id="Cipher" Name="Cipher"> | |
299 <Component | |
300 Id="cryptocipher" | |
301 Guid="FB7C7C7E-FC62-4024-9E7E-47034B416286"> | |
302 <File | |
303 Id="cipherinit" | |
304 Name="__init__.py" | |
305 DiskId="1" | |
306 Source="d:\easyhg-bundle-dependencies\Crypto\Cipher\__init__.py" /> | |
307 <File | |
308 Id="cipheraesd" | |
309 Name="_AES.pyd" | |
310 DiskId="1" | |
311 Source="d:\easyhg-bundle-dependencies\Crypto\Cipher\_AES.pyd" /> | |
312 <File | |
313 Id="cipheraes" | |
314 Name="AES.py" | |
315 DiskId="1" | |
316 Source="d:\easyhg-bundle-dependencies\Crypto\Cipher\AES.py" /> | |
317 <File | |
318 Id="cipherblockalgo" | |
319 Name="blockalgo.py" | |
320 DiskId="1" | |
321 Source="d:\easyhg-bundle-dependencies\Crypto\Cipher\blockalgo.py" /> | |
322 </Component> | |
323 </Directory> | |
324 <Directory Id="Util" Name="Util"> | |
325 | |
326 <Component | |
327 Id="cryptoutil" | |
328 Guid="9B5FB64F-B5B3-4E36-A4E6-1EC648470557"> | |
329 <File | |
330 Id="utilinit" | |
331 Name="__init__.py" | |
332 DiskId="1" | |
333 Source="d:\easyhg-bundle-dependencies\Crypto\Util\__init__.py" /> | |
334 <File | |
335 Id="utilpy3compat" | |
336 Name="py3compat.py" | |
337 DiskId="1" | |
338 Source="d:\easyhg-bundle-dependencies\Crypto\Util\py3compat.py" /> | |
339 </Component> | |
340 </Directory> | |
341 | |
342 <Component | |
343 Id="crypto" | |
344 Guid="AB5D6864-6D47-4C51-A132-5E0EC5BE1EF8"> | |
345 <File | |
346 Id="cryptoinit" | |
347 Name="__init__.py" | |
348 DiskId="1" | |
349 Source="d:\easyhg-bundle-dependencies\Crypto\__init__.py" /> | |
350 </Component> | |
351 | |
352 </Directory> | |
353 | |
297 </Directory> | 354 </Directory> |
298 </Directory> | 355 </Directory> |
299 | 356 |
300 <Directory Id="ProgramMenuFolder" Name="Programs"> | 357 <Directory Id="ProgramMenuFolder" Name="Programs"> |
301 <Directory Id="ProgramMenuDir" Name="EasyMercurial"> | 358 <Directory Id="ProgramMenuDir" Name="EasyMercurial"> |
315 <ComponentRef Id="VCLIBS"/> | 372 <ComponentRef Id="VCLIBS"/> |
316 <ComponentRef Id="HelperScripts"/> | 373 <ComponentRef Id="HelperScripts"/> |
317 <ComponentRef Id="Qt4"/> | 374 <ComponentRef Id="Qt4"/> |
318 <ComponentRef Id="hg"/> | 375 <ComponentRef Id="hg"/> |
319 <ComponentRef Id="sip"/> | 376 <ComponentRef Id="sip"/> |
377 <ComponentRef Id="crypto"/> | |
378 <ComponentRef Id="cryptocipher"/> | |
379 <ComponentRef Id="cryptoutil"/> | |
320 <ComponentRef Id="kdiff3"/> | 380 <ComponentRef Id="kdiff3"/> |
321 <ComponentRef Id="ProgramMenuDir"/> | 381 <ComponentRef Id="ProgramMenuDir"/> |
322 </Feature> | 382 </Feature> |
323 | 383 |
324 <Icon | 384 <Icon |