d826f73d8040e6409a4fb0b0a3cbae20db415ef5
[shibboleth/cpp-sp.git] / msi / WiX / MergeModules / OpenSSL-x64-files.wxs~
1 <?xml version='1.0' encoding='UTF-8'?>\r
2 \r
3 <!-- Licensed to the University Corporation for Advanced Internet\r
4    Development, Inc. (UCAID) under one or more contributor license\r
5    agreements.  See the NOTICE file distributed with this work for\r
6    additional information regarding copyright ownership. The UCAID\r
7    licenses this file to You under the Apache License, Version 2.0\r
8    (the "License"); you may not use this file except in compliance\r
9    with the License.  You may obtain a copy of the License at\r
10  \r
11      http://www.apache.org/licenses/LICENSE-2.0\r
12  \r
13    Unless required by applicable law or agreed to in writing, software\r
14    distributed under the License is distributed on an "AS IS" BASIS,\r
15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r
16    implied.  See the License for the specific language governing\r
17    permissions and limitations under the License.  -->\r
18 \r
19 <?define BuildDirectory='G:\Downloads\shib\' ?>\r
20 <?define OpenSSLVersion='1.0.0.10' ?><!-- 1.0.0a -->\r
21 <?define OpenSSLDirVersion='1.0.0a' ?>\r
22 <?define OpenSSLFileVersion='1_0_0' ?>\r
23 \r
24 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>\r
25   <Module Id='OpenSSLMergeModule_x86' Language='1033' Version='$(var.OpenSSLVersion)'>\r
26     <Package Id='11FD68EE-607E-4755-98AA-1C7EE5E03652' Description='Merge Module for OpenSSL'\r
27              Comments='This module is built by the Shibboleth Consortium. Includes libeay32 and ssleay32.'\r
28              Manufacturer='Shibboleth Consortium' InstallerVersion='200' Platform='x86'/>\r
29 \r
30     <!-- For now just install this where it is put we expect to go into lib and lib\debug below.  \r
31          At a a later date, we may chose to make this a placed module  -->\r
32 \r
33     <Directory Id='TARGETDIR' Name='SourceDir'>\r
34       <Directory Id='ProgramFiles64Folder' Name='ProgramFiles'>\r
35         <Directory Id='shibboleth' Name='Shibboleth'>\r
36           <Directory Id='shibboleth_sp' Name='SP'>\r
37             <Directory Id='lib' Name='lib'>\r
38               <Component Id='libeay32.dll' Guid='{F1C1CE98-D583-44A3-B30E-8F1998C833EC}' Win64='Yes'>\r
39                 <File KeyPath='yes'\r
40                       Source='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\out64dll\libeay32_$(var.OpenSSLFileVersion).dll' />\r
41               </Component>\r
42               <Component Id='ssleay32.dll' Guid='{649A8C33-1F00-40BD-BBA4-0D8FD7C258CD'} Win64='Yes'>\r
43                 <File KeyPath='yes'\r
44                       Source='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\out64dll\ssleay32_$(var.OpenSSLFileVersion).dll' />\r
45               </Component>\r
46               <Component Id='openssl.exe' Guid='{AF6DBF01-02E0-4CA4-9466-2E95EAC1200E}' Win64='Yes'>\r
47                 <File KeyPath='yes'\r
48                       Source='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\out64dll\openssl.exe' />\r
49               </Component>\r
50               <Directory Id='lib_debug' Name='debug'>\r
51                 <Component Id='libeay32.dll_debug' Guid='{77010CF4-1367-4E42-86EA-C29D72EDAEC5}' Win64='Yes'>\r
52                   <File Id='libeay32.dll_debug' KeyPath='yes'\r
53                         Source='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\out64dll.dbg\libeay32_$(var.OpenSSLFileVersion)D.dll' />\r
54                 </Component>\r
55                 <Component Id='ssleay32.dll_debug' Guid='{52C30BD0-3769-4021-85F7-4AE539DCED41}' Win64='Yes'>\r
56                   <File Id='ssleay32.dll_debug' KeyPath='yes'\r
57                         Source='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\out64dll.dbg\ssleay32_$(var.OpenSSLFileVersion)D.dll' />\r
58                 </Component>\r
59                 <Component Id='openssl.exe_debug' Guid='{3555958C-C30D-4829-BC17-936D2EEC3EA4}' Win64='Yes'>\r
60                   <File Id='openssl.exe_debug'\r
61                         Source='$(var.BuildDirectory)\openssl-$(var.OpenSSLDirVersion)\out64dll.dbg\openssl.exe' />\r
62                 </Component>\r
63               </Directory><!-- lib_debug-->\r
64             </Directory><!-- lib -->\r
65             <Directory Id='doc' Name='doc'>\r
66               <Directory Id='doc_shibboleth' Name='shibboleth'>\r
67                 <Component Id='OPENSSL.LICENSE' Guid='{10B77A21-E554-47F2-99F0-7171304FE899}' Win64='Yes'>\r
68                   <File KeyPath='yes' \r
69                         Source='$(var.BuildDirectory)\cvs\2.0\cpp-sp\doc\OPENSSL.LICENSE' />\r
70                 </Component>\r
71               </Directory><!-- doc_shibboleth-->\r
72             </Directory><!-- doc -->\r
73           </Directory><!-- shibboleth_sp -->\r
74         </Directory><!-- shibboleth -->\r
75       </Directory><!-- ProgramFilesFolder -->\r
76     </Directory><!-- TARGETDIR -->\r
77   </Module>\r
78 </Wix>    \r