Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-09 Thread Bob Arnson
On 08-Oct-12 04:47, Daniel Bruce wrote: > Our problem is not in specifying the packages (though thank you for that), > but getting them to run prior to the .NET 4.0 package in the native installer > that is launched if .NET 4.0 is not present on the machine. We think this > would require setting

Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Frauenhoffer, Sabine
Hi Daniel, We had the exactly same problem. What we did to solve is, we created a second bootstrapper project called PrereqBootstrapper with the following content in Bundle.wxs (most of it is copied from the Wix NetFxExtension): http://schemas.microsoft.com/wix/2006/wi";>

Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Neil Sleightholm
7 91918893 >Prediktor AS >Habornveien 48B, N-1630 Gamle Fredrikstad, Norway > > >> -Original Message- >> From: Neil Sleightholm [mailto:n...@x2systems.com] >> Sent: 8. oktober 2012 10:22 >> To: General discussion for Windows Installer XML toolset. >> Subject

Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Daniel Bruce
10:22 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with > custom BA > > This is my WIC install: > > Variable="windowscodecs" Result="exists" /> > >

Re: [WiX-users] WIC as a prereq before .NET 4.0 in Burn with custom BA

2012-10-08 Thread Neil Sleightholm
This is my WIC install: I have manually downloaded the file and embed them in my bundle. Neil >Hello, > >We are attempting to roll out a managed bootstrapper that depends on .NET >4.0. On some platforms this requires WIC (Wi