Mercurial > hg-stable
comparison contrib/wix/mercurial.wxs @ 10721:67ba66070aee
Merge with stable
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Wed, 17 Mar 2010 10:55:28 +0100 |
parents | eea2db5f56ba 67cb29dbb66e |
children | 054652eeeaf1 |
comparison
equal
deleted
inserted
replaced
10720:fbcccf9ec58f | 10721:67ba66070aee |
---|---|
7 GNU General Public License version 2 or any later version. --> | 7 GNU General Public License version 2 or any later version. --> |
8 | 8 |
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 |
16 <Package Id='*' Keywords='Installer' Description="Mercurial distributed SCM (version $(var.Version))" | 16 <Package Id='*' Keywords='Installer' Description="Mercurial distributed SCM (version $(var.Version))" |
17 Comments='$(var.Comments)' Manufacturer='Matt Mackall and others.' | 17 Comments='$(var.Comments)' Manufacturer='Matt Mackall and others.' |