Re: [WiX-users] Uninstall file question

2013-06-08 Thread Rob Mensching
That's more of a Windows Installer question. The File Versioning rules are what's available: http://msdn.microsoft.com/en-us/library/windows/desktop/aa368599(v=vs.85).aspx On Wed, Jun 5, 2013 at 12:47 AM, BGINFO4X wrote: > Hello, > > Is there any way to tell WIX that when uninstalling the progr

[WiX-users] Uninstall file question

2013-06-05 Thread BGINFO4X
Hello, Is there any way to tell WIX that when uninstalling the program, uninstall a file ONLY if it has not been modified after the installation? That could be very useful for backing up config files, Thanks a lot. ---