Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pauldotknopf
Created March 25, 2015 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pauldotknopf/63a6b93bf84773bd99ac to your computer and use it in GitHub Desktop.
Save pauldotknopf/63a6b93bf84773bd99ac to your computer and use it in GitHub Desktop.
Can't create a managed bootstrap installer

This is with version 3.9r2 (latest version)

I am having trouble creating a managed bootstrap installer. I followed the instructions I could find, and even referenced how you guys did it in your official wix installer exe.

The quick and dirty exception is coming from "src\ext\BalExtension\mba\host\host.cpp" on line 510.

hr = pAppFactory->Create(pEngine, pCommand, ppApplication);
ExitOnFailure(hr, "Failed to create the bootstrapper application.");

The response code is "0x80131040 : The located assembly's manifest definition does not match the assembly reference."

Here is my simple managed assembly. https://gist.github.com/theonlylawislove/e63bc704be086610179a

Here is my "BootstrapperCore.config" https://gist.github.com/theonlylawislove/a11ecaddc9c31de2615f

Here is my bundle wxs. https://gist.github.com/theonlylawislove/6d3e50c7c2adb5e77c41

I've ommited my msi project because I don't think it is relevant to the bundle.

Any help would be greatly appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment