Patch definitions for curl update
[shibboleth/cpp-sp.git] / msi / WiX / Patch-x86.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="{55E9DC33-DE26-471F-846C-2C2A5C600A94}"\r
5         CleanWorkingFolder="yes"\r
6         OutputPath="patch.pcp"\r
7         WholeFilesOnly="yes"\r
8         >\r
9  \r
10     <!-- Information put into the summary (Details) field -->\r
11 \r
12         <PatchInformation \r
13             Description="Security Patch for Shibboleth SP 2.5.2 (x86)"\r
14             Comments="Provides curl 7.33.0"\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.2 (x86)"\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="2013-11-15 Security Patch for Shibboleth SP 2.5.2"/>\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         <Family DiskId="5000"\r
41             MediaSrcProp="Sample" \r
42             Name="Sample"\r
43             SequenceStart="5000">\r
44             <UpgradeImage SourceFile="C:\Users\Administrator\Shibboleth\AdminInstalls\Original-2.5.2-x86\shibboleth-sp-2.5.2-win32.msi" Id="Upgrade">\r
45                 <TargetImage SourceFile="C:\Users\Administrator\Shibboleth\AdminInstalls\Patched-2.5.2-x86\shibboleth-sp-2.5.2-win32.msi" Order="2"      \r
46                     Id="Target" IgnoreMissingFiles="no" />\r
47             </UpgradeImage>\r
48         </Family>\r
49  \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="ShibbolethSP2.5.2PatchFamily"\r
58             Sequence="1.0.0.0"\r
59             Supersede="yes" />\r
60  \r
61     </PatchCreation>\r
62 </Wix>\r