Re: [WiX-users] 64 bit registry issue with CA

2011-03-08 Thread Wilson, Phil
Sent: Monday, March 07, 2011 10:06 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] 64 bit registry issue with CA You could have two .reg files one for each situation condition the customaction using the Msix64 property. Having said that, would recommend you us

Re: [WiX-users] 64 bit registry issue with CA

2011-03-07 Thread Michael Osmond
: Tuesday, 8 March 2011 3:50 PM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] 64 bit registry issue with CA Hi All, I am writing 32 bit MSI and it has Custom Action to make some registry entries using .reg file. It works very well on 32 bit machine but on win7 64 bit

[WiX-users] 64 bit registry issue with CA

2011-03-07 Thread Arun Kumar
Hi All, I am writing 32 bit MSI and it has Custom Action to make some registry entries using .reg file. It works very well on 32 bit machine but on win7 64 bit machine the registry entries are not redirected to HKEY_LOCAL_MACHINE\Software\WOW6432Node My Custom Action looks like: { ... NOT Ins