02f17e2e8b587dd1a02a113c614c51c8fb569964
[shibboleth/cpp-sp.git] / msi / WiX / Patch-x64.wxs
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">\r
3     <PatchCreation\r
4         Id="{B49B7607-87C9-4E2A-A3F2-13CED629B37A}"\r
5         CleanWorkingFolder="yes"\r
6         OutputPath="patch.pcp"\r
7         WholeFilesOnly="yes"\r
8         >\r
9 \r
10     <!-- Information oput into the summary (Details) field -->\r
11  \r
12         <PatchInformation \r
13             Description="Security Patch for Shibboleth SP 2.5.1 (x64)"\r
14             Comments="Provides OpenSAML 2.5.2, curl 7.29.0, OpenSSL 1.0.1e"\r
15             ShortNames="no" \r
16             Languages="1033" \r
17             Compressed="yes" \r
18             Manufacturer="Shibboleth Consortium"/>\r
19  \r
20     <!-- Recommended values for 'Classification' are\r
21          Critical Update, Hotfix, Security Rollup, Security Update, Service Pack, Update, Update Rollup. \r
22 \r
23          DisplayName goes into the Name Column for "View installed updates" in control panel's "Porgram and Feature".\r
24       -->\r
25 \r
26         <PatchMetadata\r
27             AllowRemoval="yes"\r
28             Description="Security Patch for Shibboleth SP 2.5.1 (x64)"\r
29             ManufacturerName="Shibboleth Consortium"\r
30             TargetProductName="Shibboleth SP"\r
31             MoreInfoURL="http://www.shibboleth.net/"\r
32             Classification="Security Rollup"\r
33             DisplayName="Security Patch for Shibboleth SP 2.5.1 28-Feb-2013"/>\r
34  \r
35     <!-- Note:\r
36          That SequenceStart must be greater than the last\r
37          sequence in the File table in the target package or the patch\r
38          will not install. -->\r
39 \r
40 \r
41         <Family DiskId="5000"\r
42             MediaSrcProp="Sample" \r
43             Name="Sample"\r
44             SequenceStart="5000">\r
45             <UpgradeImage SourceFile="C:\Users\Administrator\Shibboleth\AdminInstalls\Original-2.5.1-x64\shibboleth-sp-2.5.1-win64.msi" Id="Upgrade">\r
46                 <TargetImage SourceFile="C:\Users\Administrator\Shibboleth\AdminInstalls\Patched-2.5.1-x64\shibboleth-sp-2.5.1-win64.msi" Order="2"      \r
47                     Id="Target" IgnoreMissingFiles="no" />\r
48             </UpgradeImage>\r
49         </Family> \r
50     <!-- Supersede:  Set this value to 'yes' to indicate that this patch will\r
51          supersede all previous patches in this patch family.  The\r
52          default value is 'no'. \r
53          \r
54          PatchFamily is the version of patch - nothing to do with the version of Shibboleth Installed\r
55       -->\r
56 \r
57         <PatchSequence PatchFamily="ShibbolethSPPatchFamily"\r
58             Sequence="1.0.0.0"\r
59             Supersede="yes" />\r
60  \r
61     </PatchCreation>\r
62 </Wix>\r