Remove all inline (changeable) components and reference to Versions.wxi.
[shibboleth/cpp-sp.git] / msi / WiX / MergeModules / XmlSec-x86.wxs
1 <?xml version='1.0' encoding='UTF-8'?>
2
3 <!-- Licensed to the University Corporation for Advanced Internet
4      Development, Inc. (UCAID) under one or more contributor license
5      agreements.  See the NOTICE file distributed with this work for
6      additional information regarding copyright ownership. The UCAID
7      licenses this file to You under the Apache License, Version 2.0
8      (the "License"); you may not use this file except in compliance
9      with the License.  You may obtain a copy of the License at
10      
11      http://www.apache.org/licenses/LICENSE-2.0
12      
13      Unless required by applicable law or agreed to in writing, software
14      distributed under the License is distributed on an "AS IS" BASIS,
15      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
16      implied.  See the License for the specific language governing
17      permissions and limitations under the License.  -->
18
19 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
20   <Module Id='XmlSecMergeModule_x86' Language='1033' Version='$(var.XmlSecVersion)'>
21     <Package Id='{D1678DAE-81D9-4756-ABE6-7D1218F0D350}' Description='Merge Module for Santuario (x64)'
22              Comments='This module is built by the Shibboleth Consortium. Includes Several executable utilities.'
23              Manufacturer='Shibboleth Consortium' InstallerVersion='300' Platform='x86'/>
24     <Directory Id='TARGETDIR' Name='SourceDir'>
25       <Directory Id='ProgramFilesFolder' Name='ProgramFiles'>
26         <Directory Id='shibboleth' Name='Shibboleth'>
27           <Directory Id='shibboleth_SP' Name='SP'>
28             <Directory Id='lib' Name='lib' 
29                        FileSource='$(var.BuildDirectory)\xml-security-c-$(var.XmlSecVersion)\Build\Win32\VC10\Release No Xalan'>
30               <Component Id='xsec.dll' Guid='$(var.XmlSec32Component)'>
31                 <File KeyPath='yes' Checksum='yes' Name='xsec_$(var.XmlSecFileVersion).dll'/>
32               </Component>
33               <Component Id='c14n.exe' Guid='{576EB311-AADA-49D3-B444-7EDC37C715F3}'>
34                 <File KeyPath='yes' Checksum='yes' Name='c14n.exe'/>
35               </Component>
36               <Component Id='checksig.exe' Guid='{F0C2B97A-7B93-4CD3-9432-E5904D337815}'>
37                 <File KeyPath='yes' Checksum='yes' Name='checksig.exe'/>
38               </Component>
39               <Component Id='cipher.exe' Guid='{654BB761-7B9D-4766-AC5F-DC174E7B94AE}'>
40                 <File KeyPath='yes' Checksum='yes' Name='cipher.exe'/>
41               </Component>
42               <Component Id='siginf.exe' Guid='{1B278BD9-6507-4613-9315-8D47CAEBC3D8}'>
43                 <File KeyPath='yes' Checksum='yes' Name='siginf.exe'/>
44               </Component>
45               <Component Id='templatesign.exe' Guid='{A24CD56C-F615-406E-B4E2-4AC5EAE99206}'>
46                 <File KeyPath='yes' Checksum='yes' Name='templatesign.exe'/>
47               </Component>
48               <Component Id='txfmout.exe' Guid='{667DD190-335B-4AB7-BBA5-25B5F847F363}'>
49                 <File KeyPath='yes' Checksum='yes' Name='txfmout.exe'/>
50               </Component>
51               <Directory Id='lib_debug' Name='debug' 
52                          FileSource='$(var.BuildDirectory)\xml-security-c-$(var.XmlSecVersion)\Build\Win32\VC10\Debug No Xalan'>
53                 <Component Id='xsecD.dll' Guid='$(var.XmlSec32Componentd)'>
54                   <File KeyPath='yes' Checksum='yes' Name='xsec_$(var.XmlSecFileVersion)D.dll'/>
55                 </Component>
56                 <Component Id='c14n.exe_debug' Guid='{20506FEA-CCFF-46A2-9753-DBBA8A967003}'>
57                   <File Id='c14n.exe_debug' KeyPath='yes' Checksum='yes' Name='c14n.exe'/>
58                 </Component>
59                 <Component Id='checksig.exe_debug' Guid='{6C2A1FC2-73F0-4EAE-A2CA-9C27A102E460}'>
60                   <File Id='checksig.exe_debug' KeyPath='yes' Checksum='yes' Name='checksig.exe'/>
61                 </Component>
62                 <Component Id='cipher.exe_debug' Guid='{BE90D2A6-0776-4E48-87F2-6DDE79D8E167}'>
63                   <File Id='cipher.exe_debug' KeyPath='yes' Checksum='yes' Name='cipher.exe'/>
64                 </Component>
65                 <Component Id='siginf.exe_debug' Guid='{D94E92D1-7B48-4FB2-A2B7-CC253FE27B7F}'>
66                   <File Id='siginf.exe_debug' KeyPath='yes' Checksum='yes' Name='siginf.exe'/>
67                 </Component>
68                 <Component Id='templatesign.exe_debug' Guid='{5E8264B4-D759-4502-B989-5A5C56FBD875}'>
69                   <File Id='templatesign.exe_debug' KeyPath='yes' Checksum='yes' Name='templatesign.exe'/>
70                 </Component>
71                 <Component Id='txfmout.exe_debug' Guid='{FCBFBCAA-5C39-470A-BD58-E558C384898D}'>
72                   <File Id='txfmout.exe_debug' KeyPath='yes' Checksum='yes' Name='txfmout.exe'/>
73                 </Component>
74               </Directory><!-- lib_debug-->
75             </Directory><!-- lib -->
76             <Directory Id='doc' Name='doc'>
77               <Component Id='SANTUARIO.LICENSE' Guid='{FF81AD29-36DF-42BD-AFC9-211F083D9872}'>
78                 <File KeyPath='yes' Name='SANTUARIO.LICENSE'
79                   Source='$(var.BuildDirectory)\xml-security-c-$(var.XmlSecVersion)\LICENSE.txt' />
80               </Component>
81             </Directory><!-- doc -->
82           </Directory><!-- shibboleth_sp -->
83         </Directory><!-- shibboleth -->
84       </Directory><!-- ProgramFilesFolder -->
85     </Directory><!-- TARGETDIR -->
86   </Module>
87 </Wix>