wix: don't show version in title of root feature stable
authorAdrian Buehlmann <adrian@cadifra.com>
Fri, 19 Mar 2010 10:39:01 +0100
branchstable
changeset 10733 e26102c40e2e
parent 10732 5484f6e17984
child 10735 054652eeeaf1
child 10736 a528a1046dba
wix: don't show version in title of root feature The version is already shown in the title bar of the feature selection dialog and in the text of the welcome dialog. It's unusual for Windows programs to repeat the version in the root feature.
contrib/wix/mercurial.wxs
--- a/contrib/wix/mercurial.wxs	Fri Mar 19 10:26:19 2010 +0100
+++ b/contrib/wix/mercurial.wxs	Fri Mar 19 10:39:01 2010 +0100
@@ -85,7 +85,7 @@
              SourceFile='$(var.VCRedistSrcDir)\policy.x.xx.microsoft.vcxx.crt.x86_msm.msm' />
     </Directory>
 
-    <Feature Id='Complete' Title='Mercurial $(var.Version)' Description='The complete package'
+    <Feature Id='Complete' Title='Mercurial' Description='The complete package'
         Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR' >
       <Feature Id='MainProgram' Title='Program' Description='Mercurial command line app'
              Level='1' Absent='disallow' >