Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

wix: add registry key for KDiff3.exe install location

Changeset addf3159d00b

Parent a207b83ed66f

by Steve Borho

Changes to one file · Browse files at addf3159d00b Showing diff from parent a207b83ed66f Diff from another changeset...

 
159
160
161
 
 
 
 
 
162
 
163
164
165
 
159
160
161
162
163
164
165
166
167
168
169
170
171
@@ -159,7 +159,13 @@
  <File Id='KDiff3EXE' Name='kdiff3.exe' KeyPath='yes'   Source='..\contrib\kdiff3.exe'   /> + <RegistryValue + Name='KDiff3Path' + Root='HKLM' Key='$(var.ProgramRegKey)' + Type='string' Value='[INSTALLDIR]kdiff3.exe' + />   </Component> +   <Directory Id='docFolder' Name='doc'>   <Component Id='chmFile' Guid='$(var.chmFile.guid)'>   <File Id='chmFile' Name='TortoiseHg.chm' KeyPath='yes'