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: use a define for the registry key 'Software\TortoiseHg'

Changeset a93d34e9231b

Parent 203bfbdce5e1

by Adrian Buehlmann

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

 
15
16
17
 
 
18
19
20
 
135
136
137
138
 
139
140
141
 
231
232
233
234
 
235
236
237
 
273
274
275
276
 
277
278
279
 
15
16
17
18
19
20
21
22
 
137
138
139
 
140
141
142
143
 
233
234
235
 
236
237
238
239
 
275
276
277
 
278
279
280
281
@@ -15,6 +15,8 @@
  <?define IsX64 = no ?>   <?endif?>   + <?define ProgramRegKey = Software\TortoiseHg ?> +   <?define TOverlaysVersion = 1.0.15.18898 ?>   <?define TOverlaysSrcDir = ..\contrib\TortoiseOverlays ?>   <?define TOverlaysSrcFilenameX86 = TortoiseOverlays-$(var.TOverlaysVersion)-win32.msm ?> @@ -135,7 +137,7 @@
  Source='win32\ThgShellx86.dll'   />   <RegistryValue - Root='HKLM' Key='Software\TortoiseHg' + Root='HKLM' Key='$(var.ProgramRegKey)'   Type='string' Value='[INSTALLDIR]'   />   <RegistryValue @@ -231,7 +233,7 @@
  <Component Id="ProgramMenuDir" Guid="D5A63320-1238-489B-B68B-CF053E9577CA">   <RemoveFolder Id='ProgramMenuDir' On='uninstall' />   <RegistryValue - Root='HKCU' Key='Software\TortoiseHg' + Root='HKCU' Key='$(var.ProgramRegKey)'   Type='string' Value='[INSTALLDIR]' KeyPath='yes'   />   <Shortcut Id='UrlShortcut' Directory='ProgramMenuDir' Name='TortoiseHg Web Site' @@ -273,7 +275,7 @@
  Source='win32\ThgShellx64.dll'   />   <RegistryValue - Root='HKLM' Key='Software\TortoiseHg' + Root='HKLM' Key='$(var.ProgramRegKey)'   Type='string' Value='[INSTALLDIR]'   />   <RegistryValue