Mercurial > hg > easyhg
comparison easyhg.wxs @ 568:eb65dd31d293
Rename icon in wxs file
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Wed, 29 Feb 2012 14:54:59 +0000 |
parents | 533519ebc0cb |
children | 763724ed7919 |
comparison
equal
deleted
inserted
replaced
567:a25706487852 | 568:eb65dd31d293 |
---|---|
42 <Shortcut | 42 <Shortcut |
43 Id="EasyHgStartEntry" | 43 Id="EasyHgStartEntry" |
44 Directory="ProgramMenuDir" | 44 Directory="ProgramMenuDir" |
45 Name="EasyMercurial" | 45 Name="EasyMercurial" |
46 WorkingDirectory="INSTALLDIR" | 46 WorkingDirectory="INSTALLDIR" |
47 Icon="easyhg-icon.ico" | 47 Icon="easyhg.ico" |
48 IconIndex="0" | 48 IconIndex="0" |
49 Advertise="yes"/> | 49 Advertise="yes"/> |
50 | 50 |
51 <Shortcut | 51 <Shortcut |
52 Id="EasyHgDesktop" | 52 Id="EasyHgDesktop" |
53 Directory="DesktopFolder" | 53 Directory="DesktopFolder" |
54 Name="EasyMercurial" | 54 Name="EasyMercurial" |
55 WorkingDirectory="INSTALLDIR" | 55 WorkingDirectory="INSTALLDIR" |
56 Icon="easyhg-icon.ico" | 56 Icon="easyhg.ico" |
57 IconIndex="0" | 57 IconIndex="0" |
58 Advertise="yes"/> | 58 Advertise="yes"/> |
59 </File> | 59 </File> |
60 </Component> | 60 </Component> |
61 | 61 |
97 <ComponentRef Id="VCLIBS"/> | 97 <ComponentRef Id="VCLIBS"/> |
98 <ComponentRef Id="ProgramMenuDir"/> | 98 <ComponentRef Id="ProgramMenuDir"/> |
99 </Feature> | 99 </Feature> |
100 | 100 |
101 <Icon | 101 <Icon |
102 Id="easyhg-icon.ico" | 102 Id="easyhg.ico" |
103 SourceFile="easyhg-icon.ico"/> | 103 SourceFile="easyhg.ico"/> |
104 | 104 |
105 </Product> | 105 </Product> |
106 </Wix> | 106 </Wix> |