Mercurial > hg
comparison contrib/wix/guids.wxi @ 13041:79388a8325dc stable
wix: switch Mercurial Windows installer to use py2exe --bundle 3
--bundle 3 leaves all of the compiled C extensions and other DLLs outside of
the library.zip, so we no longer add the installer folder to the system PATH.
Instead, we now ship a small bin/hg.cmd and it is placed in the PATH.
Switching to py2exe --bundle 3 is necessary because the higher bundle options
are not supported on x64.
author | Steve Borho <steve@borho.org> |
---|---|
date | Fri, 26 Nov 2010 16:18:19 -0600 |
parents | d8205dacf9a3 |
children | e5c2338d76b5 |
comparison
equal
deleted
inserted
replaced
13039:dd24f3e7ca9e | 13041:79388a8325dc |
---|---|
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 = {F17D27B7-4A6B-4cd2-AE72-FED3CFAA585E} ?> | 8 <?define contrib.guid = {F17D27B7-4A6B-4cd2-AE72-FED3CFAA585E} ?> |
9 <?define contrib.vim.guid = {BB04903A-652D-4C4F-9590-2BD07A2304F2} ?> | 9 <?define contrib.vim.guid = {BB04903A-652D-4C4F-9590-2BD07A2304F2} ?> |
10 | |
11 <!-- dist.wxs --> | |
12 <?define dist.guid = {0F63D160-0740-4BAF-BF25-0C6930310F51} ?> | |
10 | 13 |
11 <!-- doc.wxs --> | 14 <!-- doc.wxs --> |
12 <?define doc.hg.1.html.guid = {AAAA3FDA-EDC5-4220-B59D-D342722358A2} ?> | 15 <?define doc.hg.1.html.guid = {AAAA3FDA-EDC5-4220-B59D-D342722358A2} ?> |
13 <?define doc.hgignore.5.html.guid = {AA9118C4-F3A0-4429-A5F4-5A1906B2D67F} ?> | 16 <?define doc.hgignore.5.html.guid = {AA9118C4-F3A0-4429-A5F4-5A1906B2D67F} ?> |
14 <?define doc.hgrc.5.html = {E0CEA1EB-FA01-408c-844B-EE5965165BAE} ?> | 17 <?define doc.hgrc.5.html = {E0CEA1EB-FA01-408c-844B-EE5965165BAE} ?> |
40 <?define ReadMe.guid = {56A8E372-991D-4DCA-B91D-93D775974CF5} ?> | 43 <?define ReadMe.guid = {56A8E372-991D-4DCA-B91D-93D775974CF5} ?> |
41 <?define COPYING.guid = {B7801DBA-1C49-4BF4-91AD-33C65F5C7895} ?> | 44 <?define COPYING.guid = {B7801DBA-1C49-4BF4-91AD-33C65F5C7895} ?> |
42 <?define mercurial.rc.guid = {1D5FAEEE-7E6E-43B1-9F7F-802714316B15} ?> | 45 <?define mercurial.rc.guid = {1D5FAEEE-7E6E-43B1-9F7F-802714316B15} ?> |
43 <?define mergetools.rc.guid = {E8A1DC29-FF40-4B5F-BD12-80B9F7BF0CCD} ?> | 46 <?define mergetools.rc.guid = {E8A1DC29-FF40-4B5F-BD12-80B9F7BF0CCD} ?> |
44 <?define ProgramMenuDir.guid = {D5A63320-1238-489B-B68B-CF053E9577CA} ?> | 47 <?define ProgramMenuDir.guid = {D5A63320-1238-489B-B68B-CF053E9577CA} ?> |
48 <?define hgcmd.guid = {65CCC756-E72E-4C5F-901E-D575EDC80DB3} ?> | |
45 | 49 |
46 </Include> | 50 </Include> |