~ubuntu-branches/ubuntu/wily/psqlodbc/wily-proposed

« back to all changes in this revision

Viewing changes to installer/psqlodbc-setup/Bundle.wxs

  • Committer: Package Import Robot
  • Author(s): Christoph Berg
  • Date: 2014-05-29 23:17:25 UTC
  • mfrom: (16.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20140529231725-nhpolx85545e4rk8
Tags: 1:09.03.0300-1
* New upstream release.
* Patch bogus expected output of test catalogfunctions.
* Set team as maintainer.
* Bump to dh 9.
* Use /usr/share/cdbs/1/rules/autoreconf.mk. Closes: #744650.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
 
3
        <Bundle Name="psqlodbc" Version="09.02.01.00" Manufacturer="PostgreSQL Global Development Group" UpgradeCode="7f9f14ee-2f3a-4120-a300-ee3fbd585627">
 
4
                <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.RtfLicense" />
 
5
 
 
6
    <WixVariable Id="WixStdbaLicenseRtf" Value="..\lgpl.rtf" />
 
7
    <Chain>
 
8
                        <!-- TODO: Define the list of chained packages. -->
 
9
      <PackageGroupRef Id="vcredist"/>
 
10
      <MsiPackage SourceFile="..\psqlodbc.msi" DisplayInternalUI="yes" />
 
11
      <MsiPackage SourceFile="..\x64\psqlodbc_x64.msi" DisplayInternalUI="yes" InstallCondition="VersionNT64" />
 
12
    </Chain>
 
13
        </Bundle>
 
14
</Wix>