Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSI Installer Issues #19

Closed
InteXX opened this issue Aug 12, 2018 · 5 comments
Closed

MSI Installer Issues #19

InteXX opened this issue Aug 12, 2018 · 5 comments

Comments

@InteXX
Copy link

InteXX commented Aug 12, 2018

I'm encountering the same behavior as reported here. However, I'm not using .NET Core; I'm using .NET Framework v4.7.1.

I previously reported this in the MarketPlace Q&A, but I think I've figured out what might be happening.

Based on the attached log, it seems that installation succeeded. It appears I've been laboring under the mistaken impression that it didn't, because the installer didn't pause to indicate success. Most MSIs do—in fact, this is the first one I've encountered in all these years that doesn't.

I do now have the assembly "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Packages\Debugger\Visualizers\AgileObjects.ReadableExpressions.Visualizers.Vs15.dll" as indicated. I haven't tried to use it yet, as I don't have any code handy for which I need it (I'm trying this out for potential future use).

Anyway... with this now it seems all is well.

Can you confirm that my experience aligns with the expected behavior of the MSI?


MSI6dec4.LOG

@InteXX
Copy link
Author

InteXX commented Aug 12, 2018

In addition, I now have this in Visual Studio's Tools & Extensions dialog:

Dialog

@SteveWilkes
Copy link
Member

Hi,

That is what the MSI does, yeah - you're absolutely right that it should provide feedback on the installation, and I'll think I'll add that in a future release.

Cheers,

Steve

@InteXX
Copy link
Author

InteXX commented Aug 13, 2018

@SteveWilkes

Sounds good, thanks.

Oh, and I remembered an MSI from some years ago that didn't pause. I don't remember what it was for, but I figured I'd let you off the hook at least.

Thank you for all that you do.

@SteveWilkes
Copy link
Member

Just to mention, the v1.13 installer now has a basic UI and reports which versions of VS it's found and installed extensions for.

Cheers! :)

@InteXX
Copy link
Author

InteXX commented Sep 27, 2018

@SteveWilkes

Excellent, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants