Re: [WiX-users] Writing to 64-bit registry hive from 32-bit msi

2014-11-21 Thread wixtester
Thank you. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Writing-to-64-bit-registry-hive-from-32-bit-msi-tp7598189p7598194.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] Writing to 64-bit registry hive from 32-bit msi

2014-11-21 Thread wixtester
Hi, I am writing a 32-bit msi to run on x86 and x64 OS. When run on 64-bit Operating system, I want it to write to 64-bit registry hive, the windows auto logon settings (AutoAdminLogon=1, DefaultUserName=AAA, DefaultPassword=BBB). Can I accomplish this in wix installer ? I do not have the o