6f644b551039f0e128a8e0c7265cbf0c6040543e
[shibboleth/cpp-sp.git] / msi / WiX / MergeModules / OpenSAML-x86.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 OpenSAMLVersion='2.4.3' ?> \r
21 <?define OpenSAMLFileVersion='2_4' ?>\r
22 \r
23 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>\r
24   <Module Id='OpenSAMLMergeModule_x86' Language='1033' Version='$(var.OpenSAMLVersion)'>\r
25     <Package Id='{D6367F80-6B31-4554-ABE4-53404DD46F35}' Description='Merge Module for OpenSAML (x86)'\r
26              Comments='This module is built by the Shibboleth Consortium. Includes DDLs SAMLSign and Schema'\r
27              Manufacturer='Shibboleth Consortium' InstallerVersion='400' Platform='x86'/>\r
28 \r
29     <Directory Id='TARGETDIR' Name='SourceDir'>\r
30       <Directory Id='ProgramFilesFolder' Name='ProgramFiles'>\r
31         <Directory Id='shibboleth' Name='Shibboleth'>\r
32           <Directory Id='shibboleth_SP' Name='SP'>\r
33             <Directory Id='lib' Name='lib' FileSource='$(var.BuildDirectory)\cvs\2.0\cpp-opensaml\Release\'>\r
34               <Component Id='saml2_0.dll' Guid='{B52F8C71-2042-4CDF-A250-BD773985A2AB}'>\r
35                 <File KeyPath='yes' Name='saml$(var.OpenSAMLFileVersion).dll' />\r
36               </Component>\r
37               <Component Id='samlsign.exe' Guid='{3DC7A431-9623-4283-BA07-444DB1C1F864}'>\r
38                 <File KeyPath='yes' Name='samlsign.exe' />\r
39               </Component>\r
40               <Directory Id='lib_debug' Name='debug' FileSource='$(var.BuildDirectory)\cvs\2.0\cpp-opensaml\Debug'>\r
41                 <Component Id='saml2_0D.dll' Guid='{7B934257-5F7F-428E-930E-A793A11573D7}'>\r
42                   <File KeyPath='yes' Name='saml$(var.OpenSAMLFileVersion)D.dll' />\r
43                 </Component>\r
44                 <Component Id='samlsign.exe_Debug' Guid='{EFCAEBC5-242F-416C-8F87-B7DD49C1AE29}'>\r
45                   <File Id='samlsign.exe_Debug' KeyPath='yes' Name='samlsign.exe' />\r
46                 </Component>\r
47               </Directory><!-- lib_debug-->\r
48             </Directory><!-- lib -->\r
49           </Directory><!-- shibboleth_SP -->\r
50         </Directory><!-- shibboleth -->\r
51       </Directory><!-- ProgramFilesFolder -->\r
52     </Directory><!-- TARGETDIR -->\r
53   </Module>\r
54 </Wix>\r
55 \r
56     \r