Re: [WiX-users] Burn bootstrapper as x64 exe

2011-06-29 Thread Rob Mensching
You can use the util:RegistrySearch element in your Bundle definition to read 64bit values. On Wed, Jun 29, 2011 at 12:55 AM, Kryschan < christian.hennig@wincor-nixdorf.com> wrote: > > Kryschan wrote: > > > > I'm trying create a bootstrapper containing some 64bit MSI packages, > which > > (of

Re: [WiX-users] Burn bootstrapper as x64 exe

2011-06-29 Thread Michael Stoll
You can access the x64 registry from within a x86 process. See http://msdn.microsoft.com/en-us/library/ms724878%28v=vs.85%29.aspx. The RegistrySearch element supports switching between x86 and x64 registry by using Win64 attribute. Michael Am 29.06.2011 09:55, schrieb Kryschan: > Kryschan wro

Re: [WiX-users] Burn bootstrapper as x64 exe

2011-06-29 Thread Kryschan
Kryschan wrote: > > I'm trying create a bootstrapper containing some 64bit MSI packages, which > (of course) shall be installed on a x64 system. As the MSIs are installed > in silent mode, my bootstrapper should gather the required information > from the user, which also includes reading values f