[WiX-users] Source attribute of Media element

2009-03-03 Thread Daniel Newmarch
Hi, I'm creating a patch for an installer and don't want to embed the cab in the .msp file. From the Wix documentation it appears that if I'm going to do that I need to set the Source attribute of the Media element. So I've tried that but it seems regardless of what I put in the source attribute

[WiX-users] Removing User Generated Files

2008-09-03 Thread Daniel Newmarch
Hi, I have a working WiX installer, which is pretty plain, just installs/uninstalls files. However, the application that it installs creates data in the users My Documents and Local Settings\Application Data when it is run, and I have been asked to remove this data on uninstall. I was wondering i