Re: [WiX-users] Problem with Parmanent in a bundle

2011-11-23 Thread Bob Arnson
On 09-Nov-11 03:59, Aled Hughes wrote: > So I've got the Permanent="yes" flag set, however it seems this is being > ignored as when I come to uninstall my app the uninstaller bombs out - as > it appears to be trying to uninstall .NetFx4. (The actual error is due to > it not finding the redistributa

[WiX-users] Problem with Parmanent in a bundle

2011-11-09 Thread Aled Hughes
Hi, I have a burn bootstrapper bundle that includes a Fragment that I took from the Wix sources to deal with installing .Net framework 4. Now this, together with VC++2010 and other things are dependencies I need, but I don't want them to be uninstalled when my app bundle in uninstalled. So I've go