comparison deploy/win64/tony.wxs @ 563:cfb290bc0ae7

Add missing Platform attributes
author Chris Cannam
date Mon, 18 Feb 2019 14:32:45 +0000
parents 00b1f3459047
children dfd28360f600
comparison
equal deleted inserted replaced
562:00b1f3459047 563:cfb290bc0ae7
16 Comments="Copyright (c) 2015 Queen Mary, University of London and others." 16 Comments="Copyright (c) 2015 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 Platform="x64"
21 SummaryCodepage="1252"/> 22 SummaryCodepage="1252"/>
22 23
23 <MajorUpgrade DowngradeErrorMessage="A later version of Tony is already installed. Setup will now exit."/> 24 <MajorUpgrade DowngradeErrorMessage="A later version of Tony is already installed. Setup will now exit."/>
24 25
25 <Media Id="1" Cabinet="Tony.cab" EmbedCab="yes" DiskPrompt="CD-ROM #1"/> 26 <Media Id="1" Cabinet="Tony.cab" EmbedCab="yes" DiskPrompt="CD-ROM #1"/>