Re: [WiX-users] 64-bit java registry detection?

2011-03-21 Thread Pally Sandher
com] Sent: 21 March 2011 15:21 To: Tim St. Clair; General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64-bit java registry detection? Hi, By using @Win64="yes" you have successfully read the 64bit part of the registry, that is not the issue. This is

Re: [WiX-users] 64-bit java registry detection?

2011-03-21 Thread David Watson
:timoth...@gmail.com] Sent: 21 March 2011 13:55 To: General discussion for Windows Installer XML toolset. Cc: David Watson Subject: Re: [WiX-users] 64-bit java registry detection? Is there any way to disable path translation itself? Our code && installer are 32-bit which we would like

Re: [WiX-users] 64-bit java registry detection?

2011-03-21 Thread Tim St. Clair
converted to the 32 bit location. > > Best practice is to use a 64 bit msi to install 64bit or anycpu software > onto > 64 bit operating systems. > > > -Original Message- > From: Tim St. Clair [mailto:timoth...@gmail.com] > Sent: 19 March 2011 18:23 > To: wix-users@lis

Re: [WiX-users] 64-bit java registry detection?

2011-03-21 Thread David Watson
operating systems. -Original Message- From: Tim St. Clair [mailto:timoth...@gmail.com] Sent: 19 March 2011 18:23 To: wix-users@lists.sourceforge.net Subject: [WiX-users] 64-bit java registry detection? So I have the following WiX .xml which appears to translate the registry key information

[WiX-users] 64-bit java registry detection?

2011-03-19 Thread Tim St. Clair
So I have the following WiX .xml which appears to translate the registry key information from what I see in the registry Expected Result (from regedit): C:\Program Files\Java\jre6 Actual Result: C:\Program Files (x86)\Java\jre6 Th