Re: [WiX-users] Preserve generated files on MajorUpgrade, but remove on uninstall

2011-08-28 Thread Rob Mensching
A verbose log file should show you the value for all the properties and the states of the Components. On Thu, Aug 25, 2011 at 1:11 PM, Sameer Arora wrote: > Hi, > > I have defined a component to cleanup a generated (not part of msi) file on > uninstall but leave intact on a major upgrade after r

[WiX-users] Preserve generated files on MajorUpgrade, but remove on uninstall

2011-08-25 Thread Sameer Arora
Hi, I have defined a component to cleanup a generated (not part of msi) file on uninstall but leave intact on a major upgrade after reading this post http://stackoverflow.com/questions/488620/wix-major-upgrade REMOVE="ALL" AND NOT UPGRADINGPRODUCTCODE With condition above, the file is le