Show More
@@ -1,44 +1,43 | |||||
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 | <ComponentGroup Id="contribFolder"> |
|
8 | <ComponentGroup Id="contribFolder"> | |
9 | <ComponentRef Id="contrib" /> |
|
9 | <ComponentRef Id="contrib" /> | |
10 | <ComponentRef Id="contrib.vim" /> |
|
10 | <ComponentRef Id="contrib.vim" /> | |
11 | </ComponentGroup> |
|
11 | </ComponentGroup> | |
12 | </Fragment> |
|
12 | </Fragment> | |
13 |
|
13 | |||
14 | <Fragment> |
|
14 | <Fragment> | |
15 | <DirectoryRef Id="INSTALLDIR"> |
|
15 | <DirectoryRef Id="INSTALLDIR"> | |
16 | <Directory Id="contribdir" Name="contrib" FileSource="$(var.SourceDir)"> |
|
16 | <Directory Id="contribdir" Name="contrib" FileSource="$(var.SourceDir)"> | |
17 | <Component Id="contrib" Guid="$(var.contrib.guid)" Win64='$(var.IsX64)'> |
|
17 | <Component Id="contrib" Guid="$(var.contrib.guid)" Win64='$(var.IsX64)'> | |
18 | <File Name="bash_completion" KeyPath="yes" /> |
|
18 | <File Name="bash_completion" KeyPath="yes" /> | |
19 | <File Name="hgk" /> |
|
19 | <File Name="hgk" /> | |
20 | <File Name="hgweb.fcgi" /> |
|
20 | <File Name="hgweb.fcgi" /> | |
21 | <File Name="hgweb.wsgi" /> |
|
21 | <File Name="hgweb.wsgi" /> | |
22 | <File Name="logo-droplets.svg" /> |
|
22 | <File Name="logo-droplets.svg" /> | |
23 | <File Name="mercurial.el" /> |
|
23 | <File Name="mercurial.el" /> | |
24 | <File Name="sample.hgrc" /> |
|
|||
25 | <File Name="tcsh_completion" /> |
|
24 | <File Name="tcsh_completion" /> | |
26 | <File Name="tcsh_completion_build.sh" /> |
|
25 | <File Name="tcsh_completion_build.sh" /> | |
27 | <File Name="xml.rnc" /> |
|
26 | <File Name="xml.rnc" /> | |
28 | <File Name="zsh_completion" /> |
|
27 | <File Name="zsh_completion" /> | |
29 | </Component> |
|
28 | </Component> | |
30 | <Directory Id="vimdir" Name="vim"> |
|
29 | <Directory Id="vimdir" Name="vim"> | |
31 | <Component Id="contrib.vim" Guid="$(var.contrib.vim.guid)" Win64='$(var.IsX64)'> |
|
30 | <Component Id="contrib.vim" Guid="$(var.contrib.vim.guid)" Win64='$(var.IsX64)'> | |
32 | <File Name="hg-menu.vim" KeyPath="yes" /> |
|
31 | <File Name="hg-menu.vim" KeyPath="yes" /> | |
33 | <File Name="HGAnnotate.vim" /> |
|
32 | <File Name="HGAnnotate.vim" /> | |
34 | <File Name="hgcommand.vim" /> |
|
33 | <File Name="hgcommand.vim" /> | |
35 | <File Name="patchreview.txt" /> |
|
34 | <File Name="patchreview.txt" /> | |
36 | <File Name="patchreview.vim" /> |
|
35 | <File Name="patchreview.vim" /> | |
37 | <File Name="hgtest.vim" /> |
|
36 | <File Name="hgtest.vim" /> | |
38 | </Component> |
|
37 | </Component> | |
39 | </Directory> |
|
38 | </Directory> | |
40 | </Directory> |
|
39 | </Directory> | |
41 | </DirectoryRef> |
|
40 | </DirectoryRef> | |
42 | </Fragment> |
|
41 | </Fragment> | |
43 |
|
42 | |||
44 | </Wix> |
|
43 | </Wix> |
@@ -1,51 +1,51 | |||||
1 | <Include> |
|
1 | <Include> | |
2 | <!-- These are component GUIDs used for Mercurial installers. |
|
2 | <!-- These are component GUIDs used for Mercurial installers. | |
3 | YOU MUST CHANGE ALL GUIDs below when copying this file |
|
3 | YOU MUST CHANGE ALL GUIDs below when copying this file | |
4 | and replace 'Mercurial' in this notice with the name of |
|
4 | and replace 'Mercurial' in this notice with the name of | |
5 | your project. Component GUIDs have global namespace! --> |
|
5 | your project. Component GUIDs have global namespace! --> | |
6 |
|
6 | |||
7 | <!-- contrib.wxs --> |
|
7 | <!-- contrib.wxs --> | |
8 |
<?define contrib.guid = { |
|
8 | <?define contrib.guid = {4E11FFC2-E2F7-482A-8460-9394B5489F02} ?> | |
9 | <?define contrib.vim.guid = {BB04903A-652D-4C4F-9590-2BD07A2304F2} ?> |
|
9 | <?define contrib.vim.guid = {BB04903A-652D-4C4F-9590-2BD07A2304F2} ?> | |
10 |
|
10 | |||
11 | <!-- dist.wxs --> |
|
11 | <!-- dist.wxs --> | |
12 | <?define dist.guid = {C3B634A4-1B05-4A40-94A9-38EE853CF693} ?> |
|
12 | <?define dist.guid = {C3B634A4-1B05-4A40-94A9-38EE853CF693} ?> | |
13 |
|
13 | |||
14 | <!-- doc.wxs --> |
|
14 | <!-- doc.wxs --> | |
15 | <?define doc.hg.1.html.guid = {AAAA3FDA-EDC5-4220-B59D-D342722358A2} ?> |
|
15 | <?define doc.hg.1.html.guid = {AAAA3FDA-EDC5-4220-B59D-D342722358A2} ?> | |
16 | <?define doc.hgignore.5.html.guid = {AA9118C4-F3A0-4429-A5F4-5A1906B2D67F} ?> |
|
16 | <?define doc.hgignore.5.html.guid = {AA9118C4-F3A0-4429-A5F4-5A1906B2D67F} ?> | |
17 | <?define doc.hgrc.5.html = {E0CEA1EB-FA01-408c-844B-EE5965165BAE} ?> |
|
17 | <?define doc.hgrc.5.html = {E0CEA1EB-FA01-408c-844B-EE5965165BAE} ?> | |
18 | <?define doc.style.css = {172F8262-98E0-4711-BD39-4DAE0D77EF05} ?> |
|
18 | <?define doc.style.css = {172F8262-98E0-4711-BD39-4DAE0D77EF05} ?> | |
19 |
|
19 | |||
20 | <!-- help.wxs --> |
|
20 | <!-- help.wxs --> | |
21 | <?define helpFolder.guid = {9FA957DB-6DFE-44f2-AD03-293B2791CF17} ?> |
|
21 | <?define helpFolder.guid = {9FA957DB-6DFE-44f2-AD03-293B2791CF17} ?> | |
22 |
|
22 | |||
23 | <!-- i18n.wxs --> |
|
23 | <!-- i18n.wxs --> | |
24 | <?define i18nFolder.guid = {1BF8026D-CF7C-4174-AEE6-D6B7BF119248} ?> |
|
24 | <?define i18nFolder.guid = {1BF8026D-CF7C-4174-AEE6-D6B7BF119248} ?> | |
25 |
|
25 | |||
26 | <!-- templates.wxs --> |
|
26 | <!-- templates.wxs --> | |
27 | <?define templates.root.guid = {437FD55C-7756-4EA0-87E5-FDBE75DC8595} ?> |
|
27 | <?define templates.root.guid = {437FD55C-7756-4EA0-87E5-FDBE75DC8595} ?> | |
28 | <?define templates.atom.guid = {D30E14A5-8AF0-4268-8B00-00BEE9E09E39} ?> |
|
28 | <?define templates.atom.guid = {D30E14A5-8AF0-4268-8B00-00BEE9E09E39} ?> | |
29 | <?define templates.coal.guid = {B63CCAAB-4EAF-43b4-901E-4BD13F5B78FC} ?> |
|
29 | <?define templates.coal.guid = {B63CCAAB-4EAF-43b4-901E-4BD13F5B78FC} ?> | |
30 | <?define templates.gitweb.guid = {827334AF-1EFD-421B-962C-5660A068F612} ?> |
|
30 | <?define templates.gitweb.guid = {827334AF-1EFD-421B-962C-5660A068F612} ?> | |
31 | <?define templates.monoblue.guid = {8060A1E4-BD4C-453E-92CB-9536DC44A9E3} ?> |
|
31 | <?define templates.monoblue.guid = {8060A1E4-BD4C-453E-92CB-9536DC44A9E3} ?> | |
32 | <?define templates.paper.guid = {61AB1DE9-645F-46ED-8AF8-0CF02267FFBB} ?> |
|
32 | <?define templates.paper.guid = {61AB1DE9-645F-46ED-8AF8-0CF02267FFBB} ?> | |
33 | <?define templates.raw.guid = {834DF8D7-9784-43A6-851D-A96CE1B3575B} ?> |
|
33 | <?define templates.raw.guid = {834DF8D7-9784-43A6-851D-A96CE1B3575B} ?> | |
34 | <?define templates.rss.guid = {9338FA09-E128-4B1C-B723-1142DBD09E14} ?> |
|
34 | <?define templates.rss.guid = {9338FA09-E128-4B1C-B723-1142DBD09E14} ?> | |
35 | <?define templates.spartan.guid = {80222625-FA8F-44b1-86CE-1781EF375D09} ?> |
|
35 | <?define templates.spartan.guid = {80222625-FA8F-44b1-86CE-1781EF375D09} ?> | |
36 | <?define templates.static.guid = {6B3D7C24-98DA-4B67-9F18-35F77357B0B4} ?> |
|
36 | <?define templates.static.guid = {6B3D7C24-98DA-4B67-9F18-35F77357B0B4} ?> | |
37 |
|
37 | |||
38 | <!-- mercurial.wxs --> |
|
38 | <!-- mercurial.wxs --> | |
39 | <?define ProductUpgradeCode = {A1CC6134-E945-4399-BE36-EB0017FDF7CF} ?> |
|
39 | <?define ProductUpgradeCode = {A1CC6134-E945-4399-BE36-EB0017FDF7CF} ?> | |
40 |
|
40 | |||
41 | <?define ComponentMainExecutableGUID = {D102B8FA-059B-4ACC-9FA3-8C78C3B58EEF} ?> |
|
41 | <?define ComponentMainExecutableGUID = {D102B8FA-059B-4ACC-9FA3-8C78C3B58EEF} ?> | |
42 |
|
42 | |||
43 | <?define ReadMe.guid = {56A8E372-991D-4DCA-B91D-93D775974CF5} ?> |
|
43 | <?define ReadMe.guid = {56A8E372-991D-4DCA-B91D-93D775974CF5} ?> | |
44 | <?define COPYING.guid = {B7801DBA-1C49-4BF4-91AD-33C65F5C7895} ?> |
|
44 | <?define COPYING.guid = {B7801DBA-1C49-4BF4-91AD-33C65F5C7895} ?> | |
45 | <?define mercurial.rc.guid = {1D5FAEEE-7E6E-43B1-9F7F-802714316B15} ?> |
|
45 | <?define mercurial.rc.guid = {1D5FAEEE-7E6E-43B1-9F7F-802714316B15} ?> | |
46 | <?define mergetools.rc.guid = {E8A1DC29-FF40-4B5F-BD12-80B9F7BF0CCD} ?> |
|
46 | <?define mergetools.rc.guid = {E8A1DC29-FF40-4B5F-BD12-80B9F7BF0CCD} ?> | |
47 | <?define paths.rc.guid = {F9ADF21D-5F0B-4934-8CD9-14BE63664721} ?> |
|
47 | <?define paths.rc.guid = {F9ADF21D-5F0B-4934-8CD9-14BE63664721} ?> | |
48 | <?define cacert.pem.guid = {EC1B2630-FE21-46E6-915B-A6545AF703D4} ?> |
|
48 | <?define cacert.pem.guid = {EC1B2630-FE21-46E6-915B-A6545AF703D4} ?> | |
49 | <?define ProgramMenuDir.guid = {D5A63320-1238-489B-B68B-CF053E9577CA} ?> |
|
49 | <?define ProgramMenuDir.guid = {D5A63320-1238-489B-B68B-CF053E9577CA} ?> | |
50 |
|
50 | |||
51 | </Include> |
|
51 | </Include> |
General Comments 0
You need to be logged in to leave comments.
Login now