Re: [WiX-users] Custom Action ignored during patch uninstall

2011-04-20 Thread Peter Shirtcliffe
e to experiment or ask someone more knowledgeable than I. The relevant info is at http://msdn.microsoft.com/en-us/library/aa371628%28v=vs.85%29.aspx -Original Message- From: kkhl [mailto:klee...@gmail.com] Sent: 20 April 2011 12:42 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-

Re: [WiX-users] Custom Action ignored during patch uninstall

2011-04-20 Thread kkhl
Wow. Thank you VERY MUCH for the lightening fast answer, Peter!!! Can you elaborate "issue a patch that fits earlier into the sequence first" please? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Action-ignored-during-patch-uninstall-tp6290

Re: [WiX-users] Custom Action ignored during patch uninstall

2011-04-20 Thread Peter Shirtcliffe
You're right, the original custom action and condition are run at patch uninstall because the patch package is not applied to the MSI when the patch is being uninstalled. http://msdn.microsoft.com/en-us/library/aa370739%28v=vs.85%29.aspx If the original MSI has already been released it looks like