Re: [WiX-users] Deleting non-installed files on uninstall

2010-02-19 Thread Blair
John Ctr USAF Warfighter's Edge [mailto:john.har...@wedge.hpc.mil] Sent: Friday, February 19, 2010 1:40 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Deleting non-installed files on uninstall RemoveFile does work and it is allowed. Why is this?

Re: [WiX-users] Deleting non-installed files on uninstall

2010-02-19 Thread Wilson, Phil
2010 1:40 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Deleting non-installed files on uninstall RemoveFile does work and it is allowed. Why is this? Is there something RemoveFile is doing that I can emulate? Or is there a way to have RemoveFolder work w

Re: [WiX-users] Deleting non-installed files on uninstall

2010-02-19 Thread Harvey, John Ctr USAF Warfighter's Edge
n.har...@wedge.hpc.mil] Sent: Friday, February 19, 2010 2:07 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Deleting non-installed files on uninstall Impersonate="no" does not seem to work ("yes" doesn't do it either). I am not using RemoveFi

Re: [WiX-users] Deleting non-installed files on uninstall

2010-02-19 Thread Harvey, John Ctr USAF Warfighter's Edge
aller didn't know about. John Harvey -Original Message- From: Wilson, Phil [mailto:phil.wil...@invensys.com] Sent: Friday, February 19, 2010 12:00 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Deleting non-installed files on uninstall What's

Re: [WiX-users] Deleting non-installed files on uninstall

2010-02-19 Thread Wilson, Phil
nt: Friday, February 19, 2010 10:06 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Deleting non-installed files on uninstall I have a requirement that for an uninstall, all files for the product are removed. Not only do I need to delete files installed by my instal

[WiX-users] Deleting non-installed files on uninstall

2010-02-19 Thread Harvey, John Ctr USAF Warfighter's Edge
I have a requirement that for an uninstall, all files for the product are removed. Not only do I need to delete files installed by my installer, but I need to delete any other file that may have showed up while the product was being used. So, I have a custom action that deletes remaining files a