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

2012-12-12 Thread Micah Caldwell
I am setting some environment variables for IIS specifically here. If I were to set the environment variable system wide then my profiler would profile all CLR based applications on the system which is not desired. The problem that I assume exists with createAndRemoveOnUninstall is that if the en

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

2012-12-12 Thread Rob Mensching
Why do you use the Environment element? Modifying registry 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-ex

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

2012-12-12 Thread Chaitanya
Try this... -Original Message- From: Micah Caldwell [mailto:mi...@zoltu.net] Sent: 13 December 2012 05:26 To: wix-users@lists.sourceforge.net Subject: [WiX-users] RegistryValue not removed on uninstall. I have a RegistryValue that is added to a pre-existing key. The RegistryVa