Change path to Xerces library files
[shibboleth/cpp-sp.git] / msi / WiX / MergeModules / Xerces-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='XercesMergeModule_x86' Language='1033' Version='$(var.XercesVersion)'>
21     <Package Id='{5A32778E-B904-4828-90CD-A317B4F6DF7D}' Description='Merge Module for Xerces (x86)'
22              Comments='This module is built by the Shibboleth Consortium.'
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               <Component Id='xercesc.dll' Guid='$(var.Xerces32Component)'>
30                 <File KeyPath='yes' Checksum='yes'
31                       Source='$(var.BuildDirectory)\xerces-c-$(var.XercesVersion)\Build\Win32\VC10\Release\xerces-c_$(var.XercesFileVersion).dll'/>
32               </Component>
33               <Directory Id='lib_debug' Name='debug'>
34                 <Component Id='xercescD.dll' Guid='$(var.Xerces32Componentd)'>
35                   <File KeyPath='yes' Checksum='yes'
36                         Source='$(var.BuildDirectory)\xerces-c-$(var.XercesVersion)\Build\Win32\VC10\Debug\xerces-c_$(var.XercesFileVersion)D.dll'/>
37                 </Component>
38               </Directory><!-- lib_debug-->
39             </Directory><!-- lib -->
40             <Directory Id='doc' Name='doc'>
41               <Component Id='XERCES.LICENSE' Guid='{7AAB5CC3-CCB4-4567-A16D-584CAE7E95EB}'>
42                 <File KeyPath='yes' Name='XERCES.LICENSE'
43                   Source='$(var.BuildDirectory)\xerces-c-$(var.XercesVersion)\LICENSE' />
44               </Component>
45             </Directory><!-- doc -->
46           </Directory><!-- shibboleth_SP -->
47         </Directory><!-- shibboleth -->
48       </Directory><!-- ProgramFilesFolder -->
49     </Directory><!-- TARGETDIR -->
50   </Module>
51 </Wix>