Arun Perregatturv, I have resolved this problem by modifying product.xml file in bootstrapper folder. I think following steps will help you to resolve your problem.
you have used <BootstrapperFile Include="Microsoft.Net.Framework.3.5.SP1"> <ProductName>.NET Framework 3.5</ProductName> </BootstrapperFile> for .NET Framework 3.5 as prerequisite. Crystal Reports 10 Runtime depends on .NET Framework 3.5. So you have to modify <RelatedProducts></RelatedProducts> section of the product.xml file in "Crystal Reports 10 Runtime" package folder with <RelatedProducts> <!-- <DependsOnProduct Code="Microsoft.Net.Framework.2.0" /> --> <DependsOnProduct Code="Microsoft.Net.Framework.3.5.SP1" /> </RelatedProducts> Which will maintain your desired order list. This is only preserve your order list for 2. .NET 35 SP1 3. Crystal Reports 10 Runtime You can do for others in this way. N.B: Code="Microsoft.Net.Framework.3.5.SP1" attribute value of <DependsOnProduct> section will be same as Include="Microsoft.Net.Framework.3.5.SP1" attribute value of <BootstrapperFile> section to retain installation sequence. Thanks Md. Rasel Uddin Arun Perregatturv wrote: > > Strange, no one has complained about this? > Well, I guess it's something to do with Visual Studio 2008. > > > Arun Perregattur > > -----Original Message----- > From: Bob Arnson [mailto:b...@joyofsetup.com] > Sent: Friday, November 27, 2009 6:42 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Bootstrapper sequence in wix > > Arun Perregatturv wrote: >> I am having problem setting the bootstrapper sequence >> > > That's not a part of WiX. You might want to post to a .NET Framework > newsgroup, as it's the source of the bootstrapper. > > -- > sig://boB > http://joyofsetup.com/ > > > > ------------------------------------------------------------------------------ > 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 > > ------------------------------------------------------------------------------ > 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 > > -- View this message in context: http://old.nabble.com/Bootstrapper-sequence-in-wix-tp26481799p28482716.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users