Initial Commit of wixbuild for a 32 bit installer.
[shibboleth/cpp-sp.git] / msi / WiX / testInstall.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 <Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>\r
20   <Product Id='C59417F2-CCCA-4668-A39E-E7227D295D59' Name='Test Package1' Language='1033'\r
21            Version='1.0.0.0' Manufacturer='Shibboleth Consortium'>\r
22     <Package Description='TEST Windows Installer package'\r
23              Comments='Ignore Ignore Ignore Ignore'\r
24              Manufacturer='Shibboleth Consortium' InstallerVersion='200' Compressed='yes' />\r
25 \r
26     <Media Id='1' Cabinet='product.cab' EmbedCab='yes' />\r
27     <!-- Files -->\r
28     <Directory Id='TARGETDIR' Name='SourceDir'>\r
29       <!-- The test bit -->\r
30       <Directory Id='Opt' Name='opt'>\r
31         <Directory Id='INSTALLDIR' Name='shibboleth-sp'>\r
32           <Component Id='MyComponent' Guid='74DBAA41-4C46-4944-80F6-27F925991CB2'>\r
33             <File Source='FileCounts.txt' />\r
34           </Component>\r
35         </Directory>\r
36       </Directory>\r
37       <Directory Id='ProgramFilesFolder' Name='PFiles'>\r
38         <!-- The merge modules -->\r
39         <Merge Id='CurlMergeModule_x86' Language='1033' SourceFile='MergeModules\Curl-x86.msm' DiskId='1' />\r
40         <Merge Id='FastCGIMergeModule_x86' Language='1033' SourceFile='MergeModules\FastCGI-x86.msm' DiskId='1' />\r
41         <Merge Id='Log4ShibMergeModule_x86' Language='1033' SourceFile='MergeModules\Log4Shib-x86.msm' DiskId='1' />\r
42         <Merge Id='OpenSAMLMergeModule_x86' Language='1033' SourceFile='MergeModules\OpenSAML-x86.msm' DiskId='1' />\r
43         <Merge Id='OpenSSLMergeModule_x86' Language='1033' SourceFile='MergeModules\OpenSSL-x86.msm' DiskId='1' />\r
44         <Merge Id='ShibbolethMergeModule_x86' Language='1033' SourceFile='MergeModules\Shibboleth-x86.msm' DiskId='1' />\r
45         <Merge Id='XercesMergeModule_x86' Language='1033' SourceFile='MergeModules\Xerces-x86.msm' DiskId='1' />\r
46         <Merge Id='XmlSecMergeModule_x86' Language='1033' SourceFile='MergeModules\XmlSec-x86.msm' DiskId='1' />\r
47         <Merge Id='XmlToolingMergeModule_x86' Language='1033' SourceFile='MergeModules\XmlTooling-x86.msm' DiskId='1' />\r
48         <Merge Id='ZlibMergeModule_x86' Language='1033' SourceFile='MergeModules\Zlib-x86.msm' DiskId='1' />\r
49         <!-- the schema -->\r
50         <Directory Id='shibboleth' Name='Shibboleth'>\r
51           <Directory Id='shibboleth_SP' Name='SP'>\r
52             <Directory Id='SHARE_DIR' Name='Share'/>\r
53           </Directory>\r
54         </Directory>\r
55       </Directory>\r
56     </Directory>\r
57     <!-- Feature -->\r
58     <Feature Id='MyFeature' Title='My 1st Feature' Level='1'>\r
59       <ComponentRef Id='MyComponent' />\r
60       <ComponentRef Id='doc_shibboleth'/>\r
61       <ComponentRef Id='etc_shibboleth_perm'/>\r
62       <ComponentRef Id='etc_shibboleth_nonperm'/>\r
63       <ComponentRef Id='dist_noperm'/>\r
64       <ComponentRef Id='accessError.html'/>\r
65       <ComponentRef Id='apache.config'/>\r
66       <ComponentRef Id='apache2.config'/>\r
67       <ComponentRef Id='metadataError.html'/>\r
68       <ComponentRef Id='native.logger'/>\r
69       <ComponentRef Id='sessionError.html'/>\r
70       <ComponentRef Id='shibd.logger'/>\r
71       <ComponentRef Id='var_log_shibboleth_folder'/>\r
72       <ComponentRef Id='share_xml_shibboleth'/>\r
73       <ComponentRef Id='share_xml_shibboleth_xsd'/>\r
74       <!--exe's -->\r
75       <ComponentRef Id='resolvertest.exe'/>\r
76       <ComponentRef Id='mdquery.exe'/>\r
77       <ComponentRef Id='resolvertest.exe_debug'/>\r
78       <ComponentRef Id='mdquery.exe_debug'/>\r
79       <!-- plugins  -->\r
80       <ComponentRef Id='adfs.so'/>\r
81       <ComponentRef Id='adfslite.so'/>\r
82       <ComponentRef Id='isapi_shib.dll'/>\r
83       <ComponentRef Id='mod_shib_13.so'/>\r
84       <ComponentRef Id='mod_shib_20.so'/>\r
85       <ComponentRef Id='mod_shib_22.so'/>\r
86       <ComponentRef Id='nsapi_shib.dll'/>\r
87       <ComponentRef Id='odbcstore.so'/>\r
88       <ComponentRef Id='shibauthorizer.exe'/>\r
89       <ComponentRef Id='shibresponder.exe'/>\r
90       <!-- debug plugins -->\r
91       <ComponentRef Id='adfsD.so'/>\r
92       <ComponentRef Id='adfsliteD.so'/>\r
93       <ComponentRef Id='isapi_shibD.dll'/>\r
94       <ComponentRef Id='mod_shib_13D.so'/>\r
95       <ComponentRef Id='mod_shib_20D.so'/>\r
96       <ComponentRef Id='mod_shib_22D.so'/>\r
97       <ComponentRef Id='nsapi_shibD.dll'/>\r
98       <ComponentRef Id='odbcstoreD.so'/>\r
99       <ComponentRef Id='shibauthorizerD.exe'/>\r
100       <ComponentRef Id='shibresponderD.exe'/>\r
101       <!-- the service -->\r
102       <ComponentRef Id='shibd.exe'/>\r
103       <ComponentRef Id='shibdD.exe'/>\r
104       <!-- The merge modules -->\r
105       <MergeRef Id='CurlMergeModule_x86' />\r
106       <MergeRef Id='FastCGIMergeModule_x86' />\r
107       <MergeRef Id='OpenSAMLMergeModule_x86' />\r
108       <MergeRef Id='OpenSSLMergeModule_x86' />\r
109       <MergeRef Id='Log4ShibMergeModule_x86' />\r
110       <MergeRef Id='ShibbolethMergeModule_x86' />\r
111       <MergeRef Id='ZlibMergeModule_x86' />\r
112       <MergeRef Id='XercesMergeModule_x86' />\r
113       <MergeRef Id='XmlSecMergeModule_x86' />\r
114       <MergeRef Id='XmlToolingMergeModule_x86' />\r
115     </Feature>\r
116   </Product>\r
117 </Wix>\r