Re: [WiX-users] recommended way to uninstall previous small updates

2010-02-21 Thread Tony Juricic
My understanding is that QFE2 is created as the difference between the RTM and your current code base. Applying QFE2 will use RTM as the base whether you installed QFE1 or no. There should be no need to uninstall QFE1 short of wanting to prevent user from ever running that code (which would be t

Re: [WiX-users] recommended way to uninstall previous small updates

2010-02-20 Thread Blair
For "small updates", if you want to use the PatchFamily/@Version sequence to exclude older patches from the same family set the Supersede attribute to "yes" in QFE2. This will cause QFE2 to replace all previous patches in the same family (including QFE1). -Original Message- From: Lian Jian