Hi, 

I created a bundle with a custom managed boostrapper application using .net
framework 3.5 SP1. I’m trying to run this on a VM (Win 7 64bits, with
framework 3.5 SP1 installed). I get a window “Microsoft .NET framework
required” with Cancel and Accept&Install buttons. Whichever I click, the
effect is the same: the framework is not installed (I asume because it’s
already installed), and the installation fails.

Here’s an excerpt of the log: 

[0CAC:088C][2012-09-18T11:00:26]i001: Burn v3.7.917.0, Windows v6.1 (Build
7601: Service Pack 1), path: C:\xxx\SmartInstaller.exe, cmdline: '/l
test.log'
...
[0CAC:088C][2012-09-18T11:00:27]i000: Loading prerequisite bootstrapper
application because managed host could not be loaded, error: 0x80131700.
[0CAC:088C][2012-09-18T11:00:27]i100: Detect begin, 1 packages
[0CAC:088C][2012-09-18T11:00:27]i101: Detected package: SampleInstaller.msi,
state: Absent, cached: None
[0CAC:088C][2012-09-18T11:00:27]i199: Detect complete, result: 0x0
[0CAC:088C][2012-09-18T11:00:48]i500: Shutting down, exit code: 0x80070642
[0CAC:088C][2012-09-18T11:00:48]i000: The prerequisites were not
successfully installed, error: 0x0. The bootstrapper application will be not
reloaded.
...

I have the following entries in the .wxs file: 

    <WixVariable Id="WixMbaPrereqPackageId" Value="Netfx351" />
    <WixVariable Id="WixMbaPrereqLicenseUrl" Value="" />

And on the BA configuration file: 

  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" />
    <supportedRuntime version="v3.5" />
  </startup>
  <wix.bootstrapper>
    <host assemblyName="SmartInstallerBA">
      <supportedFramework version="v4\Full" />
      <supportedFramework version="v4\Client" />
      <supportedFramework version="v3.5" />
    </host>
  </wix.bootstrapper>

I was able to run this on some win7 machines, so it could be something
related to the VM, but I don’t know where to look...

Any thoughts? 

Thanks,
-Javier




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Managed-Bootstrapper-Loading-Issue-tp7580632.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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

Reply via email to