Mercurial > hg > easyhg
comparison easyhg.wxs @ 650:cfaede84ad9d
Use HKMU for registry key so as to do the right thing for multi-user installs
author | Chris Cannam <chris.cannam@eecs.qmul.ac.uk> |
---|---|
date | Thu, 24 Jan 2013 15:25:33 +0000 |
parents | ad163f8f6236 |
children | 3aa10702020f |
comparison
equal
deleted
inserted
replaced
649:35b0a7aa1fc1 | 650:cfaede84ad9d |
---|---|
3 <Product | 3 <Product |
4 Name="EasyMercurial" | 4 Name="EasyMercurial" |
5 Id="*" | 5 Id="*" |
6 Language="1033" | 6 Language="1033" |
7 Codepage="1252" | 7 Codepage="1252" |
8 Version="1.2.2" | 8 Version="1.3.0" |
9 UpgradeCode="B82DFDA9-B9DE-49BC-93E5-0B96F9DEB04B" | 9 UpgradeCode="B82DFDA9-B9DE-49BC-93E5-0B96F9DEB04B" |
10 Manufacturer="Queen Mary, University of London"> | 10 Manufacturer="Queen Mary, University of London"> |
11 | 11 |
12 <Package | 12 <Package |
13 Id="*" | 13 Id="*" |
207 | 207 |
208 <Directory Id="ProgramMenuFolder" Name="Programs"> | 208 <Directory Id="ProgramMenuFolder" Name="Programs"> |
209 <Directory Id="ProgramMenuDir" Name="EasyMercurial"> | 209 <Directory Id="ProgramMenuDir" Name="EasyMercurial"> |
210 <Component Id="ProgramMenuDir" Guid="2E8BDEA0-A6E4-4607-854D-E317A23A535B"> | 210 <Component Id="ProgramMenuDir" Guid="2E8BDEA0-A6E4-4607-854D-E317A23A535B"> |
211 <RemoveFolder Id="ProgramMenuDir" On="uninstall"/> | 211 <RemoveFolder Id="ProgramMenuDir" On="uninstall"/> |
212 <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Type="string" Value="" KeyPath="yes"/> | 212 <RegistryValue Root="HKMU" Key="Software\[Manufacturer]\[ProductName]" Type="string" Value="" KeyPath="yes"/> |
213 </Component> | 213 </Component> |
214 </Directory> | 214 </Directory> |
215 </Directory> | 215 </Directory> |
216 | 216 |
217 <Directory Id="DesktopFolder" Name="Desktop"/> | 217 <Directory Id="DesktopFolder" Name="Desktop"/> |