Mercurial > hg > easyhg
changeset 590:8bcf7ce9b1d2 easyhg_v1.2_win32_2
Installer fixes: Install to main EasyHg dir not versioned subdir; install icon
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Thu, 15 Mar 2012 15:23:34 +0000 |
parents | 1b67f8008ea4 |
children | 3c19058f2825 |
files | easyhg.wxs |
diffstat | 1 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/easyhg.wxs Wed Mar 14 12:15:20 2012 +0000 +++ b/easyhg.wxs Thu Mar 15 15:23:34 2012 +0000 @@ -25,8 +25,7 @@ <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="ProgramFilesFolder" Name="PFiles"> - <Directory Id="EasyHg" Name="EasyMercurial"> - <Directory Id="INSTALLDIR" Name="EasyMercurial 1.2.0"> + <Directory Id="INSTALLDIR" Name="EasyMercurial"> <Component Id="MainExecutable" @@ -63,6 +62,12 @@ Name="COPYING" DiskId="1" Source="COPYING"/> + + <File + Id="easyhg.ico" + Name="easyhg.ico" + DiskId="1" + Source="easyhg.ico"/> </Component> <Component @@ -195,7 +200,6 @@ </Component> </Directory> - </Directory> </Directory> </Directory>