Share the contents of your config file for your BA

It is probably telling the stdba that you work with 3.5 so it doesn’t run the 
prereq on win7 (since 3.5 is included in win7), then the load fails because you 
require 4.x.






Blair





From: sky
Sent: ‎Thursday‎, ‎January‎ ‎23‎, ‎2014 ‎10‎:‎01‎ ‎PM
To: General discussion for Windows Installer XML toolset.





Thanks for the reply. I set the value of WixMbaPrereqPackageId variable to
the id of dotnet 4.0 package included in my bundle. So it now runs well on a
Windows Xp PC where dotnet 4.0 is not installed. But it still doesn't run on
the Windows 7 PC where dotnet 4.0 is not installed. Log files of
installation on the two environments are as follows:

Windows Xp:
[0124:012C][2014-01-24T14:22:33]i001: Burn v3.8.1128.0, Windows v5.1 (Build
2600: Service Pack 3), path: ..., cmdline: ''
[0124:012C][2014-01-24T14:22:33]i000: Setting string variable 'WixBundleLog'
to value ...
[0124:012C][2014-01-24T14:22:33]i000: Setting string variable
'WixBundleOriginalSource' to value ...
[0124:012C][2014-01-24T14:22:33]i000: Setting string variable
'WixBundleName' to value ...
[0124:012C][2014-01-24T14:22:33]i000: Loading prerequisite bootstrapper
application because managed host could not be loaded, error: 0x8007007e
...
[00A4:07EC][2014-01-24T14:23:12]i301: Applying execute package: dotNetFX4.0,
action: Install, path: C:\Documents and Settings\All Users\Application
Data\Package
Cache\58DA3D74DB353AAD03588CBB5CEA8234166D8B99\dotNetFx40_Full_x86_x64.exe,
arguments: '"C:\Documents and Settings\All Users\Application Data\Package
Cache\58DA3D74DB353AAD03588CBB5CEA8234166D8B99\dotNetFx40_Full_x86_x64.exe"
/q'
[0124:012C][2014-01-24T14:26:52]i319: Applied execute package: dotNetFX4.0,
result: 0x0, restart: None
[0124:012C][2014-01-24T14:26:52]i399: Apply complete, result: 0x0, restart:
None, ba requested restart:  No

Windows 7:
[0608:0C70][2014-01-24T14:26:21]i001: Burn v3.8.1128.0, Windows v6.1 (Build
7601: Service Pack 1), path: ..., cmdline: ''
[0608:0C70][2014-01-24T14:26:22]i000: Setting string variable 'WixBundleLog'
to value ...
[0608:0C70][2014-01-24T14:26:22]i000: Setting string variable
'WixBundleOriginalSource' to value ...
[0608:0C70][2014-01-24T14:26:22]i000: Setting string variable
'WixBundleName' to value ...
[0608:0C70][2014-01-24T14:26:22]i000: Loading managed bootstrapper
application.
[0608:0C70][2014-01-24T14:26:22]e000: Error 0x8013101b: Failed to create the
managed bootstrapper application.
[0608:0C70][2014-01-24T14:26:22]e000: Error 0x8013101b: Failed to create UX.
[0608:0C70][2014-01-24T14:26:22]e000: Error 0x8013101b: Failed to load UX.
[0608:0C70][2014-01-24T14:26:22]e000: Error 0x8013101b: Failed while running 

What could be the problem?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-bootstrapper-on-a-PC-without-NET-framework-4-0-tp7592017p7592026.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to