I am having problem setting the bootstrapper sequence Following are the sequence I would like to set but it doesn't work that way. 1. Windows Installer 4.5 2. .NET 35 SP1 3. Crystal Reports 10 Runtime 4. SQL Server 2008 Express
Here's the code for that <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup> <BootstrapperFile Include="Microsoft.Windows.Installer.4.5"> <ProductName>Windows Installer 4.5</ProductName> </BootstrapperFile> <BootstrapperFile Include="Microsoft.Net.Framework.3.5.SP1"> <ProductName>.NET Framework 3.5</ProductName> </BootstrapperFile> <BootstrapperFile Include="Microsoft.Sql.Server.Express.10.0"> <ProductName>Microsoft SQL Server 2008 Express Edition</ProductName> </BootstrapperFile> <BootstrapperFile Include="BusinessObjects.CrystalReports.10.5"> <ProductName>BusinessObjects.CrystalReports.10.5</ProductName> </BootstrapperFile> </ItemGroup> <Target Name="AfterBuild"> <GenerateBootstrapper ApplicationFile="WixSetup.Msi" ApplicationName="Access 3.0" BootstrapperItems="@(BootstrapperFile)" ComponentsLocation="Relative" CopyComponents="true" OutputPath="$(OutputPath)" Path="C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\"/> </Target> I am pretty sure this was working before I updated to 3.5 Wix. Now, if I run the setup.exe the first installer starts with Crystal reports and it fails because it does not have Windows Installer or .NET Framework installed. How do I sequence this to install in the proper order? Thanks, Arun Perregattur ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users