Mercurial > hg > easyhg
changeset 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 | 35b0a7aa1fc1 |
children | a16d0d70b1ee |
files | easyhg.wxs |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/easyhg.wxs Thu Jan 24 15:05:40 2013 +0000 +++ b/easyhg.wxs Thu Jan 24 15:25:33 2013 +0000 @@ -5,7 +5,7 @@ Id="*" Language="1033" Codepage="1252" - Version="1.2.2" + Version="1.3.0" UpgradeCode="B82DFDA9-B9DE-49BC-93E5-0B96F9DEB04B" Manufacturer="Queen Mary, University of London"> @@ -209,7 +209,7 @@ <Directory Id="ProgramMenuDir" Name="EasyMercurial"> <Component Id="ProgramMenuDir" Guid="2E8BDEA0-A6E4-4607-854D-E317A23A535B"> <RemoveFolder Id="ProgramMenuDir" On="uninstall"/> - <RegistryValue Root="HKCU" Key="Software\[Manufacturer]\[ProductName]" Type="string" Value="" KeyPath="yes"/> + <RegistryValue Root="HKMU" Key="Software\[Manufacturer]\[ProductName]" Type="string" Value="" KeyPath="yes"/> </Component> </Directory> </Directory>