Heath,

I have experimented with PatchSequence, only the latest patch in ARP now.
However, the pacthed files are still not removed after the patch is
un-installed. wxs file attached.

Thanks,  Shibo
----------------------------------------------------------------------------
<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2003/01/wi'>
  <PatchCreation Id='63E78A27-38FA-4E0E-BC8C-9581B6DEA0F7'
    AllowMajorVersionMismatches='no' AllowProductCodeMismatches='no'
    CleanWorkingFolder='no' WholeFilesOnly='no'>

    <PatchInformation Description="RVDS 5.0 Patch 2" Keywords='Installer'
      Comments='RVDS 5.0.' Manufacturer='ARM Ltd'
      Languages='1033' Compressed='yes' SummaryCodepage='1252' />

      <PatchMetadata 
        Description="RVDS 5.0 Patch 2"
        DisplayName='RVDS 5.0 Patch 2' 
        TargetProductName='RVDS 5.0'
        ManufacturerName='AAA Ltd' 
        MoreInfoURL='www.AAA.com'
        Classification='Hotfix' 
        MinorUpdateTargetRTM='1'
        AllowRemoval='yes' />

     <Family 
         Name='Patch502' 
         DiskId='3' 
         MediaSrcProp='PatchSrcPropName3'
         SequenceStart='3020'>
        <UpgradeImage Id='RVDS50Upgrade' SourceFile='upgrade2\RVDS_5.0.msi'>
         <TargetImage Id='RVDS50Target' Order='1' IgnoreMissingFiles='no'
src='baseline\RVDS_5.0.msi' />
        </UpgradeImage>
     </Family>

   <PatchSequence PatchFamily="RVDS 5.0" Sequence="5.0.0.020" Supersede="1" 
Target="RVDS50Target" />

    <TargetProductCode Id='301EC8F0-BC79-4BE8-B064-599C1E7A0471' />
    <ReplacePatch Id='920689DC-3E5A-437B-B6F1-396EACADECB9'/>  

  </PatchCreation>
</Wix>
-- 
View this message in context: 
http://n2.nabble.com/uninstalling-second-patch-does-not-remove-patched-files-tp2610228p2676012.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to