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

stable wix: allow customization of product name

Changeset 21dbad22b588

Parent bb7d19eb4ddb

by David Golub

Changes to one file · Browse files at 21dbad22b588 Showing diff from parent bb7d19eb4ddb Diff from another changeset...

 
16
17
18
 
 
 
 
19
20
 
21
22
23
 
16
17
18
19
20
21
22
23
 
24
25
26
27
@@ -16,8 +16,12 @@
  <?endif?>     <?define ProgramRegKey = Software\TortoiseHg ?> + + <?ifndef ProductName ?> + <?define ProductName = TortoiseHg ?> + <?endif?>   - <Product Name='TortoiseHg $(var.Version) ($(var.Platform))' + <Product Name='$(var.ProductName) $(var.Version) ($(var.Platform))'   Id='$(var.ProductId)'   Version='$(var.Version)'   UpgradeCode='$(var.ProductUpgradeCode)'