Show More
@@ -1,35 +1,36 b'' | |||||
1 | <?xml version="1.0" encoding="utf-8"?> |
|
1 | <?xml version="1.0" encoding="utf-8"?> | |
2 | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
|
2 | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> | |
3 |
|
3 | |||
4 | <?include guids.wxi ?> |
|
4 | <?include guids.wxi ?> | |
5 | <?include defines.wxi ?> |
|
5 | <?include defines.wxi ?> | |
6 |
|
6 | |||
7 | <Fragment> |
|
7 | <Fragment> | |
8 | <DirectoryRef Id="INSTALLDIR" FileSource="$(var.SourceDir)"> |
|
8 | <DirectoryRef Id="INSTALLDIR" FileSource="$(var.SourceDir)"> | |
9 | <Component Id="distOutput" Guid="$(var.dist.guid)" Win64='$(var.IsX64)'> |
|
9 | <Component Id="distOutput" Guid="$(var.dist.guid)" Win64='$(var.IsX64)'> | |
10 | <File Name="python27.dll" KeyPath="yes" /> |
|
10 | <File Name="python27.dll" KeyPath="yes" /> | |
11 | </Component> |
|
11 | </Component> | |
12 | <Directory Id="libdir" Name="lib" FileSource="$(var.SourceDir)/lib"> |
|
12 | <Directory Id="libdir" Name="lib" FileSource="$(var.SourceDir)/lib"> | |
13 | <Component Id="libOutput" Guid="$(var.lib.guid)" Win64='$(var.IsX64)'> |
|
13 | <Component Id="libOutput" Guid="$(var.lib.guid)" Win64='$(var.IsX64)'> | |
14 | <File Name="library.zip" KeyPath="yes" /> |
|
14 | <File Name="library.zip" KeyPath="yes" /> | |
15 | <File Name="mercurial.base85.pyd" /> |
|
15 | <File Name="mercurial.base85.pyd" /> | |
16 | <File Name="mercurial.bdiff.pyd" /> |
|
16 | <File Name="mercurial.bdiff.pyd" /> | |
17 | <File Name="mercurial.diffhelpers.pyd" /> |
|
17 | <File Name="mercurial.diffhelpers.pyd" /> | |
18 | <File Name="mercurial.mpatch.pyd" /> |
|
18 | <File Name="mercurial.mpatch.pyd" /> | |
19 | <File Name="mercurial.osutil.pyd" /> |
|
19 | <File Name="mercurial.osutil.pyd" /> | |
20 | <File Name="mercurial.parsers.pyd" /> |
|
20 | <File Name="mercurial.parsers.pyd" /> | |
|
21 | <File Name="mercurial.zstd.pyd" /> | |||
21 | <File Name="pyexpat.pyd" /> |
|
22 | <File Name="pyexpat.pyd" /> | |
22 | <File Name="bz2.pyd" /> |
|
23 | <File Name="bz2.pyd" /> | |
23 | <File Name="select.pyd" /> |
|
24 | <File Name="select.pyd" /> | |
24 | <File Name="unicodedata.pyd" /> |
|
25 | <File Name="unicodedata.pyd" /> | |
25 | <File Name="_ctypes.pyd" /> |
|
26 | <File Name="_ctypes.pyd" /> | |
26 | <File Name="_elementtree.pyd" /> |
|
27 | <File Name="_elementtree.pyd" /> | |
27 | <File Name="_hashlib.pyd" /> |
|
28 | <File Name="_hashlib.pyd" /> | |
28 | <File Name="_socket.pyd" /> |
|
29 | <File Name="_socket.pyd" /> | |
29 | <File Name="_ssl.pyd" /> |
|
30 | <File Name="_ssl.pyd" /> | |
30 | </Component> |
|
31 | </Component> | |
31 | </Directory> |
|
32 | </Directory> | |
32 | </DirectoryRef> |
|
33 | </DirectoryRef> | |
33 | </Fragment> |
|
34 | </Fragment> | |
34 |
|
35 | |||
35 | </Wix> |
|
36 | </Wix> |
General Comments 0
You need to be logged in to leave comments.
Login now