MSI Installer Issues
See original GitHub issueI’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?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
@SteveWilkes
Excellent, thank you.
@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.