SHK
SHK

Reputation: 135

[Wix Bundle Managed Bootstrapper]Error 0x80070002: Failed to create the managed bootstrapper application

I am creating a custom installer with Managed Bootstrapper application. Here I am facing this issue while installation "Failed to create the managed bootstrapper application". I researched about this and found that .net framework dependency is the real issue, but in my machine OS is Windows 10(.Net 4.6.1) and .net framework is installed by default. Error part in log file is attached here.

Upvotes: 4

Views: 2320

Answers (1)

SHK
SHK

Reputation: 135

It was application name issue which was changed by mistake. It was a mistake from my side. Now the wix managed bootstrapper application is good.

Upvotes: 1

Related Questions