##// END OF EJS Templates
contrib/wix: fix product name to include version...
Adrian Buehlmann -
r10709:67cb29db stable
parent child Browse files
Show More
@@ -9,7 +9,7 b''
9 <?define ComponentMainExecutableGUID = D102B8FA-059B-4ACC-9FA3-8C78C3B58EEF ?>
9 <?define ComponentMainExecutableGUID = D102B8FA-059B-4ACC-9FA3-8C78C3B58EEF ?>
10 <?define ProductUpgradeCode = A1CC6134-E945-4399-BE36-EB0017FDF7CF ?>
10 <?define ProductUpgradeCode = A1CC6134-E945-4399-BE36-EB0017FDF7CF ?>
11
11
12 <Product Name='Mercurial' Id='*'
12 <Product Name='Mercurial $(var.Version)' Id='*'
13 UpgradeCode='$(var.ProductUpgradeCode)'
13 UpgradeCode='$(var.ProductUpgradeCode)'
14 Language='1033' Codepage='1252' Version='$(var.Version)' Manufacturer='Matt Mackall and others.'>
14 Language='1033' Codepage='1252' Version='$(var.Version)' Manufacturer='Matt Mackall and others.'>
15
15
General Comments 0
You need to be logged in to leave comments. Login now