SSPCPP-506 - Continue exbedding Components into variables suitable to be passed in...
[shibboleth/cpp-sp.git] / msi / WiX / MergeModules / Shibboleth-x64.wxs
1 <?xml version='1.0' encoding='UTF-8'?>\r
2 <!-- Licensed to the University Corporation for Advanced Internet\r
3    Development, Inc. (UCAID) under one or more contributor license\r
4    agreements.  See the NOTICE file distributed with this work for\r
5    additional information regarding copyright ownership. The UCAID\r
6    licenses this file to You under the Apache License, Version 2.0\r
7    (the "License"); you may not use this file except in compliance\r
8    with the License.  You may obtain a copy of the License at\r
9  \r
10      http://www.apache.org/licenses/LICENSE-2.0\r
11  \r
12    Unless required by applicable law or agreed to in writing, software\r
13    distributed under the License is distributed on an "AS IS" BASIS,\r
14    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r
15    implied.  See the License for the specific language governing\r
16    permissions and limitations under the License.  -->\r
17 \r
18 <?include ..\Versions.wxi ?>\r
19 <?define ShibDll64Component='{B7DE652A-6853-4389-AD47-5DBB5AC89BDB}' ?>\r
20 <?define ShibDllLite64Component='{2D6A6399-62A6-4BF6-8D58-82E1EFE8C65E}' ?>\r
21 <?define ShibDll64Componentd='{222ED92E-DD0B-410E-9A90-D1DD1AA878CF}' ?>\r
22 <?define ShibDllLite64Componentd='{5EF6FF17-0510-484B-9F24-523B29EB416C}' ?>\r
23 \r
24 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>\r
25   <Module Id='ShibbolethSPMergeModule_x64' Language='1033' Version='$(var.ShibbolethDllVersion)'>\r
26     <Package Id='{DF6FAD40-5EF8-43F2-BBE1-BD42B9E9ACAB}' Description='Merge Module for Shibboleth SP DLLs (x64)'\r
27              Comments='This module is built by the Shibboleth Consortium.'\r
28              Manufacturer='Shibboleth Consortium' InstallerVersion='300' Platform='x64'/>\r
29 \r
30     <Directory Id='TARGETDIR' Name='SourceDir'>\r
31       <Directory Id='ProgramFiles64Folder' Name='ProgramFiles'>\r
32         <Directory Id='shibboleth' Name='Shibboleth'>\r
33           <Directory Id='shibboleth_sp' Name='SP'>\r
34             <Directory Id='lib' Name='lib' FileSource='$(var.SPBuildDirectory)\cpp-sp\x64\Release'>\r
35               <Component Id='shibsp.dll' Guid='$(var.ShibDll64Component)' Win64='yes'>\r
36                 <File KeyPath='yes' Checksum='yes' Name='shibsp$(var.ShibbolethDllFileVersion).dll' />\r
37               </Component>\r
38               <Component Id='shibsp_lite.dll' Guid='$(var.ShibDllLite64Component)' Win64='yes'>\r
39                 <File KeyPath='yes' Checksum='yes' Name='shibsp-lite$(var.ShibbolethDllFileVersion).dll' />\r
40               </Component>\r
41               <Directory Id='lib_debug' Name='debug' FileSource='$(var.SPBuildDirectory)\cpp-sp\x64\Debug' >\r
42                 <Component Id='shibspD.dll' Guid='$(var.ShibDll64Componentd)' Win64='yes'>\r
43                   <File KeyPath='yes' Checksum='yes' Name='shibsp$(var.ShibbolethDllFileVersion)D.dll' />\r
44                 </Component>\r
45                 <Component Id='shibsp_liteD.dll' Guid='$(var.ShibDllLite64Componentd)' Win64='yes'>\r
46                   <File KeyPath='yes' Checksum='yes' Name='shibsp-lite$(var.ShibbolethDllFileVersion)D.dll' />\r
47                 </Component>\r
48               </Directory><!-- lib_debug -->\r
49             </Directory><!-- lib -->\r
50             <Directory Id='doc' Name='doc'>\r
51               <Component Id='doc' Guid='{1ACB430F-7846-4565-93FE-3BE1BC1235C1}' Win64='yes'>\r
52                 <File KeyPath='yes' Name='SHIBBOLETH.LICENSE' Source='$(var.SPBuildDirectory)\cpp-sp\doc\LICENSE.txt' />\r
53                 <File Name='SHIBBOLETH.NOTICE' Source='$(var.SPBuildDirectory)\cpp-sp\doc\NOTICE.txt' />\r
54               </Component>\r
55             </Directory><!-- doc -->\r
56           </Directory><!-- shibboleth_sp -->\r
57         </Directory><!-- shibboleth -->\r
58       </Directory><!-- ProgramFiles64Folder -->\r
59     </Directory><!-- TARGETDIR -->\r
60   </Module>\r
61 </Wix>\r
62 \r
63     \r