Hi all,
I am wondering if anyone else has had an issue trying to build a Managed
Bootstrap Application with the Target as .NET 4. Compiled with Target as 3.5,
everything worked fine, then, for some company-wide WPF GUI enhancements, we
went to .NET 4.0. After adding System.XAML and System.ServiceModel, I am now
able to compile, but, at runtime, I get the famous "Failed to create the
managed bootstrapper application" error:
[0AD4:17F0][2012-09-04T12:44:41]: Burn v3.6.3130.0, Windows v5.1 (Build 2600:
Service Pack 3), path:
X:\Tools\Setup\DVD\Smart3D\Installation\S3DInstallation.exe, cmdline: ''
[0AD4:17F0][2012-09-04T12:44:41]: Setting string variable 'WixBundleLog' to
value 'C:\DOCUME~1\bcovingt\LOCALS~1\Temp\Intergraph_S3D_20120904124441.log'
[0AD4:17F0][2012-09-04T12:44:41]: Setting string variable
'WixBundleOriginalSource' to value
'X:\Tools\Setup\DVD\Smart3D\Installation\S3DInstallation.exe'
[0AD4:17F0][2012-09-04T12:44:41]: Condition 'NOT ((VersionNT = 600 AND
ServicePackLevel >=2) OR (VersionNT >= 601))' evaluates to true.
[0AD4:17F0][2012-09-04T12:44:41]: Setting string variable 'WixBundleName' to
value 'Intergraph S3D'
[0AD4:17F0][2012-09-04T12:44:41]: Loading managed bootstrapper application.
[0AD4:17F0][2012-09-04T12:44:42]: Error 0x8013101b: Failed to create the
managed bootstrapper application.
[0AD4:17F0][2012-09-04T12:44:42]: Error 0x8013101b: Failed to create UX.
[0AD4:17F0][2012-09-04T12:44:42]: Error 0x8013101b: Failed to load UX.
[0AD4:17F0][2012-09-04T12:44:42]: Error 0x8013101b: Failed while running
My questions is, has anyone created their own bootstrap application targeting
.NET 4 for the project?
My BootstrapperCore.config file shows a "useLegacyV2RuntimeActiviationPolicy"
flag, but setting it either way (true/false) has not yielded any differences:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" />
<supportedRuntime version="v2.0.50727" />
</startup>
<wix.bootstrapper>
<host assemblyName="MyBA">
<supportedFramework version="v4\Full" />
<supportedFramework version="v4\Client" />
</host>
</wix.bootstrapper>
Any advise would be greatly appreciated.
Thanks,
Brian
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users