Re: [WiX-users] When is a 64-bit install needed and heat

2010-09-13 Thread Fabio Di Lorenzo
th this? > Cheers > Sean. > -Original Message- > From: Fabio Di Lorenzo [mailto:fa...@dilorenzo.ch] > Sent: 13 September 2010 11:59 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] When is a 64-bit install needed and heat > > You need to

Re: [WiX-users] When is a 64-bit install needed and heat

2010-09-13 Thread Pally Sandher
0 11:59 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] When is a 64-bit install needed and heat You need to create 2 components: "x64Component" containing all keys which should go to the x64 view with "VersionNT64" as condition And x32Compon

Re: [WiX-users] When is a 64-bit install needed and heat

2010-09-13 Thread Sean Farrow
r XML toolset. Subject: Re: [WiX-users] When is a 64-bit install needed and heat You need to create 2 components: "x64Component" containing all keys which should go to the x64 view with "VersionNT64" as condition And x32Component containing all keys which should go the x32 view

Re: [WiX-users] When is a 64-bit install needed and heat

2010-09-13 Thread Fabio Di Lorenzo
ent which needs to install correctly on both 32 > bit and 64 bit. Specifying the component as a "x64 component" will suffice > or you need a hybrid which tells a component to write "there" if 32 and > "there" if 64? > > thanks > > > --- On Mon, 9/

Re: [WiX-users] When is a 64-bit install needed and heat

2010-09-13 Thread fiordean dacian
"x64 component" will suffice or you need a hybrid which tells a component to write "there" if 32 and "there" if 64? thanks --- On Mon, 9/13/10, Fabio Di Lorenzo wrote: From: Fabio Di Lorenzo Subject: Re: [WiX-users] When is a 64-bit install needed and heat To: &qu

Re: [WiX-users] When is a 64-bit install needed and heat

2010-09-13 Thread Fabio Di Lorenzo
Hi Sean, >If I'm adding items to the registry in the hkey_classes_root hive do I need both a 32-bit and 64-bit installer. Where the registry keys are going is component dependent. You can simply mark a component as x64 Bit component and those registry keys will be written to the "x64 View". The