Skip to content

Commit

Permalink
Updated Windows installer script. Some fields were missed in the prev…
Browse files Browse the repository at this point in the history
…ious update.

git-svn-id: svn://svn.code.sf.net/p/polyml/code/trunk/polyml@1923 ae7d391e-3f74-4a2b-a0db-a8776840fd2a
  • Loading branch information
dcjm committed May 9, 2014
1 parent 9e465c6 commit 9ffbb3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wininstall/PolyML.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name="$(var.ProductName)" Id='*' UpgradeCode='$(var.UpgradeCode)'
Language='2057' Codepage='1252' Version='5.5.1' Manufacturer='Poly/ML'>
Language='2057' Codepage='1252' Version='5.5.2' Manufacturer='Poly/ML'>

<Package Id='*' Keywords='Installer' Description="Poly/ML 5.5.1 Installer"
<Package Id='*' Keywords='Installer' Description="Poly/ML 5.5.2 Installer"
InstallerVersion='200' Languages='2057' Compressed='yes' SummaryCodepage='1252' />
<WixVariable Id="WixUILicenseRtf" Value="Licence.rtf" />
<Media Id='1' Cabinet='Sample.cab' EmbedCab='yes' DiskPrompt="CD-ROM #1" />

<MajorUpgrade
DowngradeErrorMessage="A later version of Poly/ML is already installed. Setup will now exit." />

<Property Id='DiskPrompt' Value="Poly/ML 5.5.1 Installation [1]" />
<Property Id='DiskPrompt' Value="Poly/ML 5.5.2 Installation [1]" />

<Directory Id='TARGETDIR' Name='SourceDir'>
<Directory Id='$(var.PlatformProgramFilesFolder)' Name='PFiles'>
Expand Down

0 comments on commit 9ffbb3a

Please sign in to comment.