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
Not clear what you are doing here. Is your package 32-bit or 64-bit? A 64-bit package won't run at all on a 32-bit box, and a 32-bit package needs different flags to (reliably) access 64-bit areas of the registry on 64-bit machines. You haven’t given us enough information to reproduce what you a