Merge commit '2.5.0' into moonshot-packaging-fixes
[shibboleth/sp.git] / msi / WiX / tes.wxs
diff --git a/msi/WiX/tes.wxs b/msi/WiX/tes.wxs
new file mode 100644 (file)
index 0000000..02ebb6c
--- /dev/null
@@ -0,0 +1,40 @@
+<?xml version='1.0' encoding='utf-8'?>\r
+\r
+<!-- Licensed to the University Corporation for Advanced Internet\r
+   Development, Inc. (UCAID) under one or more contributor license\r
+   agreements.  See the NOTICE file distributed with this work for\r
+   additional information regarding copyright ownership. The UCAID\r
+   licenses this file to You under the Apache License, Version 2.0\r
+   (the "License"); you may not use this file except in compliance\r
+   with the License.  You may obtain a copy of the License at\r
\r
+     http://www.apache.org/licenses/LICENSE-2.0\r
\r
+   Unless required by applicable law or agreed to in writing, software\r
+   distributed under the License is distributed on an "AS IS" BASIS,\r
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\r
+   implied.  See the License for the specific language governing\r
+   permissions and limitations under the License.  -->\r
+\r
+<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>\r
+  <Product Id='C59417F2-CCCA-4668-A39E-E7227D295D59' Name='Test Package1' Language='1033'\r
+           Version='1.0.0.0' Manufacturer='Shibboleth Consortium'>\r
+    <Package Description='TEST Windows Installer package'\r
+             Comments='Ignore Ignore Ignore Ignore'\r
+             Manufacturer='Shibboleth Consortium' InstallerVersion='300' Compressed='yes' />\r
+\r
+    <Media Id='1' Cabinet='product.cab' EmbedCab='yes' />\r
+    <!-- Files -->\r
+    <Directory Id='TARGETDIR' Name='SourceDir'>\r
+      <Directory Id='SystemFolder' >\r
+        <Merge Id='Microsoft_VC100_CRT_x86' Language='1033' SourceFile='C:\Program Files (x86)\Common Files\Merge Modules\Microsoft_VC100_CRT_x86.msm' DiskId='1' />\r
+      </Directory>\r
+    </Directory>\r
+\r
+    <!-- Feature -->\r
+    <Feature Id='MyFeature' Title='My 1st Feature' Level='1'>\r
+      <MergeRef Id='Microsoft_VC100_CRT_x86' />\r
+<!--      <MergeRef Id='Microsoft_VC100_DebugCRT_x86' /> -->\r
+    </Feature>\r
+  </Product>\r
+</Wix>\r