Re: [WiX-users] RegistryValue not removed on uninstall.

2012-12-12 Thread Micah Caldwell
gistry keys directly is > rarely the right way to do things... and when you do, often a restart is > required to get them to really work out. > > > On Wed, Dec 12, 2012 at 3:55 PM, Micah Caldwell wrote: > > > I have a RegistryValue that is added to a pre-existing key

[WiX-users] RegistryValue not removed on uninstall.

2012-12-12 Thread Micah Caldwell
I have a RegistryValue that is added to a pre-existing key. The RegistryValue is in a Component in a ComponentGroup in a Feature like so: COR_ENABLE_PROFILING=1 COR_PROFILER={FF68FEB9-E58A-4B75-A2B8-90CE7D915A26} When I