Hi, I've created an MSI using Votive and have amended the WiX project file to build a bootstrapper after build following a guide of the WiX site. The WinForms app the MSI installs requires .NET v2, which is installed by the bootstrapper as per below:
<ItemGroup> <BootstrapperFile Include="Microsoft.Net.Framework.2.0"> <ProductName>.NET Framework 2.0 (x86)</ProductName> </BootstrapperFile> </ItemGroup> <Target Name="AfterBuild"> <GenerateBootstrapper ApplicationFile="$(TargetPath)" ApplicationName="My App Name" ApplicationUrl="https://domain.tld/path/to/file/location/" BootstrapperItems="@(BootstrapperFile)" ComponentsLocation="Relative" Culture="en" FallbackCulture="en-GB" CopyComponents="True" OutputPath="$(OutputPath)" Path="C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\" /> </Target> Is it possible to also bundle the x64 version of.NET v2 either in the same single setup procedure or in a second bootstrapper? The MSI WiX generates appears to work on both x86 and x64 without issue from the limited x64 testing I have completed so far. It's just the deployment of the x64 version of the framework I'm stuck with. Any advice gratefully received! Thanks, Ben ------------------------------------------------------------------------------ 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