changeset 570:e0d734fad735

Add components to feature
author Chris Cannam
date Wed, 29 Feb 2012 15:24:10 +0000
parents 763724ed7919
children 012ba1b83328 88ec0ae91dcc
files easyhg.wxs
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/easyhg.wxs	Wed Feb 29 15:21:12 2012 +0000
+++ b/easyhg.wxs	Wed Feb 29 15:24:10 2012 +0000
@@ -100,7 +100,8 @@
                   Id="QtCore"
                   Name="QtCore4.dll"
                   DiskId="1"
-                  Source="d:\easyhg-bundle-dependencies\QtCore4.dll"/>
+                  Source="d:\easyhg-bundle-dependencies\QtCore4.dll"
+		  KeyPath="yes"/>
               <File
                   Id="QtGui"
                   Name="QtGui4.dll"
@@ -214,6 +215,12 @@
     <Feature Id="Complete" Level="1">
       <ComponentRef Id="MainExecutable"/>
       <ComponentRef Id="VCLIBS"/>
+      <ComponentRef Id="HelperScripts"/>
+      <ComponentRef Id="Qt4"/>
+      <ComponentRef Id="hg"/>
+      <ComponentRef Id="sip"/>
+      <ComponentRef Id="kdiff3"/>
+      <ComponentRef Id="PyQt4"/>
       <ComponentRef Id="ProgramMenuDir"/>
     </Feature>