Re: [WiX-users] Registry on 64bit XP vs Win7

2010-04-30 Thread Pally Sandher
t At School [mailto:alb...@de-notenbalk.nl] Sent: 30 April 2010 15:40 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registry on 64bit XP vs Win7 There is a way; use a CA which checks what OS you're running on (x86 or x64) and then use the registry redirect

Re: [WiX-users] Registry on 64bit XP vs Win7

2010-04-30 Thread Albert At School
LMsiCA Regards, Albert van Peppen - Original Message - From: "Pally Sandher" To: "General discussion for Windows Installer XML toolset." Sent: Friday, April 30, 2010 12:32 PM Subject: Re: [WiX-users] Registry on 64bit XP vs Win7 > Build an x64 package to write t

Re: [WiX-users] Registry on 64bit XP vs Win7

2010-04-30 Thread Pally Sandher
Build an x64 package to write to x64 areas of the registry. You can't do it in an x86 package. Nothing to do with WiX, Windows Installer limitation. Palbinder Sandher Software Deployment & IT Administrator T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate

Re: [WiX-users] Registry on 64bit XP vs Win7

2010-04-30 Thread Simon Dahlbacka
It is the correct path, as long as your executable is running as 32bit on a 64bit system. Registry redirection is at play (http://msdn.microsoft.com/en-us/library/aa384232%28VS.85%29.aspx) On Fri, Apr 30, 2010 at 12:39 PM, Yu, Brian wrote: > Hi there > > > > I found by testing that in 64 bit XP,