Re: [WiX-users] HKLM - purposely persistent

2007-08-15 Thread Simon Topley
It turns out a third party merge module was removing it! Thanks for the help. Simon -Original Message- From: Stefan Pavlik [mailto:[EMAIL PROTECTED] Sent: 10 August 2007 10:17 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] HKLM - purposely persistent If

Re: [WiX-users] HKLM - purposely persistent

2007-08-14 Thread Simon Topley
2007 10:17 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] HKLM - purposely persistent If the component is marked as Permanent then it will not be removed during uninstall. If the key is still removed there must be something different that removes it. Check the verb

Re: [WiX-users] HKLM - purposely persistent

2007-08-10 Thread Stefan Pavlik
for the tip Stefan. Is this a tried and tested method? My keys > still seem to disappear. > > Simon > > -Original Message- > From: Stefan Pavlik [mailto:[EMAIL PROTECTED] > Sent: 09 August 2007 12:08 > To: Simon Topley > Cc: wix-users@lists.sourceforge.net &

Re: [WiX-users] HKLM - purposely persistent

2007-08-09 Thread Simon Topley
Thanks for the tip Stefan. Is this a tried and tested method? My keys still seem to disappear. Simon -Original Message- From: Stefan Pavlik [mailto:[EMAIL PROTECTED] Sent: 09 August 2007 12:08 To: Simon Topley Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] HKLM - purposely

Re: [WiX-users] HKLM - purposely persistent

2007-08-09 Thread Stefan Pavlik
Hi Simon You can place the registry key to one Component and add [EMAIL PROTECTED]"yes". It will ensure that the component (and thus the registry key) wil not be removed during uninstall. regards Stefan Simon Topley wrote: > Greetings one and all! > > It's been a while but I have returned on