Hi Ben

If you have the bootstrapper packages for 32 and 64, what you can do is, you 
can include the x64 .netframework in to the product.xml of X86 and place all 
the .netframework 64 exes in the X32 package. Then you can include the single 
package (which already has 64 and 32 bit .netframework) in the WIX Project file.

Here is what i did

1. You have 2 packages. DotNetFX for X86 and DotNetFXx64 for X64. You can get 
this 64 bit package on any 64 bit machines with VS installer at the 
bootstrapper location..
2. Copy all the exes like dotnetfx64.exe and windows installer into the 
DotNetFx package. 
3. Include the Package element in Product.xml for including the dotnetfx64.exe 
and the Windows installer if any exists for 64 bit. You can see how these are 
included in the DotNetFxX64 package, product..xml file and include it in 
DotNetFx X86 package.
4. And also check to include the Externalcheck and install conditions elements 
in the product.xml file.

Everything would be available in DotNetFxx64 package, you need to make sure you 
combine them properly to install based on the target machiness

Hope this is clear...

Thank you
Anweshi



________________________________
From: Ben Cheetham <b...@softfooding.com>
To: General discussion for Windows Installer XML toolset. 
<wix-users@lists.sourceforge.net>
Sent: Friday, February 27, 2009 6:55:23 PM
Subject: Re: [WiX-users] Bootstrap x86 + x64 Framework v2?

Hi,

Combine them how? Do you mean you actually combined the files into one
single executable?

Thanks,
Ben

-----Original Message-----
From: Anu Dev [mailto:queryl...@yahoo.com] 
Sent: 27 February 2009 11:38
To: wix-us...@lists..sourceforge.net
Subject: Re: [WiX-users] Bootstrap x86 + x64 Framework v2?

Hi

I had the similar issue.. In the bootstrapper Package I combined X86 and X64
together and that worked...

Thank you
Anweshi


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



      
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to