Mercurial > hg
changeset 10733:e26102c40e2e stable
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.
author | Adrian Buehlmann <adrian@cadifra.com> |
---|---|
date | Fri, 19 Mar 2010 10:39:01 +0100 |
parents | 5484f6e17984 |
children | 054652eeeaf1 a528a1046dba |
files | contrib/wix/mercurial.wxs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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' >