diff 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
line wrap: on
line diff
--- a/contrib/wix/guids.wxi	Tue Nov 23 13:11:40 2010 +0100
+++ b/contrib/wix/guids.wxi	Fri Nov 26 16:18:19 2010 -0600
@@ -8,6 +8,9 @@
   <?define contrib.guid = {F17D27B7-4A6B-4cd2-AE72-FED3CFAA585E} ?>
   <?define contrib.vim.guid = {BB04903A-652D-4C4F-9590-2BD07A2304F2} ?>
 
+  <!-- dist.wxs -->
+  <?define dist.guid = {0F63D160-0740-4BAF-BF25-0C6930310F51} ?>
+
   <!-- doc.wxs -->
   <?define doc.hg.1.html.guid = {AAAA3FDA-EDC5-4220-B59D-D342722358A2} ?>
   <?define doc.hgignore.5.html.guid = {AA9118C4-F3A0-4429-A5F4-5A1906B2D67F} ?>
@@ -42,5 +45,6 @@
   <?define mercurial.rc.guid = {1D5FAEEE-7E6E-43B1-9F7F-802714316B15} ?>
   <?define mergetools.rc.guid = {E8A1DC29-FF40-4B5F-BD12-80B9F7BF0CCD} ?>
   <?define ProgramMenuDir.guid = {D5A63320-1238-489B-B68B-CF053E9577CA} ?>
+  <?define hgcmd.guid = {65CCC756-E72E-4C5F-901E-D575EDC80DB3} ?>
 
 </Include>