Show More
@@ -1,51 +1,51 b'' | |||
|
1 | 1 | <Include> |
|
2 | 2 | <!-- These are component GUIDs used for Mercurial installers. |
|
3 | 3 | YOU MUST CHANGE ALL GUIDs below when copying this file |
|
4 | 4 | and replace 'Mercurial' in this notice with the name of |
|
5 | 5 | your project. Component GUIDs have global namespace! --> |
|
6 | 6 | |
|
7 | 7 | <!-- contrib.wxs --> |
|
8 | 8 | <?define contrib.guid = {F17D27B7-4A6B-4cd2-AE72-FED3CFAA585E} ?> |
|
9 | 9 | <?define contrib.vim.guid = {BB04903A-652D-4C4F-9590-2BD07A2304F2} ?> |
|
10 | 10 | |
|
11 | 11 | <!-- dist.wxs --> |
|
12 | 12 | <?define dist.guid = {C3B634A4-1B05-4A40-94A9-38EE853CF693} ?> |
|
13 | 13 | |
|
14 | 14 | <!-- doc.wxs --> |
|
15 | 15 | <?define doc.hg.1.html.guid = {AAAA3FDA-EDC5-4220-B59D-D342722358A2} ?> |
|
16 | 16 | <?define doc.hgignore.5.html.guid = {AA9118C4-F3A0-4429-A5F4-5A1906B2D67F} ?> |
|
17 | 17 | <?define doc.hgrc.5.html = {E0CEA1EB-FA01-408c-844B-EE5965165BAE} ?> |
|
18 | 18 | <?define doc.style.css = {172F8262-98E0-4711-BD39-4DAE0D77EF05} ?> |
|
19 | 19 | |
|
20 | 20 | <!-- help.wxs --> |
|
21 | 21 | <?define helpFolder.guid = {21FE9CF9-933E-4C2E-B2EC-413A569FB996} ?> |
|
22 | 22 | |
|
23 | 23 | <!-- i18n.wxs --> |
|
24 | 24 | <?define i18nFolder.guid = {EADFA693-A0B5-4f31-87C9-3997CFAC1B42} ?> |
|
25 | 25 | |
|
26 | 26 | <!-- templates.wxs --> |
|
27 | 27 | <?define templates.root.guid = {111509CB-4C96-4035-80BC-F66A99CD5ACB} ?> |
|
28 | 28 | <?define templates.atom.guid = {45FCDF84-DE27-44f4-AF6C-C41F5994AE0D} ?> |
|
29 | 29 | <?define templates.coal.guid = {B63CCAAB-4EAF-43b4-901E-4BD13F5B78FC} ?> |
|
30 | 30 | <?define templates.gitweb.guid = {D8BFE3ED-06DD-4C4D-A00D-6D825955F922} ?> |
|
31 | 31 | <?define templates.monoblue.guid = {A394B4D5-2AF7-4AAC-AEA8-E92176E5501E} ?> |
|
32 | 32 | <?define templates.paper.guid = {243CF61D-7028-4A25-93CC-7C402088EAE6} ?> |
|
33 | 33 | <?define templates.raw.guid = {04DE03A2-FBFD-4c5f-8DEA-5436DDF4689D} ?> |
|
34 | 34 | <?define templates.rss.guid = {A7D608DE-0CF6-44f4-AF1E-EE30CC237FDA} ?> |
|
35 | 35 | <?define templates.spartan.guid = {80222625-FA8F-44b1-86CE-1781EF375D09} ?> |
|
36 |
<?define templates.static.guid = { |
|
|
36 | <?define templates.static.guid = {B27D7311-050A-4A96-9971-B674A0EA21D0} ?> | |
|
37 | 37 | |
|
38 | 38 | <!-- mercurial.wxs --> |
|
39 | 39 | <?define ProductUpgradeCode = {A1CC6134-E945-4399-BE36-EB0017FDF7CF} ?> |
|
40 | 40 | |
|
41 | 41 | <?define ComponentMainExecutableGUID = {D102B8FA-059B-4ACC-9FA3-8C78C3B58EEF} ?> |
|
42 | 42 | |
|
43 | 43 | <?define ReadMe.guid = {56A8E372-991D-4DCA-B91D-93D775974CF5} ?> |
|
44 | 44 | <?define COPYING.guid = {B7801DBA-1C49-4BF4-91AD-33C65F5C7895} ?> |
|
45 | 45 | <?define mercurial.rc.guid = {1D5FAEEE-7E6E-43B1-9F7F-802714316B15} ?> |
|
46 | 46 | <?define mergetools.rc.guid = {E8A1DC29-FF40-4B5F-BD12-80B9F7BF0CCD} ?> |
|
47 | 47 | <?define paths.rc.guid = {F9ADF21D-5F0B-4934-8CD9-14BE63664721} ?> |
|
48 | 48 | <?define cacert.pem.guid = {EC1B2630-FE21-46E6-915B-A6545AF703D4} ?> |
|
49 | 49 | <?define ProgramMenuDir.guid = {D5A63320-1238-489B-B68B-CF053E9577CA} ?> |
|
50 | 50 | |
|
51 | 51 | </Include> |
@@ -1,214 +1,214 b'' | |||
|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
|
2 | 2 | <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> |
|
3 | 3 | |
|
4 | 4 | <?include guids.wxi ?> |
|
5 | 5 | <?include defines.wxi ?> |
|
6 | 6 | |
|
7 | 7 | <Fragment> |
|
8 | 8 | <ComponentGroup Id="templatesFolder"> |
|
9 | 9 | |
|
10 | 10 | <ComponentRef Id="templates.root" /> |
|
11 | 11 | |
|
12 | 12 | <ComponentRef Id="templates.atom" /> |
|
13 | 13 | <ComponentRef Id="templates.coal" /> |
|
14 | 14 | <ComponentRef Id="templates.gitweb" /> |
|
15 | 15 | <ComponentRef Id="templates.monoblue" /> |
|
16 | 16 | <ComponentRef Id="templates.paper" /> |
|
17 | 17 | <ComponentRef Id="templates.raw" /> |
|
18 | 18 | <ComponentRef Id="templates.rss" /> |
|
19 | 19 | <ComponentRef Id="templates.spartan" /> |
|
20 | 20 | <ComponentRef Id="templates.static" /> |
|
21 | 21 | |
|
22 | 22 | </ComponentGroup> |
|
23 | 23 | </Fragment> |
|
24 | 24 | |
|
25 | 25 | <Fragment> |
|
26 | 26 | <DirectoryRef Id="INSTALLDIR"> |
|
27 | 27 | |
|
28 | 28 | <Directory Id="templatesdir" Name="templates" FileSource="$(var.SourceDir)"> |
|
29 | 29 | |
|
30 | 30 | <Component Id="templates.root" Guid="$(var.templates.root.guid)" Win64='$(var.IsX64)'> |
|
31 | 31 | <File Name="map-cmdline.changelog" KeyPath="yes" /> |
|
32 | 32 | <File Name="map-cmdline.compact" /> |
|
33 | 33 | <File Name="map-cmdline.default" /> |
|
34 | 34 | <File Name="map-cmdline.xml" /> |
|
35 | 35 | <File Name="template-vars.txt" /> |
|
36 | 36 | </Component> |
|
37 | 37 | |
|
38 | 38 | <Directory Id="templates.atomdir" Name="atom"> |
|
39 | 39 | <Component Id="templates.atom" Guid="$(var.templates.atom.guid)" Win64='$(var.IsX64)'> |
|
40 | 40 | <File Id="atom.changelog.tmpl" Name="changelog.tmpl" KeyPath="yes" /> |
|
41 | 41 | <File Id="atom.changelogentry.tmpl" Name="changelogentry.tmpl" /> |
|
42 | 42 | <File Id="atom.error.tmpl" Name="error.tmpl" /> |
|
43 | 43 | <File Id="atom.filelog.tmpl" Name="filelog.tmpl" /> |
|
44 | 44 | <File Id="atom.header.tmpl" Name="header.tmpl" /> |
|
45 | 45 | <File Id="atom.map" Name="map" /> |
|
46 | 46 | <File Id="atom.tagentry.tmpl" Name="tagentry.tmpl" /> |
|
47 | 47 | <File Id="atom.tags.tmpl" Name="tags.tmpl" /> |
|
48 | 48 | </Component> |
|
49 | 49 | </Directory> |
|
50 | 50 | |
|
51 | 51 | <Directory Id="templates.coaldir" Name="coal"> |
|
52 | 52 | <Component Id="templates.coal" Guid="$(var.templates.coal.guid)" Win64='$(var.IsX64)'> |
|
53 | 53 | <File Id="coal.header.tmpl" Name="header.tmpl" KeyPath="yes" /> |
|
54 | 54 | <File Id="coal.map" Name="map" /> |
|
55 | 55 | </Component> |
|
56 | 56 | </Directory> |
|
57 | 57 | |
|
58 | 58 | <Directory Id="templates.gitwebdir" Name="gitweb"> |
|
59 | 59 | <Component Id="templates.gitweb" Guid="$(var.templates.gitweb.guid)" Win64='$(var.IsX64)'> |
|
60 | 60 | <File Id="gitweb.branches.tmpl" Name="branches.tmpl" KeyPath="yes" /> |
|
61 | 61 | <File Id="gitweb.changelog.tmpl" Name="changelog.tmpl" /> |
|
62 | 62 | <File Id="gitweb.changelogentry.tmpl" Name="changelogentry.tmpl" /> |
|
63 | 63 | <File Id="gitweb.changeset.tmpl" Name="changeset.tmpl" /> |
|
64 | 64 | <File Id="gitweb.error.tmpl" Name="error.tmpl" /> |
|
65 | 65 | <File Id="gitweb.fileannotate.tmpl" Name="fileannotate.tmpl" /> |
|
66 | 66 | <File Id="gitweb.filediff.tmpl" Name="filediff.tmpl" /> |
|
67 | 67 | <File Id="gitweb.filelog.tmpl" Name="filelog.tmpl" /> |
|
68 | 68 | <File Id="gitweb.filerevision.tmpl" Name="filerevision.tmpl" /> |
|
69 | 69 | <File Id="gitweb.footer.tmpl" Name="footer.tmpl" /> |
|
70 | 70 | <File Id="gitweb.graph.tmpl" Name="graph.tmpl" /> |
|
71 | 71 | <File Id="gitweb.header.tmpl" Name="header.tmpl" /> |
|
72 | 72 | <File Id="gitweb.index.tmpl" Name="index.tmpl" /> |
|
73 | 73 | <File Id="gitweb.manifest.tmpl" Name="manifest.tmpl" /> |
|
74 | 74 | <File Id="gitweb.map" Name="map" /> |
|
75 | 75 | <File Id="gitweb.notfound.tmpl" Name="notfound.tmpl" /> |
|
76 | 76 | <File Id="gitweb.search.tmpl" Name="search.tmpl" /> |
|
77 | 77 | <File Id="gitweb.shortlog.tmpl" Name="shortlog.tmpl" /> |
|
78 | 78 | <File Id="gitweb.summary.tmpl" Name="summary.tmpl" /> |
|
79 | 79 | <File Id="gitweb.tags.tmpl" Name="tags.tmpl" /> |
|
80 | 80 | <File Id="gitweb.help.tmpl" Name="help.tmpl" /> |
|
81 | 81 | <File Id="gitweb.helptopics.tmpl" Name="helptopics.tmpl" /> |
|
82 | 82 | </Component> |
|
83 | 83 | </Directory> |
|
84 | 84 | |
|
85 | 85 | <Directory Id="templates.monobluedir" Name="monoblue"> |
|
86 | 86 | <Component Id="templates.monoblue" Guid="$(var.templates.monoblue.guid)" Win64='$(var.IsX64)'> |
|
87 | 87 | <File Id="monoblue.branches.tmpl" Name="branches.tmpl" KeyPath="yes" /> |
|
88 | 88 | <File Id="monoblue.changelog.tmpl" Name="changelog.tmpl" /> |
|
89 | 89 | <File Id="monoblue.changelogentry.tmpl" Name="changelogentry.tmpl" /> |
|
90 | 90 | <File Id="monoblue.changeset.tmpl" Name="changeset.tmpl" /> |
|
91 | 91 | <File Id="monoblue.error.tmpl" Name="error.tmpl" /> |
|
92 | 92 | <File Id="monoblue.fileannotate.tmpl" Name="fileannotate.tmpl" /> |
|
93 | 93 | <File Id="monoblue.filediff.tmpl" Name="filediff.tmpl" /> |
|
94 | 94 | <File Id="monoblue.filelog.tmpl" Name="filelog.tmpl" /> |
|
95 | 95 | <File Id="monoblue.filerevision.tmpl" Name="filerevision.tmpl" /> |
|
96 | 96 | <File Id="monoblue.footer.tmpl" Name="footer.tmpl" /> |
|
97 | 97 | <File Id="monoblue.graph.tmpl" Name="graph.tmpl" /> |
|
98 | 98 | <File Id="monoblue.header.tmpl" Name="header.tmpl" /> |
|
99 | 99 | <File Id="monoblue.index.tmpl" Name="index.tmpl" /> |
|
100 | 100 | <File Id="monoblue.manifest.tmpl" Name="manifest.tmpl" /> |
|
101 | 101 | <File Id="monoblue.map" Name="map" /> |
|
102 | 102 | <File Id="monoblue.notfound.tmpl" Name="notfound.tmpl" /> |
|
103 | 103 | <File Id="monoblue.search.tmpl" Name="search.tmpl" /> |
|
104 | 104 | <File Id="monoblue.shortlog.tmpl" Name="shortlog.tmpl" /> |
|
105 | 105 | <File Id="monoblue.summary.tmpl" Name="summary.tmpl" /> |
|
106 | 106 | <File Id="monoblue.tags.tmpl" Name="tags.tmpl" /> |
|
107 | 107 | <File Id="monoblue.help.tmpl" Name="help.tmpl" /> |
|
108 | 108 | <File Id="monoblue.helptopics.tmpl" Name="helptopics.tmpl" /> |
|
109 | 109 | </Component> |
|
110 | 110 | </Directory> |
|
111 | 111 | |
|
112 | 112 | <Directory Id="templates.paperdir" Name="paper"> |
|
113 | 113 | <Component Id="templates.paper" Guid="$(var.templates.paper.guid)" Win64='$(var.IsX64)'> |
|
114 | 114 | <File Id="paper.branches.tmpl" Name="branches.tmpl" KeyPath="yes" /> |
|
115 | 115 | <File Id="paper.bookmarks.tmpl" Name="bookmarks.tmpl" /> |
|
116 | 116 | <File Id="paper.changeset.tmpl" Name="changeset.tmpl" /> |
|
117 | 117 | <File Id="paper.error.tmpl" Name="error.tmpl" /> |
|
118 | 118 | <File Id="paper.fileannotate.tmpl" Name="fileannotate.tmpl" /> |
|
119 | 119 | <File Id="paper.filediff.tmpl" Name="filediff.tmpl" /> |
|
120 | 120 | <File Id="paper.filelog.tmpl" Name="filelog.tmpl" /> |
|
121 | 121 | <File Id="paper.filelogentry.tmpl" Name="filelogentry.tmpl" /> |
|
122 | 122 | <File Id="paper.filerevision.tmpl" Name="filerevision.tmpl" /> |
|
123 | 123 | <File Id="paper.footer.tmpl" Name="footer.tmpl" /> |
|
124 | 124 | <File Id="paper.graph.tmpl" Name="graph.tmpl" /> |
|
125 | 125 | <File Id="paper.header.tmpl" Name="header.tmpl" /> |
|
126 | 126 | <File Id="paper.index.tmpl" Name="index.tmpl" /> |
|
127 | 127 | <File Id="paper.manifest.tmpl" Name="manifest.tmpl" /> |
|
128 | 128 | <File Id="paper.map" Name="map" /> |
|
129 | 129 | <File Id="paper.notfound.tmpl" Name="notfound.tmpl" /> |
|
130 | 130 | <File Id="paper.search.tmpl" Name="search.tmpl" /> |
|
131 | 131 | <File Id="paper.shortlog.tmpl" Name="shortlog.tmpl" /> |
|
132 | 132 | <File Id="paper.shortlogentry.tmpl" Name="shortlogentry.tmpl" /> |
|
133 | 133 | <File Id="paper.tags.tmpl" Name="tags.tmpl" /> |
|
134 | 134 | <File Id="paper.help.tmpl" Name="help.tmpl" /> |
|
135 | 135 | <File Id="paper.helptopics.tmpl" Name="helptopics.tmpl" /> |
|
136 | 136 | </Component> |
|
137 | 137 | </Directory> |
|
138 | 138 | |
|
139 | 139 | <Directory Id="templates.rawdir" Name="raw"> |
|
140 | 140 | <Component Id="templates.raw" Guid="$(var.templates.raw.guid)" Win64='$(var.IsX64)'> |
|
141 | 141 | <File Id="raw.changeset.tmpl" Name="changeset.tmpl" KeyPath="yes" /> |
|
142 | 142 | <File Id="raw.error.tmpl" Name="error.tmpl" /> |
|
143 | 143 | <File Id="raw.fileannotate.tmpl" Name="fileannotate.tmpl" /> |
|
144 | 144 | <File Id="raw.filediff.tmpl" Name="filediff.tmpl" /> |
|
145 | 145 | <File Id="raw.index.tmpl" Name="index.tmpl" /> |
|
146 | 146 | <File Id="raw.manifest.tmpl" Name="manifest.tmpl" /> |
|
147 | 147 | <File Id="raw.map" Name="map" /> |
|
148 | 148 | <File Id="raw.notfound.tmpl" Name="notfound.tmpl" /> |
|
149 | 149 | </Component> |
|
150 | 150 | </Directory> |
|
151 | 151 | |
|
152 | 152 | <Directory Id="templates.rssdir" Name="rss"> |
|
153 | 153 | <Component Id="templates.rss" Guid="$(var.templates.rss.guid)" Win64='$(var.IsX64)'> |
|
154 | 154 | <File Id="rss.changelog.tmpl" Name="changelog.tmpl" KeyPath="yes" /> |
|
155 | 155 | <File Id="rss.changelogentry.tmpl" Name="changelogentry.tmpl" /> |
|
156 | 156 | <File Id="rss.error.tmpl" Name="error.tmpl" /> |
|
157 | 157 | <File Id="rss.filelog.tmpl" Name="filelog.tmpl" /> |
|
158 | 158 | <File Id="rss.filelogentry.tmpl" Name="filelogentry.tmpl" /> |
|
159 | 159 | <File Id="rss.header.tmpl" Name="header.tmpl" /> |
|
160 | 160 | <File Id="rss.map" Name="map" /> |
|
161 | 161 | <File Id="rss.tagentry.tmpl" Name="tagentry.tmpl" /> |
|
162 | 162 | <File Id="rss.tags.tmpl" Name="tags.tmpl" /> |
|
163 | 163 | </Component> |
|
164 | 164 | </Directory> |
|
165 | 165 | |
|
166 | 166 | <Directory Id="templates.spartandir" Name="spartan"> |
|
167 | 167 | <Component Id="templates.spartan" Guid="$(var.templates.spartan.guid)" Win64='$(var.IsX64)'> |
|
168 | 168 | <File Id="spartan.branches.tmpl" Name="branches.tmpl" KeyPath="yes" /> |
|
169 | 169 | <File Id="spartan.changelog.tmpl" Name="changelog.tmpl" /> |
|
170 | 170 | <File Id="spartan.changelogentry.tmpl" Name="changelogentry.tmpl" /> |
|
171 | 171 | <File Id="spartan.changeset.tmpl" Name="changeset.tmpl" /> |
|
172 | 172 | <File Id="spartan.error.tmpl" Name="error.tmpl" /> |
|
173 | 173 | <File Id="spartan.fileannotate.tmpl" Name="fileannotate.tmpl" /> |
|
174 | 174 | <File Id="spartan.filediff.tmpl" Name="filediff.tmpl" /> |
|
175 | 175 | <File Id="spartan.filelog.tmpl" Name="filelog.tmpl" /> |
|
176 | 176 | <File Id="spartan.filelogentry.tmpl" Name="filelogentry.tmpl" /> |
|
177 | 177 | <File Id="spartan.filerevision.tmpl" Name="filerevision.tmpl" /> |
|
178 | 178 | <File Id="spartan.footer.tmpl" Name="footer.tmpl" /> |
|
179 | 179 | <File Id="spartan.graph.tmpl" Name="graph.tmpl" /> |
|
180 | 180 | <File Id="spartan.header.tmpl" Name="header.tmpl" /> |
|
181 | 181 | <File Id="spartan.index.tmpl" Name="index.tmpl" /> |
|
182 | 182 | <File Id="spartan.manifest.tmpl" Name="manifest.tmpl" /> |
|
183 | 183 | <File Id="spartan.map" Name="map" /> |
|
184 | 184 | <File Id="spartan.notfound.tmpl" Name="notfound.tmpl" /> |
|
185 | 185 | <File Id="spartan.search.tmpl" Name="search.tmpl" /> |
|
186 | 186 | <File Id="spartan.shortlog.tmpl" Name="shortlog.tmpl" /> |
|
187 | 187 | <File Id="spartan.shortlogentry.tmpl" Name="shortlogentry.tmpl" /> |
|
188 | 188 | <File Id="spartan.tags.tmpl" Name="tags.tmpl" /> |
|
189 | 189 | </Component> |
|
190 | 190 | </Directory> |
|
191 | 191 | |
|
192 | 192 | <Directory Id="templates.staticdir" Name="static"> |
|
193 | 193 | <Component Id="templates.static" Guid="$(var.templates.static.guid)" Win64='$(var.IsX64)'> |
|
194 | 194 | <File Id="static.background.png" Name="background.png" KeyPath="yes" /> |
|
195 | 195 | <File Id="static.coal.file.png" Name="coal-file.png" /> |
|
196 | 196 | <File Id="static.coal.folder.png" Name="coal-folder.png" /> |
|
197 | 197 | <File Id="static.excanvas.js" Name="excanvas.js" /> |
|
198 |
<File Id="static. |
|
|
198 | <File Id="static.mercurial.js" Name="mercurial.js" /> | |
|
199 | 199 | <File Id="static.hgicon.png" Name="hgicon.png" /> |
|
200 | 200 | <File Id="static.hglogo.png" Name="hglogo.png" /> |
|
201 | 201 | <File Id="static.style.coal.css" Name="style-coal.css" /> |
|
202 | 202 | <File Id="static.style.gitweb.css" Name="style-gitweb.css" /> |
|
203 | 203 | <File Id="static.style.monoblue.css" Name="style-monoblue.css" /> |
|
204 | 204 | <File Id="static.style.paper.css" Name="style-paper.css" /> |
|
205 | 205 | <File Id="static.style.css" Name="style.css" /> |
|
206 | 206 | </Component> |
|
207 | 207 | </Directory> |
|
208 | 208 | |
|
209 | 209 | </Directory> |
|
210 | 210 | |
|
211 | 211 | </DirectoryRef> |
|
212 | 212 | </Fragment> |
|
213 | 213 | |
|
214 | 214 | </Wix> |
General Comments 0
You need to be logged in to leave comments.
Login now