Re: [WiX-users] Problem with deletion of registry keys under 64 bit.

2009-10-19 Thread Rob Mensching
You shouldn't be referring to the Wow6432Node directly. Instead, use the Component/@Win64 attribute to control whether the Component's contents are treated as 32-bit or 64-bit content. virtually, Rob Mensching - http://robmensching.com On Sun, Oct 18, 2009 at 7:23 PM, Maria Goncearova < maria.gonc

Re: [WiX-users] Problem with deletion of registry keys under 64 bit.

2009-10-19 Thread Blair
t you are doing, nor specifically what you intend to do. -Original Message- From: Maria Goncearova [mailto:maria.goncear...@towersperrin.com] Sent: Sunday, October 18, 2009 7:24 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Problem with deletion of registry keys under 6

[WiX-users] Problem with deletion of registry keys under 64 bit.

2009-10-18 Thread Maria Goncearova
Hi. I have a question about 64 bit. All I need is to create/add key values to registry on install and delete them on uninstall in 64 bit environment 2003 and 2008. This is the code, which I use under 32 bit to create a registry key and write some values(I use flag “NOT VersionNT64”): NOT Ve