Thanks Sean.  I will use WiX 3.8 until bug 4669 is included in a release.

SeanHall wrote
> That looks like this bug: http://wixtoolset.org/issues/4669/
> 
> On Wed, Feb 11, 2015 at 10:17 AM, Ernest Meyers <

> eemeyers@

> > wrote:
> 
>> My custom bootstrapper application runs on .NET 3.5 using the following
>> BootstrapperCore.config:
>>
>> 
> <configuration>
>>   
> <configSections>
>>     
> <sectionGroup name="wix.bootstrapper"
>>
>>
>> type="Microsoft.Tools.WindowsInstallerXml.Bootstrapper.BootstrapperSectionGroup,
>> BootstrapperCore">
>>       
> <section name="host"
>>
>>  type="Microsoft.Tools.WindowsInstallerXml.Bootstrapper.HostSection,
>> BootstrapperCore" />
>>     
> </sectionGroup>
>>   
> </configSections>
>>   
> <startup useLegacyV2RuntimeActivationPolicy="true">
>>     
> <supportedRuntime version="v2.0.50727" sku="client"/>
>>   
> </startup>
>>   
> <wix.bootstrapper>
>>     
> <host assemblyName="MU.BA">
>>       
> <supportedFramework version="v3.5" />
>>     
> </host >
>>   
> </wix.bootstrapper>
>> 
> </configuration>
>>
>> The prerequisite UI appears when building the project with WiX 3.9.1208
>> and
>> the following error appears in the runtime log:
>>
>> Loading prerequisite bootstrapper application because managed host could
>> not be loaded, error: 0x80004001.
>>
>> If I build the same project with WiX 3.7, the prerequisite UI does not
>> appear and the error is avoided..
>>
>> How do I use WiX 3.9 without requiring .NET 4.5 for the custom
>> bootstrapper?
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming. The Go Parallel Website,
>> sponsored by Intel and developed in partnership with Slashdot Media, is
>> your
>> hub for all things parallel software development, from weekly thought
>> leadership blogs to news, videos, case studies, tutorials and more. Take
>> a
>> look and join the conversation now. http://goparallel.sourceforge.net/
>> _______________________________________________
>> WiX-users mailing list
>> 

> WiX-users@.sourceforge

>> https://lists.sourceforge.net/lists/listinfo/wix-users
>>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> WiX-users mailing list

> WiX-users@.sourceforge

> https://lists.sourceforge.net/lists/listinfo/wix-users





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-Loading-prerequisite-bootstrapper-application-tp7599184p7599198.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to