Re: [WiX-users] uninstalling second patch does not remove patched files

2009-04-22 Thread shibo
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

Re: [WiX-users] uninstalling second patch does not remove patched files

2009-04-14 Thread shibo
Heath, Having read your blog "Why is My Feature Advertised?", in my case, there is only one feature containing all the components. patch 1 has new folder 1, patch 2 has folder 1 and folder 2, will the folder1 in patch 2 supersede that in patch 1 even though there are the same? If so, then th

Re: [WiX-users] uninstalling second patch does not remove patched files

2009-04-09 Thread Heath Stewart
If patch 2 supersedes patch 1, it MUST include all the same content. If you're noticing that files are not removed, changes are that your features you've modified are now advertised: http://blogs.msdn.com/heaths/archive/2006/01/23/516457.aspx. But without logs it's hard to say. Can you update a ver

Re: [WiX-users] uninstalling second patch does not remove patched files

2009-04-09 Thread shibo
More info: If I install patch 2 only, then uninstall it, files are removed. -- View this message in context: http://n2.nabble.com/uninstalling-second-patch-does-not-remove-patched-files-tp2610228p2610381.html Sent from the wix-users mailing list archive at Nabble.com. -

[WiX-users] uninstalling second patch does not remove patched files

2009-04-09 Thread shibo
After using WiX 2.0 for half year, I need to create pacthes now, and encounter a problem, uninstalling patch does not remove patched files: 1. Create a baseline installer, then installing is OK. 2. Create an upgrade 1 installer with new files added, create patch 1 between baseline and upgrade