Re: [WiX-users] removing a com component a legacy install leaves behind

2010-11-24 Thread Blair
Windows Installer XML toolset. Subject: Re: [WiX-users] removing a com component a legacy install leaves behind Is there a way of finding these outy, other than trawling the registry? Would heat help here? Cheers Sean. -Original Message- From: Blair [mailto:os...@live.com] Sent: 24

Re: [WiX-users] removing a com component a legacy install leaves behind

2010-11-24 Thread Sean Farrow
removing a com component a legacy install leaves behind If you know the exact registry entries for the registration you can just author entries into a "cleanup" component to remove them from the registry and to delete the file. Removals always are scheduled before writes, and you can s

Re: [WiX-users] removing a com component a legacy install leaves behind

2010-11-24 Thread Blair
If you know the exact registry entries for the registration you can just author entries into a "cleanup" component to remove them from the registry and to delete the file. Removals always are scheduled before writes, and you can schedule the "cleanup" component to run just one time by giving it an