1

I'm trying to install "Bot framework emulator V3" on my PC, but I get "The installation has failed" and then I can't do anything. I've already turned off the antivirus and the Windows Firewall... I don't know what to do, and I don't have any information of the error.

Christopher Painter
  • 54,556
  • 6
  • 63
  • 100
  • 1
    I've removed the windows-installer tag and added the squirrel.windows tag because this installer isn't MSI based it's squirrel based. It runs in the per user context automatically with no user acceptance even when trying it from the commandline with a /? argument. If it was MSI I'd tell you to turn standardized logging on and read the log. With this squirrel installer I don't know how to do that. – Christopher Painter Jan 15 '17 at 17:43
  • check C:\Users\XXXXXXX\AppData\Local\SquirrelTemp – Christopher Painter Jan 15 '17 at 17:55
  • I will try that... Thanks a lot! – Federico Martinez Jan 16 '17 at 01:13

1 Answers1

0

I had the same problem and attempted multiple times to install via the link.

Now I was able to run the emulator by downloading and installing it myself following these instructions:

https://github.com/Microsoft/BotFramework-Emulator/wiki/How-to-Contribute#clone-and-build

None of the other solutions (i.e. running .net fix, etc) worked.

Carlos
  • 358
  • 2
  • 10