Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable wix/tortoisehg.wxs: use HKLM instead of HKMU

see also 9c25484a5a67

Changeset 203bfbdce5e1

Parent c2ed17ed7188

by Adrian Buehlmann

Changes to one file · Browse files at 203bfbdce5e1 Showing diff from parent c2ed17ed7188 Diff from another changeset...

 
126
127
128
129
 
130
131
132
 
135
136
137
138
 
139
140
141
 
273
274
275
276
 
277
278
279
 
126
127
128
 
129
130
131
132
 
135
136
137
 
138
139
140
141
 
273
274
275
 
276
277
278
279
@@ -126,7 +126,7 @@
  </File>   <RegistryValue   Name='TortoiseHgRpcServer' - Root='HKMU' Key='Software\Microsoft\Windows\CurrentVersion\Run' + Root='HKLM' Key='Software\Microsoft\Windows\CurrentVersion\Run'   Type='string' Value='[INSTALLDIR]thgtaskbar.exe'   />   </Component> @@ -135,7 +135,7 @@
  Source='win32\ThgShellx86.dll'   />   <RegistryValue - Root='HKMU' Key='Software\TortoiseHg' + Root='HKLM' Key='Software\TortoiseHg'   Type='string' Value='[INSTALLDIR]'   />   <RegistryValue @@ -273,7 +273,7 @@
  Source='win32\ThgShellx64.dll'   />   <RegistryValue - Root='HKMU' Key='Software\TortoiseHg' + Root='HKLM' Key='Software\TortoiseHg'   Type='string' Value='[INSTALLDIR]'   />   <RegistryValue