Here is how I do it <ItemGroup> <BootstrapperFile Include=".NETFramework,Version=v4.0"> <ProductName>.NET Framework 3.5.SP1</ProductName> </BootstrapperFile> <BootstrapperFile Include="Microsoft.Windows.Installer.3.1"> <ProductName>Windows Installer 3.1</ProductName> </BootstrapperFile> </ItemGroup>
<Target Name="AfterBuild"> <GenerateBootstrapper ApplicationFile="Installer_x64.msi" ApplicationName="Installer" BootstrapperItems="@(BootstrapperFile)" ComponentsLocation="Relative" CopyComponents="True" OutputPath="..\Output\AddIns\Installer_x64" Path="C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper" /> <GenerateBootstrapper ApplicationFile="Installer_x86.msi" ApplicationName="Installer" BootstrapperItems="@(BootstrapperFile)" ComponentsLocation="Relative" CopyComponents="True" OutputPath="..\Output\AddIns\\Installer_x86" Path="C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper" /> </Target> -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bootstrapper-tp6005866p6008268.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users