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

stable wix: if defined, use ProductId variable

Changeset 570730b0de38

Parent 68a22c90881a

by Adrian Buehlmann

Changes to one file · Browse files at 570730b0de38 Showing diff from parent 68a22c90881a Diff from another changeset...

 
14
15
16
17
 
 
 
 
 
 
18
19
20
 
14
15
16
 
17
18
19
20
21
22
23
24
25
@@ -14,7 +14,12 @@
  <?define IsX64 = no ?>   <?endif?>   - <Product Name='TortoiseHg $(var.Version)' Id='*' UpgradeCode='$(var.ProductUpgradeCode)' + <?ifndef ProductId ?> + <?define ProductId=* ?> + <?warning ProductId was not defined. Using $(var.ProductId) ?> + <?endif?> + + <Product Name='TortoiseHg $(var.Version)' Id='$(var.ProductId)' UpgradeCode='$(var.ProductUpgradeCode)'   Language='1033' Codepage='1252' Version='$(var.Version)' Manufacturer='Steve Borho and others.'>     <Package Id='*' Keywords='Installer' Description="Windows shell extension for Mercurial DVCS (version $(var.Version))"