comparison easyhg.wxs @ 612:ad163f8f6236

Prepare for upgrade
author Chris Cannam
date Tue, 03 Jul 2012 15:30:15 +0100
parents 8bcf7ce9b1d2
children cfaede84ad9d
comparison
equal deleted inserted replaced
611:864cf6bc6eff 612:ad163f8f6236
1 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> 1 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
2 2
3 <Product 3 <Product
4 Name="EasyMercurial" 4 Name="EasyMercurial"
5 Id="CDD72D35-518B-49E2-A389-B3F7C1AE289D" 5 Id="*"
6 Language="1033" 6 Language="1033"
7 Codepage="1252" 7 Codepage="1252"
8 Version="1.2.0" 8 Version="1.2.2"
9 UpgradeCode="B82DFDA9-B9DE-49BC-93E5-0B96F9DEB04B" 9 UpgradeCode="B82DFDA9-B9DE-49BC-93E5-0B96F9DEB04B"
10 Manufacturer="Queen Mary, University of London"> 10 Manufacturer="Queen Mary, University of London">
11 11
12 <Package 12 <Package
13 Id="*" 13 Id="*"
14 Keywords="Installer" 14 Keywords="Installer"
15 Description="EasyMercurial Installer" 15 Description="EasyMercurial Installer"
16 Comments="Copyright (c) 2012 Queen Mary, University of London and others." 16 Comments="Copyright (c) 2012 Queen Mary, University of London and others."
17 Manufacturer="Queen Mary, University of London" 17 Manufacturer="Queen Mary, University of London"
18 InstallerVersion="100" 18 InstallerVersion="100"
19 Languages="1033" 19 Languages="1033"
20 Compressed="yes" 20 Compressed="yes"
21 SummaryCodepage="1252"/> 21 SummaryCodepage="1252"/>
22
23 <MajorUpgrade DowngradeErrorMessage="A later version of EasyMercurial is already installed. Setup will now exit."/>
22 24
23 <Media Id="1" Cabinet="easyhg.cab" EmbedCab="yes" DiskPrompt="CD-ROM #1"/> 25 <Media Id="1" Cabinet="easyhg.cab" EmbedCab="yes" DiskPrompt="CD-ROM #1"/>
24 <Property Id="DiskPrompt" Value="EasyMercurial Installation [1]"/> 26 <Property Id="DiskPrompt" Value="EasyMercurial Installation [1]"/>
25 27
26 <Directory Id="TARGETDIR" Name="SourceDir"> 28 <Directory Id="TARGETDIR" Name="SourceDir">