Re: [WiX-users] Removing folders that don't exist at the compiling time

2009-10-07 Thread Pally Sandher
Works for me. Remember to add the Component to a Feature & it should be all good. Change the 'On="both"' to "install" or "uninstall" if that's what you'd prefer. Only problem is you can only delete files in directories which you know the names

Re: [WiX-users] Removing folders that don't exist at the compiling time

2009-10-07 Thread Rob Hamflett
If you know the format then of the name then you can do something like this: That text is a bit old so it might need a minor tweak, but that should do it. It's best to try and match known files as closely as possible so you don't end up deleting anything that's n