Hi: 
What if, I don't want keys installed in to the 32-bit part on a 64-bit system, 
is there anyway of dealing with 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 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 on a x64 
system OR for a native x32 system.

Kind Regards,
Fabio Di Lorenzo



On Mon, Sep 13, 2010 at 12:46 PM, fiordean dacian <dfiord...@yahoo.com>wrote:

> Hello
>
> "Therefore you can create hybrid installers as long as you dont need 
> to install files to the "System64Folder"."
>
> And how do you exactly do that?
>
> Say you have a 32 bit component 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/13/10, Fabio Di Lorenzo <fa...@dilorenzo.ch> wrote:
>
> From: Fabio Di Lorenzo <fa...@dilorenzo.ch>
> Subject: Re: [WiX-users] When is a 64-bit install needed and heat
> To: "General discussion for Windows Installer XML toolset." < 
> wix-users@lists.sourceforge.net>
> Date: Monday, September 13, 2010, 10:45 AM
>
> 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".
>
> Therefore you can create hybrid installers as long as you dont need to 
> install files to the "System64Folder".
>
> > Also is ther a way of asking heat to generate me a code fragment 
> > given a
> com server?
>
> as far as i know, as long as you aren't using the "-scom" parameter 
> they should be automatically harvested.
>
> Regards,
> Fabio
>
> On Mon, Sep 13, 2010 at 8:40 AM, Sean Farrow
> <sean.far...@seanfarrow.co.uk>wrote:
>
> > Hi:
> > 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.
> > Also is ther a way of asking heat to generate me a code fragment 
> > given a com server?
> > Regards
> > Sean.
> >
> >
> ----------------------------------------------------------------------
> --------
> > Start uncovering the many advantages of virtual appliances and start 
> > using them to simplify application deployment and accelerate your 
> > shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
>
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to