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

2010-09-13 Thread Fabio Di Lorenzo
Hi Sean,

the condition "Not VersionNT64" should fullfil your request.

Kind Regards,
Fabio

On Mon, Sep 13, 2010 at 3:33 PM, Sean Farrow
wrote:

> 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  >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  wrote:
> >
> > From: Fabio Di Lorenzo 
> > 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
> > 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
> > ht

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

2010-09-13 Thread Pally Sandher
Condition the components with "NOT VersionNT64".

Palbinder Sandher 
Software Deployment & IT Administrator
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park,
Glasgow G20 0SP
Email Disclaimer

-Original Message-
From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] 
Sent: 13 September 2010 14:34
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] When is a 64-bit install needed and heat

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
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  wrote:
>
> From: Fabio Di Lorenzo 
> 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
> 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
>

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

2010-09-13 Thread Sean Farrow
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 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  wrote:
>
> From: Fabio Di Lorenzo 
> 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
> 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


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

2010-09-13 Thread Fabio Di Lorenzo
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 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  wrote:
>
> From: Fabio Di Lorenzo 
> 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
> 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


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

2010-09-13 Thread fiordean dacian
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  wrote:

From: Fabio Di Lorenzo 
Subject: Re: [WiX-users] When is a 64-bit install needed and heat
To: "General discussion for Windows Installer XML toolset." 

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
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


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".

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
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


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

2010-09-12 Thread Sean Farrow
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