diff contrib/wix/mercurial.wxs @ 25409:95e042d77a5f

wix: move library.zip and all *.pyd into a lib/ folder This makes the root install folder (on Windows) nice and tidy. The only files left in the root folder are: hg.exe python27.dll COPYING.rtf ReadMe.html the last of which was probably out-of-date 7 years ago
author Steve Borho <steve@borho.org>
date Wed, 03 Jun 2015 14:31:19 -0500
parents 6e38b6fc4123
children 4b0fc75f9403
line wrap: on
line diff
--- a/contrib/wix/mercurial.wxs	Wed May 20 11:31:38 2015 -0500
+++ b/contrib/wix/mercurial.wxs	Wed Jun 03 14:31:19 2015 -0500
@@ -118,6 +118,7 @@
              Level='1' Absent='disallow' >
         <ComponentRef Id='MainExecutable' />
         <ComponentRef Id='distOutput' />
+        <ComponentRef Id='libOutput' />
         <ComponentRef Id='ProgramMenuDir' />
         <ComponentRef Id='ReadMe' />
         <ComponentRef Id='COPYING' />