Initial Commit of wixbuild for a 32 bit installer.
authorRod Widdowson <rdw@steadingsoftware.com>
Thu, 12 Apr 2012 13:43:52 +0000 (13:43 +0000)
committerRod Widdowson <rdw@steadingsoftware.com>
Thu, 12 Apr 2012 13:43:52 +0000 (13:43 +0000)
commit9d9cf28a5acea0d013e69ba7d5ea0a7b67a5006b
tree3430944858a50c298a09c3084867b97237dbf36a
parentdab23c7b89f186b0683339615efbdc8cfe4492fa
Initial Commit of wixbuild for a 32 bit installer.

Includes:
  Sources for (32 bit) merge modules for:
    Curl
    FastCGI
    Log4Shib
    OpenSAML (with <Fragment/> for schemas which can be shared with x64)
    OpenSSL
    Shibboleth
    Xerces
    XMLSec
    XMLTooling  (with </Fragment/> for schemas which can be shared with x64)
    Zlib

  <Fragments/> for the SP architure specific and architecture neutral parts.
  A test file to pull this all together
15 files changed:
msi/WiX/MergeModules/Curl-x86.wxs [new file with mode: 0644]
msi/WiX/MergeModules/FastCGI-x86.wxs [new file with mode: 0644]
msi/WiX/MergeModules/Log4Shib-x86.wxs [new file with mode: 0644]
msi/WiX/MergeModules/OpenSAML-schemas.wxs [new file with mode: 0644]
msi/WiX/MergeModules/OpenSAML-x86.wxs [new file with mode: 0644]
msi/WiX/MergeModules/OpenSSL-x86.wxs [new file with mode: 0644]
msi/WiX/MergeModules/Shibboleth-x86.wxs [new file with mode: 0644]
msi/WiX/MergeModules/Xerces-x86.wxs [new file with mode: 0644]
msi/WiX/MergeModules/XmlSec-x86.wxs [new file with mode: 0644]
msi/WiX/MergeModules/XmlTooling-schemas.wxs [new file with mode: 0644]
msi/WiX/MergeModules/XmlTooling-x86.wxs [new file with mode: 0644]
msi/WiX/MergeModules/Zlib-x86.wxs [new file with mode: 0644]
msi/WiX/ShibbolethSP-exe-x86.wxs [new file with mode: 0644]
msi/WiX/ShibbolethSP-noarch.wxs [new file with mode: 0644]
msi/WiX/testInstall.wxs [new file with mode: 0644]