Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek wix: added missing component definition

Changeset 41ab2d81c589

Parent 5831fcf57a6e

by David Golub

Changes to one file · Browse files at 41ab2d81c589 Showing diff from parent 5831fcf57a6e Diff from another changeset...

 
347
348
349
 
 
 
 
350
351
352
 
347
348
349
350
351
352
353
354
355
356
@@ -347,6 +347,10 @@
  Guid='$(var.OverlaysShellRegistrationX86.guid)' Win64='no'>   <?include shell-register-overlays.wxi ?>   </Component> + <Component Id='KeyboardShellRegistrationX86' + Guid='$(var.KeyboardShellRegistrationX86.guid)' Win64='no'> + <?include shell-register-keyboard.wxi ?> + </Component>   </Directory>   </Directory>   <?endif?>